summaryrefslogtreecommitdiff
path: root/asm/macros/event.inc
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-11-08 03:07:50 -0500
committerGitHub <noreply@github.com>2019-11-08 03:07:50 -0500
commit9140594b233b08d05d0832b62d3e64d50528a460 (patch)
tree1175aa70b24f9c07b8089e23b2e8e7fdcba1b524 /asm/macros/event.inc
parente19b9c9d467aa51c1ca550d2d9af4e3e9e5fd11e (diff)
parent030784dece994daf90ac1cb06a44912245b519ea (diff)
Merge branch 'master' into doc-littleroot
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.