aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2018-04-22 14:29:01 -0500
committerGitHub <noreply@github.com>2018-04-22 14:29:01 -0500
commit9881745b964b35c9118874ca3f1be690181473b8 (patch)
treef39017a607f384c766bcc245a599ead54bf7c45a /engine/overworld
parentFix malformed lists (diff)
parentfix some constants (diff)
downloadpokeyellow-9881745b964b35c9118874ca3f1be690181473b8.tar.gz
pokeyellow-9881745b964b35c9118874ca3f1be690181473b8.tar.xz
pokeyellow-9881745b964b35c9118874ca3f1be690181473b8.zip
Merge pull request #32 from pret/fix-bank-constants
Fix bank constants and use a macro for pcm data
Diffstat (limited to 'engine/overworld')
-rwxr-xr-xengine/overworld/healing_machine.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/healing_machine.asm b/engine/overworld/healing_machine.asm
index ed733d7d..e5ba004e 100755
--- a/engine/overworld/healing_machine.asm
+++ b/engine/overworld/healing_machine.asm
@@ -34,7 +34,7 @@ AnimateHealingMachine:
dec b
jr nz, .partyLoop
ld a, [wAudioROMBank]
- cp $1f
+ cp BANK(AudioEngine3)
ld [wAudioSavedROMBank], a
jr nz, .next
call StopAllMusic