diff options
author | huderlem <huderlem@gmail.com> | 2019-11-07 20:22:56 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-07 20:22:56 -0600 |
commit | 030784dece994daf90ac1cb06a44912245b519ea (patch) | |
tree | 6cd3e380eb75e699f304740b7b91ae3c7ba5e4ab /asm/macros | |
parent | 1ceee6ef70a163118b67d78a9581fba443e1c13c (diff) | |
parent | 702ef745d97dcdeae03e1c47fb1f2f7fc1be6dd0 (diff) |
Merge pull request #882 from GriffinRichards/doc-mauville
Document Mauville and New Mauville scripts
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/event.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc index 40430fe53..20b5f3e60 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -1080,9 +1080,11 @@ .byte \check .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 .byte 0x94 + .byte 0 @ \x + .byte 0 @ \y .endm @ Updates the secondary box spawned by showmoney. Consumes but does not use arguments. |