summaryrefslogtreecommitdiff
path: root/asm/macros/event.inc
diff options
context:
space:
mode:
Diffstat (limited to 'asm/macros/event.inc')
-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 40430fe53..20b5f3e60 100644
--- a/asm/macros/event.inc
+++ b/asm/macros/event.inc
@@ -1080,9 +1080,11 @@
.byte \check
.endm
- @ Hides the secondary box spawned by showmoney.
+ @ Hides the secondary box spawned by showmoney. Consumption of the x and y arguments was dummied out.
.macro hidemoneybox
.byte 0x94
+ .byte 0 @ \x
+ .byte 0 @ \y
.endm
@ Updates the secondary box spawned by showmoney. Consumes but does not use arguments.