diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2017-12-24 14:12:14 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-24 14:12:14 -0600 |
| commit | b827bd9a5a44e17fa9fced591465fc64a619a134 (patch) | |
| tree | 473525953b1ac35be06b26cd2e6926fb7b0278cb /data/scripts/maps/FallarborTown_PokemonCenter_1F.inc | |
| parent | 30c77aa4ca5502b07a9ccdf2012a7da265e8bffa (diff) | |
| parent | 2c4d972f7c5a79ca94dca599b6e7b9e2c769cf70 (diff) | |
Merge pull request #500 from huderlem/vars
Use constants for vars
Diffstat (limited to 'data/scripts/maps/FallarborTown_PokemonCenter_1F.inc')
| -rw-r--r-- | data/scripts/maps/FallarborTown_PokemonCenter_1F.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/scripts/maps/FallarborTown_PokemonCenter_1F.inc b/data/scripts/maps/FallarborTown_PokemonCenter_1F.inc index dd6e83be3..0c9880137 100644 --- a/data/scripts/maps/FallarborTown_PokemonCenter_1F.inc +++ b/data/scripts/maps/FallarborTown_PokemonCenter_1F.inc @@ -8,7 +8,7 @@ FallarborTown_PokemonCenter_1F_MapScript1_153AF9:: @ 8153AF9 end FallarborTown_PokemonCenter_1F_EventScript_153B02:: @ 8153B02 - setvar 0x800b, 1 + setvar VAR_SPECIAL_B, 1 call FallarborTown_PokemonCenter_1F_EventScript_19FD5B waitmessage waitbuttonpress |
