summaryrefslogtreecommitdiff
path: root/src/field/script_menu.c
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2017-12-18 15:00:57 -0500
committerscnorton <scnorton@biociphers.org>2017-12-18 15:00:57 -0500
commit89c0d40ee6c7fa2ad9f7f44e3a51ea50264e9280 (patch)
treef5387471637b5e9e62fa5b6a0614a935b2921118 /src/field/script_menu.c
parent408f3cf295e76b61f2c1a442c80d1036bbaa9d28 (diff)
parent3c5f725de49371aced1788a21f5e53df5b498b5f (diff)
Merge branch 'master' into decompile_data
Diffstat (limited to 'src/field/script_menu.c')
-rw-r--r--src/field/script_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/field/script_menu.c b/src/field/script_menu.c
index caa1d7562..1f8c2c45e 100644
--- a/src/field/script_menu.c
+++ b/src/field/script_menu.c
@@ -906,7 +906,7 @@ void ScriptMenu_CreatePCMenu(void)
else
width = 8;
- if (FlagGet(SYS_GAME_CLEAR)) // player has cleared game?
+ if (FlagGet(FLAG_SYS_GAME_CLEAR)) // player has cleared game?
{
numChoices = 4;
MenuDrawTextWindow(0, 0, width + 2, 9);
@@ -920,7 +920,7 @@ void ScriptMenu_CreatePCMenu(void)
MenuPrint(gPCText_LogOff, 1, 5);
}
- if (FlagGet(SYS_PC_LANETTE)) // player met lanette?
+ if (FlagGet(FLAG_SYS_PC_LANETTE)) // player met lanette?
MenuPrint(gPCText_LanettesPC, 1, 1);
else
MenuPrint(gPCText_SomeonesPC, 1, 1);