aboutsummaryrefslogtreecommitdiffstats
path: root/macros/scripts/text.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-03 16:37:47 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-03 16:37:47 -0400
commit9878f01e29b1443d6c894c1332cbf381fa12646e (patch)
tree8e763ca94f2b90faaa470416055c320dbdb89cbf /macros/scripts/text.asm
parentMake suggested edits: (diff)
downloadpokeyellow-9878f01e29b1443d6c894c1332cbf381fa12646e.tar.gz
pokeyellow-9878f01e29b1443d6c894c1332cbf381fa12646e.tar.xz
pokeyellow-9878f01e29b1443d6c894c1332cbf381fa12646e.zip
Organize macros/ like pokecrystal
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
Diffstat (limited to '')
-rwxr-xr-xmacros/scripts/text.asm (renamed from macros/text_macros.asm)2
1 files changed, 0 insertions, 2 deletions
diff --git a/macros/text_macros.asm b/macros/scripts/text.asm
index 21e02634..732a22d4 100755
--- a/macros/text_macros.asm
+++ b/macros/scripts/text.asm
@@ -1,5 +1,3 @@
-
-; text macros
text EQUS "db $00," ; Start writing text.
next EQUS "db $4e," ; Move a line down.
line EQUS "db $4f," ; Start writing at the bottom line.