summaryrefslogtreecommitdiff
path: root/src/code_8090208.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code_8090208.c')
-rw-r--r--src/code_8090208.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code_8090208.c b/src/code_8090208.c
index b64b551..3a60640 100644
--- a/src/code_8090208.c
+++ b/src/code_8090208.c
@@ -16,7 +16,7 @@ struct unkDungeonStruct
void sub_8090208(u8 *buffer, struct unkDungeonStruct *dungeonLocation)
{
- ExpandPlaceholdersBuffer(buffer, gUnknown_8108F10, gDungeonNames[dungeonLocation->index].name1); // #cD%s#r (normal floor print (no B)
+ ExpandPlaceholdersBuffer(buffer, gUnknown_8108F10, gDungeonNames[dungeonLocation->index].name1); // {COLOR_2 YELLOW_3}%s{END_COLOR_TEXT_2} (normal floor print (no B)
}
void PrintDungeonLocationtoBuffer(u8 *buffer, struct unkDungeonStruct *dungeonLocation)