diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-03 19:20:47 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-03 19:20:47 -0400 |
commit | 2187d8d8af1ff2372610806539c245657639cf85 (patch) | |
tree | 469560dc74056db9ac53f04b9970c35b2da54b0d /engine/battle | |
parent | 4b9a0daf2f216b798eccecad180d2c9f86c82a9a (diff) |
Attempt to make Yellow buildable, part 6.
Diffstat (limited to 'engine/battle')
-rw-r--r-- | engine/battle/common_text.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/common_text.asm b/engine/battle/common_text.asm index d3200beb..e1fbedc2 100644 --- a/engine/battle/common_text.asm +++ b/engine/battle/common_text.asm @@ -76,7 +76,7 @@ PrintBeginningBattleText: ; f4000 (3d:4000) ld [wc0f1], a ld a, $80 ld [wc0f2], a - ld a, (SFX_08_77 - SFX_Headers_08) / 3 + ld a, $e9 ; (SFX_08_77 - SFX_Headers_08) / 3 call PlaySound jp WaitForSoundToFinish .done |