From b2e2648d154f0b551075d6e0079f7d8f307c4217 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Sat, 22 Jun 2024 11:51:16 -0400 Subject: [PATCH] Use C preprocessor directives --- data/maps/PalletTown_RivalsHouse/text.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/maps/PalletTown_RivalsHouse/text.inc b/data/maps/PalletTown_RivalsHouse/text.inc index 0cd7b0005..bde0f854c 100644 --- a/data/maps/PalletTown_RivalsHouse/text.inc +++ b/data/maps/PalletTown_RivalsHouse/text.inc @@ -62,13 +62,13 @@ PalletTown_RivalsHouse_Text_LookingNiceInNoTime:: .string "nice in no time.$" PalletTown_RivalsHouse_Text_ThereYouGoAllDone:: -.ifdef BUGFIX @ The localizers missed what should be a textcolor change in the localizations. +#ifdef BUGFIX @ The localizers missed what should be a textcolor change in the localizations. .string "{COLOR DARK_GRAY}{STR_VAR_1} looks dreamily content…\p" .string "{COLOR RED}DAISY: There you go! All done.\n" -.else @ In the JP games, gender-based text used a different font instead of different colors. +#else @ In the JP games, gender-based text used a different font instead of different colors. .string "{FONT_NORMAL}{STR_VAR_1} looks dreamily content…\p" .string "{FONT_FEMALE}DAISY: There you go! All done.\n" -.endif +#endif .string "See? Doesn't it look nice?\p" .string "Giggle…\n" .string "It's such a cute POKéMON.$"