summaryrefslogtreecommitdiff
path: root/asm/macros
diff options
context:
space:
mode:
Diffstat (limited to 'asm/macros')
-rw-r--r--asm/macros/event.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc
index 15889b1c6..14051999f 100644
--- a/asm/macros/event.inc
+++ b/asm/macros/event.inc
@@ -1083,6 +1083,8 @@
@ Hides the secondary box spawned by showmoney.
.macro hidemoneybox
.byte 0x94
+ .byte 0 @ leftovers from ruby/sapphire. x, y params not used
+ .byte 0
.endm
@ Updates the secondary box spawned by showmoney. Consumes but does not use arguments.
@@ -1090,6 +1092,7 @@
.byte 0x95
.byte \x
.byte \y
+ .byte 0 @ 1 = don't perform this command. Always 0 in vanilla. Why this is a thing is beyond me.
.endm
@ Gets the price reduction for the index given. In FireRed, this command is a nop.