diff options
author | einstein95 <einstein95@users.noreply.github.com> | 2016-12-27 11:57:05 +1300 |
---|---|---|
committer | einstein95 <einstein95@users.noreply.github.com> | 2016-12-27 11:57:05 +1300 |
commit | f73893db566c67ee9e1b4b6b309853503351d8ca (patch) | |
tree | 6b420d9e1ab47f11bf6240b48d237c810f4b6aa1 /engine/hidden_object_functions7.asm | |
parent | fde4f79b3ba6a6653b91801e26865155b89a6be0 (diff) |
Update to latest pokered
Diffstat (limited to 'engine/hidden_object_functions7.asm')
-rwxr-xr-x | engine/hidden_object_functions7.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/hidden_object_functions7.asm b/engine/hidden_object_functions7.asm index c0b78119..2f9a6aa5 100755 --- a/engine/hidden_object_functions7.asm +++ b/engine/hidden_object_functions7.asm @@ -71,7 +71,7 @@ SafariZoneGameOver: ld a, SFX_SAFARI_ZONE_PA call PlayMusic .waitForMusicToPlay - ld a, [wChannelSoundIDs + CH4] + ld a, [wChannelSoundIDs + Ch4] cp SFX_SAFARI_ZONE_PA jr nz, .waitForMusicToPlay ld a, TEXT_SAFARI_GAME_OVER |