diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-09 20:33:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-09 20:33:28 -0400 |
commit | c61603fb3812011981e22478bce93aba8b7ec183 (patch) | |
tree | 0bcf628e1f3615159cbae3e5c638825544699182 /include/constants/flags.h | |
parent | 77a6ee507fdeef8d6a3b8146c70df107e124b0b5 (diff) | |
parent | f3bd7f06c9f260597575f60af8daf8985ce80fe1 (diff) |
Merge pull request #113 from PikalaxALT/main_menu
Main menu and Song Constants
Diffstat (limited to 'include/constants/flags.h')
-rw-r--r-- | include/constants/flags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/flags.h b/include/constants/flags.h index a992bc365..a4b891aca 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 |