diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-29 22:29:45 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-29 22:29:45 -0500 |
commit | 0eb0c40ba7be54862364e6cd3a77cc605a4ada16 (patch) | |
tree | c449bf08b91a3e5ccc1bf728dd9a0b7940ddef8e /macros/event.asm | |
parent | b8dcccd0da7d7eda8f4e480aeb4f87d08d7461b4 (diff) |
buttonsound
Diffstat (limited to 'macros/event.asm')
-rw-r--r-- | macros/event.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/event.asm b/macros/event.asm index 7b3604777..f77645c5a 100644 --- a/macros/event.asm +++ b/macros/event.asm @@ -564,9 +564,9 @@ waitbutton: macro db waitbutton_command endm - enum keeptextopen_command -keeptextopen: macro - db keeptextopen_command + enum buttonsound_command +buttonsound: macro + db buttonsound_command endm enum pokepic_command |