diff options
Diffstat (limited to 'macros')
-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 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 |