diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-12-02 14:38:49 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-12-02 14:38:49 -0800 |
commit | 79e3d29c29335d7e1fb8478b16d100b1844f2da4 (patch) | |
tree | 8bc428f307b41dfe69284b54bb072a98761b98c3 /data/scripts/maps/FortreeCity_Gym.inc | |
parent | 765526b99f50bf6b8c41c69bd6b1dc82471cda2d (diff) |
Use constants for all SYS flags
Diffstat (limited to 'data/scripts/maps/FortreeCity_Gym.inc')
-rw-r--r-- | data/scripts/maps/FortreeCity_Gym.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/scripts/maps/FortreeCity_Gym.inc b/data/scripts/maps/FortreeCity_Gym.inc index 7309be0bb..1e2d3c4f3 100644 --- a/data/scripts/maps/FortreeCity_Gym.inc +++ b/data/scripts/maps/FortreeCity_Gym.inc @@ -29,7 +29,7 @@ FortreeCity_Gym_EventScript_157F15:: @ 8157F15 call FortreeCity_Gym_EventScript_1A02C5 msgbox FortreeCity_Gym_Text_185E73, 4 setflag 1225 - setflag 2060 + setflag BADGE06_GET setvar 0x8008, 6 call FortreeCity_Gym_EventScript_1A01C0 goto FortreeCity_Gym_EventScript_157F3E @@ -80,14 +80,14 @@ FortreeCity_Gym_EventScript_157FD3:: @ 8157FD3 FortreeCity_Gym_EventScript_157FDD:: @ 8157FDD lockall - checkflag 2060 + checkflag BADGE06_GET goto_if_eq FortreeCity_Gym_EventScript_157FFD goto FortreeCity_Gym_EventScript_158007 end FortreeCity_Gym_EventScript_157FED:: @ 8157FED lockall - checkflag 2060 + checkflag BADGE06_GET goto_if_eq FortreeCity_Gym_EventScript_157FFD goto FortreeCity_Gym_EventScript_158007 end |