summaryrefslogtreecommitdiff
path: root/asm/macros
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-11-07 12:01:21 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2019-11-07 12:01:21 -0500
commiteb4bdaa9d7e571ca9e1619fca27021724d9eaa37 (patch)
tree7804a2f04d1e4bf4c5ad3c8b43deab6288b46690 /asm/macros
parentd833c0ba01594468195d3a5dac843cedba8af9eb (diff)
hidemoneybox buries dummy args now
Diffstat (limited to 'asm/macros')
-rw-r--r--asm/macros/event.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc
index 21e3e65c0..71e0eaef1 100644
--- a/asm/macros/event.inc
+++ b/asm/macros/event.inc
@@ -1014,8 +1014,10 @@
.endm
@ Hides the secondary box spawned by showmoney.
- .macro hidemoneybox
+ .macro hidemoneybox @, x, y
.byte 0x94
+ .byte 0 @ x
+ .byte 0 @ y
.endm
@ Updates the secondary box spawned by showmoney. Consumes but does not use arguments.