diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-11-28 10:14:32 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-28 10:14:32 -0600 |
commit | 0148e389738d857d473a54d612115cd51fbb8606 (patch) | |
tree | 344ff6447163086060d853d3ad41b63ee303833e /src/pokedex.c | |
parent | 9fafa637438b45a48de36a4a7bf898111951ec92 (diff) |
Decompile pokedex_cry_screen.c (#406)
Diffstat (limited to 'src/pokedex.c')
-rw-r--r-- | src/pokedex.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pokedex.c b/src/pokedex.c index fa3faab84..3d06a0417 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -30,7 +30,7 @@ #include "constants/songs.h" #include "constants/species.h" -extern u8 gUnknown_030061EC; +extern u8 gDexCryScreenState; // EWRAM static EWRAM_DATA struct PokedexView *gUnknown_02039B4C = NULL; @@ -3232,7 +3232,7 @@ void sub_80BF250(u8 taskId) case 5: gTasks[taskId].data[4] = sub_80C0E9C(gUnknown_02039B54->dexNum, 48, 56, 0); gSprites[gTasks[taskId].data[4]].oam.priority = 0; - gUnknown_030061EC = 0; + gDexCryScreenState = 0; gMain.state++; break; case 6: @@ -3247,7 +3247,7 @@ void sub_80BF250(u8 taskId) if (sub_8145354(&sp4, 2) != 0) { gMain.state++; - gUnknown_030061EC = 0; + gDexCryScreenState = 0; } } break; |