hidemoneybox buries dummy args now

This commit is contained in:
PikalaxALT
2019-11-07 12:01:21 -05:00
parent d833c0ba01
commit eb4bdaa9d7
8 changed files with 3 additions and 39 deletions
+3 -1
View File
@@ -1014,8 +1014,10 @@
.endm
@ Hides the secondary box spawned by showmoney.
.macro hidemoneybox
.macro hidemoneybox @, x, y
.byte 0x94
.byte 0 @ x
.byte 0 @ y
.endm
@ Updates the secondary box spawned by showmoney. Consumes but does not use arguments.