From 3921b82124e51a1d1054bf5339b15c00ed8298cf Mon Sep 17 00:00:00 2001 From: xCrystal Date: Wed, 11 Jul 2018 13:22:46 +0200 Subject: Create more text macros, rename/document some text engine things --- src/text/text1.asm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/text') diff --git a/src/text/text1.asm b/src/text/text1.asm index 4274caf..50210fb 100644 --- a/src/text/text1.asm +++ b/src/text/text1.asm @@ -55,7 +55,7 @@ PokemonText: ; 36378 (d:6378) done Text000f: ; 36382 (d:6382) - db $03,$4c + textfw $4c done LbsText: ; 36385 (d:6385) @@ -67,15 +67,15 @@ Text0011: ; 3638b (d:638b) done Text0012: ; 3638d (d:638d) - db $03,$52 + textfw $52 done Text0013: ; 36390 (d:6390) - db $03,$53 + textfw $53 done Text0014: ; 36393 (d:6393) - db $03,$54 + textfw $54 done Text0015: ; 36396 (d:6396) @@ -278,16 +278,16 @@ DiscardDescription: ; 36757 (d:6757) done Text0042: ; 367cc (d:67cc) - text TX_RAM1, " will draw ", TX_RAM3, " Prize(s)." + text " will draw Prize(s)." done Text0043: ; 367e5 (d:67e5) - text TX_RAM1, " drew ", TX_RAM3, " Prize(s)." + text " drew Prize(s)." done Text0044: ; 367f9 (d:67f9) - text TX_RAM1, " placed" - line "a ", TX_RAM2, "." + text " placed" + line "a ." done Text0045: ; 36808 (d:6808) -- cgit v1.2.3