diff options
| author | yenatch <yenatch@gmail.com> | 2014-05-25 17:27:02 -0700 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-05-25 17:27:02 -0700 |
| commit | 4be11293e5c7d6bf4a2fc374974545a21a5e3572 (patch) | |
| tree | dcba8275056711993a438ef3d8061e30e9a6e19f /engine/battle/4_2.asm | |
| parent | Rename GetJoypadState -> Joypad. (diff) | |
| download | pokeyellow-4be11293e5c7d6bf4a2fc374974545a21a5e3572.tar.gz pokeyellow-4be11293e5c7d6bf4a2fc374974545a21a5e3572.tar.xz pokeyellow-4be11293e5c7d6bf4a2fc374974545a21a5e3572.zip | |
Label BCD math predefs.
Diffstat (limited to 'engine/battle/4_2.asm')
| -rwxr-xr-x | engine/battle/4_2.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/4_2.asm b/engine/battle/4_2.asm index 264a74d7..891363f5 100755 --- a/engine/battle/4_2.asm +++ b/engine/battle/4_2.asm @@ -36,8 +36,8 @@ Func_137aa: ; 137aa (4:77aa) jr z, .asm_1380a ld de, wPlayerMoney + 2 ; $d349 ld c, $3 - ld a, $b - call Predef ; indirect jump to Func_f81d (f81d (3:781d)) + ld a, $b ; AddBCDPredef + call Predef ld hl, PickUpPayDayMoneyText call PrintText .asm_1380a |
