summaryrefslogtreecommitdiff
path: root/src/event_data.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-06-25 10:08:54 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-06-25 10:08:54 -0400
commit5fbd9ca845dec2c98e24fdfdd3035543120afdd5 (patch)
tree3866b7db15fca664d8dc916cb9380c3227d998a3 /src/event_data.c
parent1138ab2c4450c6aeac1941a346b0b26ff5fe5fd6 (diff)
Sync names of other pokedex.c methods
Diffstat (limited to 'src/event_data.c')
-rw-r--r--src/event_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event_data.c b/src/event_data.c
index 1c66818dd..b71ad77bd 100644
--- a/src/event_data.c
+++ b/src/event_data.c
@@ -64,7 +64,7 @@ void EnableNationalPokedex(void)
FlagSet(FLAG_SYS_NATIONAL_DEX);
gSaveBlock2.pokedex.mode = 1;
gSaveBlock2.pokedex.order = 0;
- sub_808C0A0();
+ ResetPokedexScrollPositions();
}
bool32 IsNationalPokedexEnabled(void)