Add comments to hidemoneybox macro
This commit is contained in:
@@ -1080,11 +1080,11 @@
|
|||||||
.byte \check
|
.byte \check
|
||||||
.endm
|
.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
|
.macro hidemoneybox
|
||||||
.byte 0x94
|
.byte 0x94
|
||||||
nop
|
.byte 0 @ \x
|
||||||
nop
|
.byte 0 @ \y
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
@ Updates the secondary box spawned by showmoney. Consumes but does not use arguments.
|
@ Updates the secondary box spawned by showmoney. Consumes but does not use arguments.
|
||||||
|
|||||||
Reference in New Issue
Block a user