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/IndigoPlateau_PokemonCenter_1F/scripts.inc | |
| parent | 15c153273b5e643bf049a941c0ec0ceb5a9b54d6 (diff) | |
Replace some hardcoded flags/vars
Diffstat (limited to 'data/maps/IndigoPlateau_PokemonCenter_1F/scripts.inc')
| -rw-r--r-- | data/maps/IndigoPlateau_PokemonCenter_1F/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/IndigoPlateau_PokemonCenter_1F/scripts.inc b/data/maps/IndigoPlateau_PokemonCenter_1F/scripts.inc index 91257ef5a..a8db66421 100644 --- a/data/maps/IndigoPlateau_PokemonCenter_1F/scripts.inc +++ b/data/maps/IndigoPlateau_PokemonCenter_1F/scripts.inc @@ -11,7 +11,7 @@ IndigoPlateau_PokemonCenter_1F_MapScript1_16EA65:: @ 816EA65 end EventScript_16EA79:: @ 816EA79 - checkflag 2116 + checkflag FLAG_0x844 goto_if 1, EventScript_1A77A9 setobjectxyperm 4, 4, 2 return @@ -28,7 +28,7 @@ IndigoPlateau_PokemonCenter_1F_EventScript_16EA8A:: @ 816EA8A end EventScript_16EAA6:: @ 816EAA6 - checkflag 2116 + checkflag FLAG_0x844 goto_if 1, EventScript_16EAB9 loadword 0, gUnknown_819A943 callstd 4 |
