diff options
author | Tustin2121 <tustin2121@gmail.com> | 2019-08-17 23:26:46 -0400 |
---|---|---|
committer | Tustin2121 <tustin2121@gmail.com> | 2019-08-17 23:26:46 -0400 |
commit | 18dee141704daa10313f27890d0f97a2a083a496 (patch) | |
tree | f6ea0af0d9a8189d2a5cb67cd6c9823250c5e03a /asm/macros | |
parent | d63a8ba817e4d3373e06d4ae5cbe5987e9a68cc6 (diff) |
Review fixes
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/event.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc index 14051999f..bf1b8ce76 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -1083,8 +1083,6 @@ @ 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. |