diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-24 14:30:32 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-24 14:30:32 -0500 |
commit | 1df28a6beb1f25bba384e446febe833c68b17056 (patch) | |
tree | 58857fde65fc6fcf30028eaa76946376d7d51c16 /macros/text.asm | |
parent | 2a2222476ae509aaebd7851abd49172cf6e854d4 (diff) | |
parent | da87d2a929b1d58175efe063833c124d8ba702c9 (diff) |
Merge branch 'master' of github.com:pret/pokecrystal into scriptmacrorenaming
Diffstat (limited to 'macros/text.asm')
-rw-r--r-- | macros/text.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/text.asm b/macros/text.asm index 974759930..37ce72d98 100644 --- a/macros/text.asm +++ b/macros/text.asm @@ -46,7 +46,7 @@ text_low: macro endm enum WAIT_BUTTON -text_waitsfx: macro +text_waitbutton: macro db WAIT_BUTTON endm |