diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-11-30 10:41:03 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-30 10:41:03 -0600 |
commit | 9dd7f8f2147ffcaa0b5a347a937b269a946717b3 (patch) | |
tree | 06743f9c4404802e3c7cdcd6e22e5b11070ffb4c /src/pokedex.c | |
parent | 275ce5deff0e85d8a52c33b1c948bf4a5c3b5b99 (diff) |
Decompile pokedex_area_screen.c (#412)
Diffstat (limited to 'src/pokedex.c')
-rw-r--r-- | src/pokedex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokedex.c b/src/pokedex.c index 3d06a0417..e234c355f 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -3156,7 +3156,7 @@ void sub_80BF0AC(u8 taskId) gMain.state++; break; case 2: - sub_813D3D8(NationalPokedexNumToSpecies(gUnknown_02039B54->dexNum), &gUnknown_02039B4C->unk64E); + ShowPokedexAreaScreen(NationalPokedexNumToSpecies(gUnknown_02039B54->dexNum), &gUnknown_02039B4C->unk64E); SetVBlankCallback(gUnknown_030060B4); gUnknown_02039B4C->unk64E = 0; gMain.state = 0; |