diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-12-19 16:38:51 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-19 16:38:51 -0600 |
commit | 8e1c66d8bd01807285b05d8333f36cd2d70e062c (patch) | |
tree | bb1bf94d56b770eca66780948ff9e05401967ed1 /data/data.s | |
parent | 087405b9d975b447ef7b17afd1e73e449cc7881b (diff) | |
parent | 0369264407563b64d60c885f8bf79322b6f663c8 (diff) |
Merge pull request #85 from AnonymousRandomPerson/master
More AI decomp
Diffstat (limited to 'data/data.s')
-rw-r--r-- | data/data.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/data.s b/data/data.s index 51554f7..d883239 100644 --- a/data/data.s +++ b/data/data.s @@ -410,7 +410,7 @@ gUnknown_80B71A0: @ 80B71A0 .global CWEND_text CWEND_text: - .string "#CWEND{END_COLOR_TEXT_1}\0" + .string "{COLOR_1 UNKNOWN_COLOR}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 "#CISTART{END_COLOR_TEXT_1}\0" + .string "{COLOR_1 ITEM_COLOR}START{END_COLOR_TEXT_1}\0" .align 2,0 .global gUnknown_80B71E4 |