diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-02-07 19:31:33 -0500 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-02-07 19:31:33 -0500 |
commit | 03f8d0d6ce48a302a21d7ef99eed9825800a6394 (patch) | |
tree | cb0240ef6e2468ee49730a3b620d440e5e88d4bc /src/battle_script_commands.c | |
parent | 4a903279df847024148b823990a317e79bc23c9f (diff) | |
parent | 250538fcae79e4d11c6efb4f4bfb34080f72bd48 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into decompile_main_menu
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r-- | src/battle_script_commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index c6314082c..b2d460e4f 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -6724,7 +6724,7 @@ static void PutLevelAndGenderOnLvlUpBox(void) subPrinter.letterSpacing = 0; subPrinter.lineSpacing = 0; subPrinter.fontColor_l = TEXT_COLOR_TRANSPARENT; - subPrinter.fontColor_h = TEXT_COLOR_WHITE; + subPrinter.fgColor = TEXT_COLOR_WHITE; subPrinter.bgColor = TEXT_COLOR_TRANSPARENT; subPrinter.shadowColor = TEXT_COLOR_DARK_GREY; |