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/maps/BattleFrontier_Lounge1/scripts.inc | |
parent | 2dd706ca5410d98ad214ceff7026d6db276f4d5a (diff) |
Finish off labelling flags
Diffstat (limited to 'data/maps/BattleFrontier_Lounge1/scripts.inc')
-rw-r--r-- | data/maps/BattleFrontier_Lounge1/scripts.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/BattleFrontier_Lounge1/scripts.inc b/data/maps/BattleFrontier_Lounge1/scripts.inc index a12c54334..28aab432b 100644 --- a/data/maps/BattleFrontier_Lounge1/scripts.inc +++ b/data/maps/BattleFrontier_Lounge1/scripts.inc @@ -4,9 +4,9 @@ BattleFrontier_Lounge1_MapScripts:: @ 825E774 BattleFrontier_Lounge1_EventScript_25E775:: @ 825E775 lock faceplayer - call_if_unset FLAG_0x153, BattleFrontier_Lounge1_EventScript_25E7AD - call_if_set FLAG_0x153, BattleFrontier_Lounge1_EventScript_25E7B6 - setflag FLAG_0x153 + call_if_unset FLAG_MET_BATTLE_FRONTIER_BREEDER, BattleFrontier_Lounge1_EventScript_25E7AD + call_if_set FLAG_MET_BATTLE_FRONTIER_BREEDER, BattleFrontier_Lounge1_EventScript_25E7B6 + setflag FLAG_MET_BATTLE_FRONTIER_BREEDER goto BattleFrontier_Lounge1_EventScript_25E792 end |