summaryrefslogtreecommitdiff
path: root/asm/macros
diff options
context:
space:
mode:
Diffstat (limited to 'asm/macros')
-rw-r--r--asm/macros/event.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc
index 21e3e65c0..19293e527 100644
--- a/asm/macros/event.inc
+++ b/asm/macros/event.inc
@@ -1014,8 +1014,12 @@
.endm
@ Hides the secondary box spawned by showmoney.
- .macro hidemoneybox
+ @ The two arguments are unused.
+ @ They are retained here for backwards compatibility with Ruby/Sapphire.
+ .macro hidemoneybox x, y
.byte 0x94
+ .byte \x
+ .byte \y
.endm
@ Updates the secondary box spawned by showmoney. Consumes but does not use arguments.