diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-14 17:35:04 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-14 17:35:04 -0400 |
commit | 9a464931d207da83d3fb582e35821ba50ced6afc (patch) | |
tree | b68876fba8f847b3f81b4bd65f40fcd55997f85e /data/maps/TwoIsland/scripts.inc | |
parent | 15c153273b5e643bf049a941c0ec0ceb5a9b54d6 (diff) |
Replace some hardcoded flags/vars
Diffstat (limited to 'data/maps/TwoIsland/scripts.inc')
-rw-r--r-- | data/maps/TwoIsland/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/TwoIsland/scripts.inc b/data/maps/TwoIsland/scripts.inc index 950cfbf84..6feebdb9c 100644 --- a/data/maps/TwoIsland/scripts.inc +++ b/data/maps/TwoIsland/scripts.inc @@ -9,9 +9,9 @@ TwoIsland_MapScript1_16756A:: @ 816756A end EventScript_167576:: @ 8167576 - checkflag 2116 + checkflag FLAG_0x844 goto_if 1, EventScript_167597 - checkflag 2092 + checkflag FLAG_0x82C goto_if 1, EventScript_1675B8 checkflag FLAG_0x2A3 goto_if 1, EventScript_1675D9 |