diff options
author | camthesaxman <cameronghall@cox.net> | 2019-07-29 21:17:54 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2019-07-29 21:17:54 -0500 |
commit | ea0dfce3c41c6348cfbea086c291ab19744def9a (patch) | |
tree | 26c30719ebfb546dcbc7aa68e002a3db4b5bb30a /src/pokedex_cry_screen.c | |
parent | db4af549fdf13cdaca6654f7bb9ef54ecef14359 (diff) |
gMPlay to gMPlayInfo
Diffstat (limited to 'src/pokedex_cry_screen.c')
-rw-r--r-- | src/pokedex_cry_screen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokedex_cry_screen.c b/src/pokedex_cry_screen.c index e07b5e1c0..0574ca45b 100644 --- a/src/pokedex_cry_screen.c +++ b/src/pokedex_cry_screen.c @@ -9,7 +9,7 @@ #include "sound.h" extern struct SoundInfo gSoundInfo; -extern struct MusicPlayerInfo gMPlay_BGM; +extern struct MusicPlayerInfo gMPlayInfo_BGM; struct Unk201C800 { s8 unk_0; @@ -474,7 +474,7 @@ void sub_8119F88(u8 a0) void sub_811A050(u16 species) { - if (gMPlay_BGM.status & MUSICPLAYER_STATUS_PAUSE && !gPokedexCryScreenPtr->unk001A) + if (gMPlayInfo_BGM.status & MUSICPLAYER_STATUS_PAUSE && !gPokedexCryScreenPtr->unk001A) { if (!gPokedexCryScreenPtr->unk001B) { |