diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-25 10:08:54 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-25 10:08:54 -0400 |
| commit | 5fbd9ca845dec2c98e24fdfdd3035543120afdd5 (patch) | |
| tree | 3866b7db15fca664d8dc916cb9380c3227d998a3 /src/debug | |
| parent | 1138ab2c4450c6aeac1941a346b0b26ff5fe5fd6 (diff) | |
Sync names of other pokedex.c methods
Diffstat (limited to 'src/debug')
| -rw-r--r-- | src/debug/start_menu_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug/start_menu_debug.c b/src/debug/start_menu_debug.c index d96615fc1..acb7a97b1 100644 --- a/src/debug/start_menu_debug.c +++ b/src/debug/start_menu_debug.c @@ -1015,7 +1015,7 @@ u8 DebugMenu_NationalDex(void) GetSetPokedexFlag(i + 1, 2); GetSetPokedexFlag(i + 1, 3); } - gUnknown_03005CE8 = TRUE; + gUnusedPokedexU8 = TRUE; CloseMenu(); return TRUE; } @@ -1030,7 +1030,7 @@ u8 DebugMenu_HoennDex(void) GetSetPokedexFlag(nati, 2); GetSetPokedexFlag(nati, 3); } - gUnknown_03005CE8 = TRUE; + gUnusedPokedexU8 = TRUE; CloseMenu(); return TRUE; } |
