summaryrefslogtreecommitdiff
path: root/data/maps/IndigoPlateau_PokemonCenter_2F/scripts.inc
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-01-08 19:16:45 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-01-08 19:16:57 -0500
commit2e5bf6c9ef4f4406b1dd725e91a88cbdd10ad5c2 (patch)
treeefaa59d9de2fa1df7621d859b6c0f2ebc91ebd8b /data/maps/IndigoPlateau_PokemonCenter_2F/scripts.inc
parent31d31d326034fde26dedaf2dadb1c608e00fb92f (diff)
Use map_script constants, name unique map_script labels
Diffstat (limited to 'data/maps/IndigoPlateau_PokemonCenter_2F/scripts.inc')
-rw-r--r--data/maps/IndigoPlateau_PokemonCenter_2F/scripts.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/IndigoPlateau_PokemonCenter_2F/scripts.inc b/data/maps/IndigoPlateau_PokemonCenter_2F/scripts.inc
index 6c2955435..15a721f76 100644
--- a/data/maps/IndigoPlateau_PokemonCenter_2F/scripts.inc
+++ b/data/maps/IndigoPlateau_PokemonCenter_2F/scripts.inc
@@ -1,8 +1,8 @@
IndigoPlateau_PokemonCenter_2F_MapScripts:: @ 816EB0F
- map_script 2, IndigoPlateau_PokemonCenter_2F_MapScript1_1BB2A3
- map_script 4, IndigoPlateau_PokemonCenter_2F_MapScript2_1BB1ED
- map_script 1, IndigoPlateau_PokemonCenter_2F_MapScript3_1BB237
- map_script 3, IndigoPlateau_PokemonCenter_2F_MapScript4_1BB1B4
+ map_script MAP_SCRIPT_ON_FRAME_TABLE, IndigoPlateau_PokemonCenter_2F_MapScript1_1BB2A3
+ map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, IndigoPlateau_PokemonCenter_2F_MapScript2_1BB1ED
+ map_script MAP_SCRIPT_ON_LOAD, IndigoPlateau_PokemonCenter_2F_MapScript3_1BB237
+ map_script MAP_SCRIPT_ON_TRANSITION, IndigoPlateau_PokemonCenter_2F_MapScript4_1BB1B4
.byte 0
IndigoPlateau_PokemonCenter_2F_EventScript_16EB24:: @ 816EB24