Disgusting hack to lower the main menu text

This commit is contained in:
Ray The Fox 2024-08-05 14:45:00 -03:00
parent 7f50eb2c20
commit 2b9b9f4439
2 changed files with 7 additions and 1 deletions

View file

@ -1355,6 +1355,12 @@ static menu_entry e_menu_main[] =
mee_label ("Sonic's UGC for PSP " VERSION),
mee_label (""),
mee_label (""),
mee_label (""),
mee_label (""),
mee_label (""),
mee_label (""),
mee_label (""),
mee_label (""),
mee_handler_id("Resume Game", MA_MAIN_RESUME_GAME, main_menu_handler),
mee_handler_id("Save Game", MA_MAIN_SAVE_STATE, main_menu_handler),
mee_handler_id("Load Game", MA_MAIN_LOAD_STATE, main_menu_handler),

View file

@ -1 +1 @@
#define VERSION "T7"
#define VERSION "T8"