Rename prioritysjump to sdefer

This commit is contained in:
Rangi
2021-06-08 20:35:04 -04:00
parent 1f9e688b76
commit e4d82e92d0
45 changed files with 61 additions and 60 deletions

View File

@@ -26,11 +26,11 @@ BattleTower1F_MapScripts:
writetext Text_WeveBeenWaitingForYou
waitbutton
closetext
prioritysjump Script_ResumeBattleTowerChallenge
sdefer Script_ResumeBattleTowerChallenge
end
.LeftWithoutSaving
prioritysjump BattleTower_LeftWithoutSaving
sdefer BattleTower_LeftWithoutSaving
setval BATTLETOWERACTION_CHALLENGECANCELED
special BattleTowerAction
setval BATTLETOWERACTION_06

View File

@@ -11,7 +11,7 @@ BattleTowerBattleRoom_MapScripts:
.EnterBattleRoom:
disappear BATTLETOWERBATTLEROOM_YOUNGSTER
prioritysjump Script_BattleRoom
sdefer Script_BattleRoom
setscene SCENE_FINISHED
.DummyScene:
end

View File

@@ -9,7 +9,7 @@ BattleTowerElevator_MapScripts:
def_callbacks
.Scene0:
prioritysjump .RideElevator
sdefer .RideElevator
setscene SCENE_FINISHED
.Scene1:
end

View File

@@ -9,7 +9,7 @@ BattleTowerHallway_MapScripts:
def_callbacks
.Scene0:
prioritysjump .ChooseBattleRoom
sdefer .ChooseBattleRoom
setscene SCENE_FINISHED
.Scene1:
end

View File

@@ -10,7 +10,7 @@ BrunosRoom_MapScripts:
callback MAPCALLBACK_TILES, .BrunosRoomDoors
.LockDoor:
prioritysjump .BrunosDoorLocksBehindYou
sdefer .BrunosDoorLocksBehindYou
end
.DummyScene:

View File

@@ -15,7 +15,7 @@ BurnedTower1F_MapScripts:
callback MAPCALLBACK_TILES, .HoleAndLadder
.EusineScene:
prioritysjump .MeetEusine
sdefer .MeetEusine
end
.DummyScene1:

View File

@@ -17,7 +17,7 @@ CeruleanGym_MapScripts:
end
.GruntRunsOut:
prioritysjump .GruntRunsOutScript
sdefer .GruntRunsOutScript
end
.GruntRunsOutScript:

View File

@@ -13,7 +13,7 @@ Colosseum_MapScripts:
callback MAPCALLBACK_NEWMAP, .PreparePokecenter2F
.InitializeColosseum:
prioritysjump .InitializeAndPreparePokecenter2F
sdefer .InitializeAndPreparePokecenter2F
end
.DummyScene1:

View File

@@ -12,7 +12,7 @@ DragonShrine_MapScripts:
def_callbacks
.DragonShrineTest:
prioritysjump .DragonShrineTestScript
sdefer .DragonShrineTestScript
end
.DummyScene:

View File

@@ -15,7 +15,7 @@ EcruteakGym_MapScripts:
def_callbacks
.ForcedToLeave:
prioritysjump EcruteakGymClosed
sdefer EcruteakGymClosed
end
.DummyScene:

View File

@@ -13,7 +13,7 @@ EcruteakPokecenter1F_MapScripts:
def_callbacks
.MeetBill:
prioritysjump .BillActivatesTimeCapsule
sdefer .BillActivatesTimeCapsule
end
.DummyScene:

View File

@@ -19,7 +19,7 @@ ElmsLab_MapScripts:
callback MAPCALLBACK_OBJECTS, .MoveElmCallback
.MeetElm:
prioritysjump .WalkUpToElm
sdefer .WalkUpToElm
end
.DummyScene1:

View File

@@ -16,7 +16,7 @@ FastShip1F_MapScripts:
end
.EnterFastShip:
prioritysjump .EnterFastShipScript
sdefer .EnterFastShipScript
end
.DummyScene2:

View File

@@ -9,7 +9,7 @@ HallOfFame_MapScripts:
def_callbacks
.EnterHallOfFame:
prioritysjump .EnterHallOfFameScript
sdefer .EnterHallOfFameScript
end
.DummyScene:

View File

@@ -10,7 +10,7 @@ KarensRoom_MapScripts:
callback MAPCALLBACK_TILES, .KarensRoomDoors
.LockDoor:
prioritysjump .KarensDoorLocksBehindYou
sdefer .KarensDoorLocksBehindYou
end
.DummyScene:

View File

@@ -10,7 +10,7 @@ KogasRoom_MapScripts:
callback MAPCALLBACK_TILES, .KogasRoomDoors
.LockDoor:
prioritysjump .KogasDoorLocksBehindYou
sdefer .KogasDoorLocksBehindYou
end
.DummyScene:

View File

@@ -12,7 +12,7 @@ LancesRoom_MapScripts:
callback MAPCALLBACK_TILES, .LancesRoomDoors
.LockDoor:
prioritysjump .LancesDoorLocksBehindYou
sdefer .LancesDoorLocksBehindYou
end
.DummyScene:

View File

@@ -17,7 +17,7 @@ MahoganyMart1F_MapScripts:
end
.LanceUncoversStaircase:
prioritysjump MahoganyMart1FLanceUncoversStaircaseScript
sdefer MahoganyMart1FLanceUncoversStaircaseScript
end
.MahoganyMart1FStaircase:

View File

@@ -6,7 +6,7 @@ MobileBattleRoom_MapScripts:
def_callbacks
.InitializeMobileBattleRoom:
prioritysjump .InitializeAndPreparePokecenter2F
sdefer .InitializeAndPreparePokecenter2F
end
.DummyScene:

View File

@@ -6,7 +6,7 @@ MobileTradeRoom_MapScripts:
def_callbacks
.InitializeMobileTradeRoom:
prioritysjump .InitializeAndPreparePokecenter2F
sdefer .InitializeAndPreparePokecenter2F
end
.DummyScene:

Some files were not shown because too many files have changed in this diff Show More