From 99bd3d91547858203c84cdf7f4ec37effabc0385 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 8 Oct 2019 10:31:33 -0400 Subject: Finish main menu decomp --- include/constants/flags.h | 2 +- include/constants/global.h | 2 +- include/constants/songs.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'include/constants') diff --git a/include/constants/flags.h b/include/constants/flags.h index 7f4655d4e..b13be9d9a 100644 --- a/include/constants/flags.h +++ b/include/constants/flags.h @@ -1377,7 +1377,7 @@ #define TRAINERS_FLAG_NO 0x356 #define CODE_FLAGS (FLAG_TRAINER_FLAG_START + TRAINERS_FLAG_NO + 0xA) // 0x860 -// TODO: Find what these are +// TODO: These three are badge flags #define FLAG_UNK820 0x820 #define FLAG_UNK824 0x824 #define FLAG_UNK826 0x826 diff --git a/include/constants/global.h b/include/constants/global.h index 3cac8d473..d7508c940 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -45,7 +45,7 @@ enum enum { - OPTIONS_BUTTON_MODE_NORMAL, + OPTIONS_BUTTON_MODE_HELP, OPTIONS_BUTTON_MODE_LR, OPTIONS_BUTTON_MODE_L_EQUALS_A }; diff --git a/include/constants/songs.h b/include/constants/songs.h index 193a57756..3c0e72757 100644 --- a/include/constants/songs.h +++ b/include/constants/songs.h @@ -254,7 +254,7 @@ #define SE_SHIP_HORN 249 #define SE_HELP_OPEN 250 #define SE_HELP_CLOSE 251 -#define SE_HELP_PAGE 252 +#define SE_HELP_ERR 252 #define MUS_ME_ASA 256 #define MUS_FANFA1 257 -- cgit v1.2.3