summaryrefslogtreecommitdiff
path: root/asm/macros
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-11-07 14:56:34 -0500
committerGitHub <noreply@github.com>2019-11-07 14:56:34 -0500
commit391ac755b32ec08fb871c5571f1b08737f0db50d (patch)
tree93f0d90f3156b95ebfa2278876a69e44f4e5d4c4 /asm/macros
parentd833c0ba01594468195d3a5dac843cedba8af9eb (diff)
parent6a33add748ae7a7c0970fa190e8d381e3b32c287 (diff)
Merge pull request #145 from PikalaxALT/hidemoneybox
hidemoneybox buries dummy args now
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.