summaryrefslogtreecommitdiff
path: root/data/data.s
diff options
context:
space:
mode:
Diffstat (limited to 'data/data.s')
-rw-r--r--data/data.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/data.s b/data/data.s
index d883239..e00d0ce 100644
--- a/data/data.s
+++ b/data/data.s
@@ -99,7 +99,7 @@ gLoadScreenBackgroundPaletteFileNames: @ 80B6A28
.4byte titlen1p_text
.4byte titlen2p_text
- .include "data/text/save.inc"
+ #include "text/save.inc"
.global gUnknown_80B6D90
gUnknown_80B6D90: @ 80B6D90
@@ -410,7 +410,7 @@ gUnknown_80B71A0: @ 80B71A0
.global CWEND_text
CWEND_text:
- .string "{COLOR_1 UNKNOWN_COLOR}END{END_COLOR_TEXT_1}\0"
+ .string "{COLOR_1 RED_2}END{END_COLOR_TEXT_1}\0"
.align 2,0
.global CNLAST_text
@@ -425,7 +425,7 @@ gUnknown_80B71A0: @ 80B71A0
.global CISTART_text
CISTART_text:
- .string "{COLOR_1 ITEM_COLOR}START{END_COLOR_TEXT_1}\0"
+ .string "{COLOR_1 GREEN_2}START{END_COLOR_TEXT_1}\0"
.align 2,0
.global gUnknown_80B71E4