diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-07-13 20:57:01 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-07-13 20:57:01 +0200 |
commit | e6645b205d8e8043449dace65f50544e8864b3eb (patch) | |
tree | ba96018cc6ea052203208815ca46ee1e7f0ff3f9 /src/text/text1.asm | |
parent | 0dca8d215f0a0c8e6a3438b84d8dc714da84d0e3 (diff) |
Improve text macros
Diffstat (limited to 'src/text/text1.asm')
-rw-r--r-- | src/text/text1.asm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/text/text1.asm b/src/text/text1.asm index ce5da88..4c7e74c 100644 --- a/src/text/text1.asm +++ b/src/text/text1.asm @@ -306,27 +306,27 @@ Text0046: ; 3681b (d:681b) done Text0047: ; 36848 (d:6848) - db "<GRASS>" + textfw0 "<GRASS>" done Text0048: ; 3684b (d:684b) - db "<FIRE>" + textfw0 "<FIRE>" done Text0049: ; 3684e (d:684e) - db "<WATER>" + textfw0 "<WATER>" done Text004a: ; 36851 (d:6851) - db "<LIGHTNING>" + textfw0 "<LIGHTNING>" done Text004b: ; 36854 (d:6854) - db "<FIGHTING>" + textfw0 "<FIGHTING>" done Text004c: ; 36857 (d:6857) - db "<PSYCHIC>" + textfw0 "<PSYCHIC>" done Text004d: ; 3685a (d:685a) @@ -605,9 +605,9 @@ Text0086: ; 36f31 (d:6f31) Text0087: ; 36f43 (d:6f43) textfw3 "B" - db "<RAMNUM>" + textfw0 "<RAMNUM>" textfw3 "S" - db "<RAMNUM>" + textfw0 "<RAMNUM>" done DuelistIsThinkingText: ; 36f4a (d:6f4a) |