summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-03 22:35:36 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-03 22:35:36 -0500
commit91ea4a2f9b3d169a8e06aed62f19466c643eff83 (patch)
tree86ec987d1627e018373d754785abfa5c8bf961f3 /macros
parentc5527a02ae1423479af567acf7dc38708f50f9b3 (diff)
Battle Tower trainer text
Diffstat (limited to 'macros')
-rw-r--r--macros/event.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/event.asm b/macros/event.asm
index 22652abbd..df2baab65 100644
--- a/macros/event.asm
+++ b/macros/event.asm
@@ -1022,9 +1022,9 @@ warpfacing: macro
db \4 ; y
endm
- enum storetext_command
-storetext: macro
- db storetext_command
+ enum battletowertext_command
+battletowertext: macro
+ db battletowertext_command
db \1 ; memory
endm