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/b_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/b_2.asm')
| -rwxr-xr-x | engine/battle/b_2.asm | 2 |
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 |
