aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/b_2.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-05-25 17:27:02 -0700
committeryenatch <yenatch@gmail.com>2014-05-25 17:27:02 -0700
commit4be11293e5c7d6bf4a2fc374974545a21a5e3572 (patch)
treedcba8275056711993a438ef3d8061e30e9a6e19f /engine/battle/b_2.asm
parentRename GetJoypadState -> Joypad. (diff)
downloadpokeyellow-4be11293e5c7d6bf4a2fc374974545a21a5e3572.tar.gz
pokeyellow-4be11293e5c7d6bf4a2fc374974545a21a5e3572.tar.xz
pokeyellow-4be11293e5c7d6bf4a2fc374974545a21a5e3572.zip
Label BCD math predefs.
Diffstat (limited to 'engine/battle/b_2.asm')
-rwxr-xr-xengine/battle/b_2.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/b_2.asm b/engine/battle/b_2.asm
index b71ca40d..00510ec7 100755
--- a/engine/battle/b_2.asm
+++ b/engine/battle/b_2.asm
@@ -120,7 +120,7 @@ PayDayEffect_ ; 2feb8 (b:7eb8)
ld [hl], a
ld de, $cce7
ld c, $3
- ld a, $b
+ ld a, $b ; AddBCDPredef
call Predef
ld hl, CoinsScatteredText ; $7f04
jp PrintText