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/core.asm | |
parent | bba84059925c25e04fdcef5e4f3e2192176faf2d (diff) |
Label BCD math predefs.
Diffstat (limited to 'engine/battle/core.asm')
-rwxr-xr-x | engine/battle/core.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 48d075c0..d47e8d30 100755 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -996,8 +996,8 @@ TrainerBattleVictory: ; 3c696 (f:4696) ld de, wPlayerMoney + 2 ; $d349 ld hl, $d07b ld c, $3 - ld a, $b - jp Predef ; indirect jump to Func_f81d (f81d (3:781d)) + ld a, $b ; AddBCDPredef + jp Predef MoneyForWinningText: ; 3c6e4 (f:46e4) TX_FAR _MoneyForWinningText |