diff options
| author | dannye <33dannye@gmail.com> | 2020-05-24 18:59:05 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2020-05-24 18:59:05 -0500 |
| commit | 9a8811b492115a3b078a260c0e6be37b2e4c1ee4 (patch) | |
| tree | 9404e9750120195b0756b81ae1239dec37b5e177 /engine/cable_club.asm | |
| parent | Merge pull request #238 from Akatsuki-py/fix_ffa1 (diff) | |
| download | pokeyellow-9a8811b492115a3b078a260c0e6be37b2e4c1ee4.tar.gz pokeyellow-9a8811b492115a3b078a260c0e6be37b2e4c1ee4.tar.xz pokeyellow-9a8811b492115a3b078a260c0e6be37b2e4c1ee4.zip | |
Misc minor clean up
spotted by comparing against pokeyellow
Diffstat (limited to 'engine/cable_club.asm')
| -rwxr-xr-x | engine/cable_club.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/cable_club.asm b/engine/cable_club.asm index 3e72daa9..141ed396 100755 --- a/engine/cable_club.asm +++ b/engine/cable_club.asm @@ -826,7 +826,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 |
