diff options
| author | Fontbane <fontbane@gmail.com> | 2019-04-16 10:40:32 -0400 |
|---|---|---|
| committer | huderlem <huderlem@gmail.com> | 2019-04-22 17:23:59 -0500 |
| commit | 2c076f1f3e8700e081c39792bd5a756511f86c7d (patch) | |
| tree | 5c42e6715936311c757f37b225fcf38e68419c56 /data/maps/SecretBase_YellowCave4/scripts.inc | |
| parent | dbdb51e1a50c084a781a9e44dec19dc7b2cea597 (diff) | |
Doc most OnTransitions
Diffstat (limited to 'data/maps/SecretBase_YellowCave4/scripts.inc')
| -rw-r--r-- | data/maps/SecretBase_YellowCave4/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/SecretBase_YellowCave4/scripts.inc b/data/maps/SecretBase_YellowCave4/scripts.inc index c4ddb3a9e..1a325b5d5 100644 --- a/data/maps/SecretBase_YellowCave4/scripts.inc +++ b/data/maps/SecretBase_YellowCave4/scripts.inc @@ -1,6 +1,6 @@ SecretBase_YellowCave4_MapScripts:: @ 823B483 map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, SecretBase_RedCave1_MapScript2_23B498 - map_script MAP_SCRIPT_ON_TRANSITION, SecretBase_RedCave1_MapScript1_23B4A2 + map_script MAP_SCRIPT_ON_TRANSITION, SecretBase_RedCave1_MapScript1_OnTransition map_script MAP_SCRIPT_ON_FRAME_TABLE, SecretBase_RedCave1_MapScript2_23B4AE map_script MAP_SCRIPT_ON_RESUME, SecretBase_RedCave1_MapScript1_23B4B8 .byte 0 @@ -9,7 +9,7 @@ SecretBase_RedCave1_MapScript2_23B498: @ 823B498 map_script_2 VAR_SECRET_BASE_INITIALIZED, 0, EventScript_275D0C .2byte 0 -SecretBase_RedCave1_MapScript1_23B4A2: @ 823B4A2 +SecretBase_RedCave1_MapScript1_OnTransition: @ 823B4A2 call SecretBase_RedCave1_EventScript_275CE1 special SetSecretBaseOwnerGfxId special sub_80EB1AC |
