summaryrefslogtreecommitdiff
path: root/data/data.s
diff options
context:
space:
mode:
authorCheng Hann Gan <chenghanngan.us@gmail.com>2021-11-18 12:21:00 -0500
committerGitHub <noreply@github.com>2021-11-18 09:21:00 -0800
commita432de845cf81ff5aaae3f0b0fd2bac9b2feb2da (patch)
tree2afc18de91d97b64502fdd04d1bf7d55ee2cd1f7 /data/data.s
parentbfaa55f2fe3d557570260f6b4956e39c3b0f1218 (diff)
Expanded charmap usage (#76)
* Added item icons/Hiragana to charmap * Use color formatting charmap macros * Removed redundant text formatting macros
Diffstat (limited to 'data/data.s')
-rw-r--r--data/data.s8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/data.s b/data/data.s
index 9cc3098..3c976be 100644
--- a/data/data.s
+++ b/data/data.s
@@ -410,22 +410,22 @@ gUnknown_80B71A0: @ 80B71A0
.global CWEND_text
CWEND_text:
- .string "#CWEND#R\0"
+ .string "#CWEND{END_COLOR_TEXT_1}\0"
.align 2,0
.global CNLAST_text
CNLAST_text:
- .string "#CNLAST#R\0"
+ .string "#CNLAST{END_COLOR_TEXT_1}\0"
.align 2,0
.global CECONTINUE_text
CECONTINUE_text:
- .string "#CECONTINUE#R\0"
+ .string "{COLOR_1 LIGHT_BLUE}CONTINUE{END_COLOR_TEXT_1}\0"
.align 2,0
.global CISTART_text
CISTART_text:
- .string "#CISTART#R\0"
+ .string "#CISTART{END_COLOR_TEXT_1}\0"
.align 2,0
.global gUnknown_80B71E4