aboutsummaryrefslogtreecommitdiffstats
path: root/engine/cable_club.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-04-01 21:11:10 -0400
committeryenatch <yenatch@gmail.com>2018-04-01 21:11:43 -0400
commitcfec16566e41ced2faa97a3a5314ba5bbc0d0395 (patch)
tree87eef4766e865431490d4b76365a157c7439f135 /engine/cable_club.asm
parentremove BANK[] and bank constants from ROMX sections (diff)
downloadpokeyellow-cfec16566e41ced2faa97a3a5314ba5bbc0d0395.tar.gz
pokeyellow-cfec16566e41ced2faa97a3a5314ba5bbc0d0395.tar.xz
pokeyellow-cfec16566e41ced2faa97a3a5314ba5bbc0d0395.zip
fix some constants
Diffstat (limited to 'engine/cable_club.asm')
-rwxr-xr-xengine/cable_club.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/cable_club.asm b/engine/cable_club.asm
index 79b5e858..7ff5fda1 100755
--- a/engine/cable_club.asm
+++ b/engine/cable_club.asm
@@ -831,7 +831,7 @@ TradeCenter_Trade:
ld [wTradedEnemyMonSpecies], a
ld a, 10
ld [wAudioFadeOutControl], a
- ld a, $2
+ ld a, BANK(Music_SafariZone)
ld [wAudioSavedROMBank], a
ld a, MUSIC_SAFARI_ZONE
ld [wNewSoundID], a