summaryrefslogtreecommitdiff
path: root/engine/menu
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/menu
parentbba84059925c25e04fdcef5e4f3e2192176faf2d (diff)
Label BCD math predefs.
Diffstat (limited to 'engine/menu')
-rwxr-xr-xengine/menu/vending_machine.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/menu/vending_machine.asm b/engine/menu/vending_machine.asm
index 1f0ed084..7a8b6985 100755
--- a/engine/menu/vending_machine.asm
+++ b/engine/menu/vending_machine.asm
@@ -71,8 +71,8 @@ VendingMachineMenu: ; 74ee0 (1d:4ee0)
ld hl, $ffde
ld de, wPlayerMoney + 2 ; $d349
ld c, $3
- ld a, $c
- call Predef ; indirect jump to Func_f836 (f836 (3:7836))
+ ld a, $c ; SubtractBCDPredef
+ call Predef
ld a, $13
ld [$d125], a
jp DisplayTextBoxID