diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-07 10:37:15 -0500 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-11-07 10:37:15 -0500 |
commit | d5685db19a98657492d5d99541f266c26a52619a (patch) | |
tree | b3cb6059d618122a7934adbdec8383f757f60b6e /asm/macros | |
parent | 0b5c2c2721ed7b996626b54835d2724677bf5b49 (diff) |
Fold nops into hidemoneybox
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/event.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc index 40430fe53..de98d6fa3 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 + nop + nop .endm @ Updates the secondary box spawned by showmoney. Consumes but does not use arguments. |