diff options
Diffstat (limited to 'src/code_8090208.c')
-rw-r--r-- | src/code_8090208.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code_8090208.c b/src/code_8090208.c index 3a60640..970154c 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); // {COLOR_2 YELLOW_3}%s{END_COLOR_TEXT_2} (normal floor print (no B) + ExpandPlaceholdersBuffer(buffer, gUnknown_8108F10, gDungeonNames[dungeonLocation->index].name1); // {COLOR_2 YELLOW_4}%s{END_COLOR_TEXT_2} (normal floor print (no B) } void PrintDungeonLocationtoBuffer(u8 *buffer, struct unkDungeonStruct *dungeonLocation) |