hidemoneybox backwards compat with ruby

This commit is contained in:
PikalaxALT
2019-11-07 14:37:46 -05:00
parent eb4bdaa9d7
commit 6a33add748
8 changed files with 24 additions and 22 deletions
+5 -3
View File
@@ -1014,10 +1014,12 @@
.endm
@ Hides the secondary box spawned by showmoney.
.macro hidemoneybox @, x, y
@ The two arguments are unused.
@ They are retained here for backwards compatibility with Ruby/Sapphire.
.macro hidemoneybox x, y
.byte 0x94
.byte 0 @ x
.byte 0 @ y
.byte \x
.byte \y
.endm
@ Updates the secondary box spawned by showmoney. Consumes but does not use arguments.