diff options
author | Tetrable <atifhuss386@gmail.com> | 2019-01-02 21:12:43 +0000 |
---|---|---|
committer | Tetrable <atifhuss386@gmail.com> | 2019-01-02 21:12:43 +0000 |
commit | 1e3da62d24ad91e4d69ac6974476fd5ea47cae9b (patch) | |
tree | 806828b7a2be77e7afc2017b34cef7f5c35324d0 /data/scripts/apprentice.inc | |
parent | 2dd706ca5410d98ad214ceff7026d6db276f4d5a (diff) |
Finish off labelling flags
Diffstat (limited to 'data/scripts/apprentice.inc')
-rw-r--r-- | data/scripts/apprentice.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/apprentice.inc b/data/scripts/apprentice.inc index 034732db2..ac4bd1979 100644 --- a/data/scripts/apprentice.inc +++ b/data/scripts/apprentice.inc @@ -33,7 +33,7 @@ EventScript_Apprentice:: @ 82B688D special CallApprenticeFunction compare VAR_0x8004, 0 goto_if_eq BattleFrontier_BattleTowerLobby_EventScript_2B68BE - goto_if_set FLAG_0x934, Script_Apprentice_ReleaseAndEnd + goto_if_set FLAG_DAILY_APPRENTICE_LEAVES, Script_Apprentice_ReleaseAndEnd BattleFrontier_BattleTowerLobby_EventScript_2B68BE: setvar VAR_0x8004, 11 @@ -289,7 +289,7 @@ BattleFrontier_BattleTowerLobby_EventScript_2B6DD4: Script_Apprentice_SetLeavingFlags: setflag FLAG_HIDE_APPRENTICE - setflag FLAG_0x934 + setflag FLAG_DAILY_APPRENTICE_LEAVES return Script_Apprentice_LeaveGoRight: |