summaryrefslogtreecommitdiff
path: root/macros/event.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-29 22:29:45 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-29 22:29:45 -0500
commit0eb0c40ba7be54862364e6cd3a77cc605a4ada16 (patch)
treec449bf08b91a3e5ccc1bf728dd9a0b7940ddef8e /macros/event.asm
parentb8dcccd0da7d7eda8f4e480aeb4f87d08d7461b4 (diff)
buttonsound
Diffstat (limited to 'macros/event.asm')
-rw-r--r--macros/event.asm6
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