mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Rename prioritysjump
to sdefer
This commit is contained in:
parent
1f9e688b76
commit
e4d82e92d0
@ -470,7 +470,7 @@ If <code><i>item_id</i></code> = `USE_SCRIPT_VAR`, then it uses `[wScriptVar]` i
|
|||||||
## `$8C`: <code>deactivatefacing <i>length</i></code>
|
## `$8C`: <code>deactivatefacing <i>length</i></code>
|
||||||
|
|
||||||
|
|
||||||
## `$8D`: <code>prioritysjump <i>script</i></code>
|
## `$8D`: <code>sdefer <i>script</i></code>
|
||||||
|
|
||||||
|
|
||||||
## `$8E`: `warpcheck`
|
## `$8E`: `warpcheck`
|
||||||
|
@ -436,11 +436,11 @@ endr
|
|||||||
bit 3, [hl]
|
bit 3, [hl]
|
||||||
jr z, .nope
|
jr z, .nope
|
||||||
|
|
||||||
ld hl, wPriorityScriptAddr
|
ld hl, wDeferredScriptAddr
|
||||||
ld a, [hli]
|
ld a, [hli]
|
||||||
ld h, [hl]
|
ld h, [hl]
|
||||||
ld l, a
|
ld l, a
|
||||||
ld a, [wPriorityScriptBank]
|
ld a, [wDeferredScriptBank]
|
||||||
call CallScript
|
call CallScript
|
||||||
scf
|
scf
|
||||||
ret
|
ret
|
||||||
|
@ -205,7 +205,7 @@ ScriptCommandTable:
|
|||||||
dw Script_newloadmap ; 8a
|
dw Script_newloadmap ; 8a
|
||||||
dw Script_pause ; 8b
|
dw Script_pause ; 8b
|
||||||
dw Script_deactivatefacing ; 8c
|
dw Script_deactivatefacing ; 8c
|
||||||
dw Script_prioritysjump ; 8d
|
dw Script_sdefer ; 8d
|
||||||
dw Script_warpcheck ; 8e
|
dw Script_warpcheck ; 8e
|
||||||
dw Script_stopandsjump ; 8f
|
dw Script_stopandsjump ; 8f
|
||||||
dw Script_endcallback ; 90
|
dw Script_endcallback ; 90
|
||||||
@ -1388,13 +1388,13 @@ ScriptJump:
|
|||||||
ld [wScriptPos + 1], a
|
ld [wScriptPos + 1], a
|
||||||
ret
|
ret
|
||||||
|
|
||||||
Script_prioritysjump:
|
Script_sdefer:
|
||||||
ld a, [wScriptBank]
|
ld a, [wScriptBank]
|
||||||
ld [wPriorityScriptBank], a
|
ld [wDeferredScriptBank], a
|
||||||
call GetScriptByte
|
call GetScriptByte
|
||||||
ld [wPriorityScriptAddr], a
|
ld [wDeferredScriptAddr], a
|
||||||
call GetScriptByte
|
call GetScriptByte
|
||||||
ld [wPriorityScriptAddr + 1], a
|
ld [wDeferredScriptAddr + 1], a
|
||||||
ld hl, wScriptFlags
|
ld hl, wScriptFlags
|
||||||
set 3, [hl]
|
set 3, [hl]
|
||||||
ret
|
ret
|
||||||
|
@ -119,7 +119,8 @@ checknite EQUS "checktime NITE"
|
|||||||
|
|
||||||
jump EQUS "sjump"
|
jump EQUS "sjump"
|
||||||
farjump EQUS "farsjump"
|
farjump EQUS "farsjump"
|
||||||
priorityjump EQUS "prioritysjump"
|
priorityjump EQUS "sdefer"
|
||||||
|
prioritysjump EQUS "sdefer"
|
||||||
ptcall EQUS "memcall"
|
ptcall EQUS "memcall"
|
||||||
ptjump EQUS "memjump"
|
ptjump EQUS "memjump"
|
||||||
ptpriorityjump EQUS "stopandsjump"
|
ptpriorityjump EQUS "stopandsjump"
|
||||||
|
@ -883,9 +883,9 @@ deactivatefacing: MACRO
|
|||||||
db \1 ; time
|
db \1 ; time
|
||||||
ENDM
|
ENDM
|
||||||
|
|
||||||
const prioritysjump_command ; $8d
|
const sdefer_command ; $8d
|
||||||
prioritysjump: MACRO
|
sdefer: MACRO
|
||||||
db prioritysjump_command
|
db sdefer_command
|
||||||
dw \1 ; pointer
|
dw \1 ; pointer
|
||||||
ENDM
|
ENDM
|
||||||
|
|
||||||
|
@ -26,11 +26,11 @@ BattleTower1F_MapScripts:
|
|||||||
writetext Text_WeveBeenWaitingForYou
|
writetext Text_WeveBeenWaitingForYou
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
prioritysjump Script_ResumeBattleTowerChallenge
|
sdefer Script_ResumeBattleTowerChallenge
|
||||||
end
|
end
|
||||||
|
|
||||||
.LeftWithoutSaving
|
.LeftWithoutSaving
|
||||||
prioritysjump BattleTower_LeftWithoutSaving
|
sdefer BattleTower_LeftWithoutSaving
|
||||||
setval BATTLETOWERACTION_CHALLENGECANCELED
|
setval BATTLETOWERACTION_CHALLENGECANCELED
|
||||||
special BattleTowerAction
|
special BattleTowerAction
|
||||||
setval BATTLETOWERACTION_06
|
setval BATTLETOWERACTION_06
|
||||||
|
@ -11,7 +11,7 @@ BattleTowerBattleRoom_MapScripts:
|
|||||||
|
|
||||||
.EnterBattleRoom:
|
.EnterBattleRoom:
|
||||||
disappear BATTLETOWERBATTLEROOM_YOUNGSTER
|
disappear BATTLETOWERBATTLEROOM_YOUNGSTER
|
||||||
prioritysjump Script_BattleRoom
|
sdefer Script_BattleRoom
|
||||||
setscene SCENE_FINISHED
|
setscene SCENE_FINISHED
|
||||||
.DummyScene:
|
.DummyScene:
|
||||||
end
|
end
|
||||||
|
@ -9,7 +9,7 @@ BattleTowerElevator_MapScripts:
|
|||||||
def_callbacks
|
def_callbacks
|
||||||
|
|
||||||
.Scene0:
|
.Scene0:
|
||||||
prioritysjump .RideElevator
|
sdefer .RideElevator
|
||||||
setscene SCENE_FINISHED
|
setscene SCENE_FINISHED
|
||||||
.Scene1:
|
.Scene1:
|
||||||
end
|
end
|
||||||
|
@ -9,7 +9,7 @@ BattleTowerHallway_MapScripts:
|
|||||||
def_callbacks
|
def_callbacks
|
||||||
|
|
||||||
.Scene0:
|
.Scene0:
|
||||||
prioritysjump .ChooseBattleRoom
|
sdefer .ChooseBattleRoom
|
||||||
setscene SCENE_FINISHED
|
setscene SCENE_FINISHED
|
||||||
.Scene1:
|
.Scene1:
|
||||||
end
|
end
|
||||||
|
@ -10,7 +10,7 @@ BrunosRoom_MapScripts:
|
|||||||
callback MAPCALLBACK_TILES, .BrunosRoomDoors
|
callback MAPCALLBACK_TILES, .BrunosRoomDoors
|
||||||
|
|
||||||
.LockDoor:
|
.LockDoor:
|
||||||
prioritysjump .BrunosDoorLocksBehindYou
|
sdefer .BrunosDoorLocksBehindYou
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene:
|
.DummyScene:
|
||||||
|
@ -15,7 +15,7 @@ BurnedTower1F_MapScripts:
|
|||||||
callback MAPCALLBACK_TILES, .HoleAndLadder
|
callback MAPCALLBACK_TILES, .HoleAndLadder
|
||||||
|
|
||||||
.EusineScene:
|
.EusineScene:
|
||||||
prioritysjump .MeetEusine
|
sdefer .MeetEusine
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene1:
|
.DummyScene1:
|
||||||
|
@ -17,7 +17,7 @@ CeruleanGym_MapScripts:
|
|||||||
end
|
end
|
||||||
|
|
||||||
.GruntRunsOut:
|
.GruntRunsOut:
|
||||||
prioritysjump .GruntRunsOutScript
|
sdefer .GruntRunsOutScript
|
||||||
end
|
end
|
||||||
|
|
||||||
.GruntRunsOutScript:
|
.GruntRunsOutScript:
|
||||||
|
@ -13,7 +13,7 @@ Colosseum_MapScripts:
|
|||||||
callback MAPCALLBACK_NEWMAP, .PreparePokecenter2F
|
callback MAPCALLBACK_NEWMAP, .PreparePokecenter2F
|
||||||
|
|
||||||
.InitializeColosseum:
|
.InitializeColosseum:
|
||||||
prioritysjump .InitializeAndPreparePokecenter2F
|
sdefer .InitializeAndPreparePokecenter2F
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene1:
|
.DummyScene1:
|
||||||
|
@ -12,7 +12,7 @@ DragonShrine_MapScripts:
|
|||||||
def_callbacks
|
def_callbacks
|
||||||
|
|
||||||
.DragonShrineTest:
|
.DragonShrineTest:
|
||||||
prioritysjump .DragonShrineTestScript
|
sdefer .DragonShrineTestScript
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene:
|
.DummyScene:
|
||||||
|
@ -15,7 +15,7 @@ EcruteakGym_MapScripts:
|
|||||||
def_callbacks
|
def_callbacks
|
||||||
|
|
||||||
.ForcedToLeave:
|
.ForcedToLeave:
|
||||||
prioritysjump EcruteakGymClosed
|
sdefer EcruteakGymClosed
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene:
|
.DummyScene:
|
||||||
|
@ -13,7 +13,7 @@ EcruteakPokecenter1F_MapScripts:
|
|||||||
def_callbacks
|
def_callbacks
|
||||||
|
|
||||||
.MeetBill:
|
.MeetBill:
|
||||||
prioritysjump .BillActivatesTimeCapsule
|
sdefer .BillActivatesTimeCapsule
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene:
|
.DummyScene:
|
||||||
|
@ -19,7 +19,7 @@ ElmsLab_MapScripts:
|
|||||||
callback MAPCALLBACK_OBJECTS, .MoveElmCallback
|
callback MAPCALLBACK_OBJECTS, .MoveElmCallback
|
||||||
|
|
||||||
.MeetElm:
|
.MeetElm:
|
||||||
prioritysjump .WalkUpToElm
|
sdefer .WalkUpToElm
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene1:
|
.DummyScene1:
|
||||||
|
@ -16,7 +16,7 @@ FastShip1F_MapScripts:
|
|||||||
end
|
end
|
||||||
|
|
||||||
.EnterFastShip:
|
.EnterFastShip:
|
||||||
prioritysjump .EnterFastShipScript
|
sdefer .EnterFastShipScript
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene2:
|
.DummyScene2:
|
||||||
|
@ -9,7 +9,7 @@ HallOfFame_MapScripts:
|
|||||||
def_callbacks
|
def_callbacks
|
||||||
|
|
||||||
.EnterHallOfFame:
|
.EnterHallOfFame:
|
||||||
prioritysjump .EnterHallOfFameScript
|
sdefer .EnterHallOfFameScript
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene:
|
.DummyScene:
|
||||||
|
@ -10,7 +10,7 @@ KarensRoom_MapScripts:
|
|||||||
callback MAPCALLBACK_TILES, .KarensRoomDoors
|
callback MAPCALLBACK_TILES, .KarensRoomDoors
|
||||||
|
|
||||||
.LockDoor:
|
.LockDoor:
|
||||||
prioritysjump .KarensDoorLocksBehindYou
|
sdefer .KarensDoorLocksBehindYou
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene:
|
.DummyScene:
|
||||||
|
@ -10,7 +10,7 @@ KogasRoom_MapScripts:
|
|||||||
callback MAPCALLBACK_TILES, .KogasRoomDoors
|
callback MAPCALLBACK_TILES, .KogasRoomDoors
|
||||||
|
|
||||||
.LockDoor:
|
.LockDoor:
|
||||||
prioritysjump .KogasDoorLocksBehindYou
|
sdefer .KogasDoorLocksBehindYou
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene:
|
.DummyScene:
|
||||||
|
@ -12,7 +12,7 @@ LancesRoom_MapScripts:
|
|||||||
callback MAPCALLBACK_TILES, .LancesRoomDoors
|
callback MAPCALLBACK_TILES, .LancesRoomDoors
|
||||||
|
|
||||||
.LockDoor:
|
.LockDoor:
|
||||||
prioritysjump .LancesDoorLocksBehindYou
|
sdefer .LancesDoorLocksBehindYou
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene:
|
.DummyScene:
|
||||||
|
@ -17,7 +17,7 @@ MahoganyMart1F_MapScripts:
|
|||||||
end
|
end
|
||||||
|
|
||||||
.LanceUncoversStaircase:
|
.LanceUncoversStaircase:
|
||||||
prioritysjump MahoganyMart1FLanceUncoversStaircaseScript
|
sdefer MahoganyMart1FLanceUncoversStaircaseScript
|
||||||
end
|
end
|
||||||
|
|
||||||
.MahoganyMart1FStaircase:
|
.MahoganyMart1FStaircase:
|
||||||
|
@ -6,7 +6,7 @@ MobileBattleRoom_MapScripts:
|
|||||||
def_callbacks
|
def_callbacks
|
||||||
|
|
||||||
.InitializeMobileBattleRoom:
|
.InitializeMobileBattleRoom:
|
||||||
prioritysjump .InitializeAndPreparePokecenter2F
|
sdefer .InitializeAndPreparePokecenter2F
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene:
|
.DummyScene:
|
||||||
|
@ -6,7 +6,7 @@ MobileTradeRoom_MapScripts:
|
|||||||
def_callbacks
|
def_callbacks
|
||||||
|
|
||||||
.InitializeMobileTradeRoom:
|
.InitializeMobileTradeRoom:
|
||||||
prioritysjump .InitializeAndPreparePokecenter2F
|
sdefer .InitializeAndPreparePokecenter2F
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene:
|
.DummyScene:
|
||||||
|
@ -9,7 +9,7 @@ MountMoon_MapScripts:
|
|||||||
def_callbacks
|
def_callbacks
|
||||||
|
|
||||||
.RivalEncounter:
|
.RivalEncounter:
|
||||||
prioritysjump .RivalBattle
|
sdefer .RivalBattle
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene:
|
.DummyScene:
|
||||||
|
@ -10,7 +10,7 @@ MrPokemonsHouse_MapScripts:
|
|||||||
def_callbacks
|
def_callbacks
|
||||||
|
|
||||||
.MeetMrPokemon:
|
.MeetMrPokemon:
|
||||||
prioritysjump .MrPokemonEvent
|
sdefer .MrPokemonEvent
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene:
|
.DummyScene:
|
||||||
|
@ -18,7 +18,7 @@ OlivinePort_MapScripts:
|
|||||||
end
|
end
|
||||||
|
|
||||||
.LeaveFastShip:
|
.LeaveFastShip:
|
||||||
prioritysjump .LeaveFastShipScript
|
sdefer .LeaveFastShipScript
|
||||||
end
|
end
|
||||||
|
|
||||||
.LeaveFastShipScript:
|
.LeaveFastShipScript:
|
||||||
|
@ -21,29 +21,29 @@ Pokecenter2F_MapScripts:
|
|||||||
clearevent EVENT_MYSTERY_GIFT_DELIVERY_GUY
|
clearevent EVENT_MYSTERY_GIFT_DELIVERY_GUY
|
||||||
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
iftrue .Scene0Done
|
iftrue .Scene0Done
|
||||||
prioritysjump Pokecenter2F_AppearMysteryGiftDeliveryGuy
|
sdefer Pokecenter2F_AppearMysteryGiftDeliveryGuy
|
||||||
|
|
||||||
.Scene0Done:
|
.Scene0Done:
|
||||||
end
|
end
|
||||||
|
|
||||||
.Scene1:
|
.Scene1:
|
||||||
prioritysjump Script_LeftCableTradeCenter
|
sdefer Script_LeftCableTradeCenter
|
||||||
end
|
end
|
||||||
|
|
||||||
.Scene2:
|
.Scene2:
|
||||||
prioritysjump Script_LeftCableColosseum
|
sdefer Script_LeftCableColosseum
|
||||||
end
|
end
|
||||||
|
|
||||||
.Scene3:
|
.Scene3:
|
||||||
prioritysjump Script_LeftTimeCapsule
|
sdefer Script_LeftTimeCapsule
|
||||||
end
|
end
|
||||||
|
|
||||||
.Scene4:
|
.Scene4:
|
||||||
prioritysjump Script_LeftMobileTradeRoom
|
sdefer Script_LeftMobileTradeRoom
|
||||||
end
|
end
|
||||||
|
|
||||||
.Scene5:
|
.Scene5:
|
||||||
prioritysjump Script_LeftMobileBattleRoom
|
sdefer Script_LeftMobileBattleRoom
|
||||||
end
|
end
|
||||||
|
|
||||||
Pokecenter2F_AppearMysteryGiftDeliveryGuy:
|
Pokecenter2F_AppearMysteryGiftDeliveryGuy:
|
||||||
|
@ -20,7 +20,7 @@ Route35NationalParkGate_MapScripts:
|
|||||||
end
|
end
|
||||||
|
|
||||||
.LeaveContestEarly:
|
.LeaveContestEarly:
|
||||||
prioritysjump .LeavingContestEarly
|
sdefer .LeavingContestEarly
|
||||||
end
|
end
|
||||||
|
|
||||||
.CheckIfContestRunning:
|
.CheckIfContestRunning:
|
||||||
|
@ -29,7 +29,7 @@ Route36NationalParkGate_MapScripts:
|
|||||||
end
|
end
|
||||||
|
|
||||||
.LeaveContestEarly:
|
.LeaveContestEarly:
|
||||||
prioritysjump .LeavingContestEarly
|
sdefer .LeavingContestEarly
|
||||||
end
|
end
|
||||||
|
|
||||||
.CheckIfContestRunning:
|
.CheckIfContestRunning:
|
||||||
|
@ -14,7 +14,7 @@ Route43Gate_MapScripts:
|
|||||||
callback MAPCALLBACK_NEWMAP, .CheckIfRockets
|
callback MAPCALLBACK_NEWMAP, .CheckIfRockets
|
||||||
|
|
||||||
.RocketShakedown:
|
.RocketShakedown:
|
||||||
prioritysjump .RocketTakeover
|
sdefer .RocketTakeover
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene:
|
.DummyScene:
|
||||||
|
@ -12,7 +12,7 @@ RuinsOfAlphAerodactylChamber_MapScripts:
|
|||||||
end
|
end
|
||||||
|
|
||||||
.OpenWall:
|
.OpenWall:
|
||||||
prioritysjump .WallOpenScript
|
sdefer .WallOpenScript
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene:
|
.DummyScene:
|
||||||
|
@ -13,7 +13,7 @@ RuinsOfAlphHoOhChamber_MapScripts:
|
|||||||
end
|
end
|
||||||
|
|
||||||
.OpenWall:
|
.OpenWall:
|
||||||
prioritysjump .WallOpenScript
|
sdefer .WallOpenScript
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene:
|
.DummyScene:
|
||||||
|
@ -14,7 +14,7 @@ RuinsOfAlphInnerChamber_MapScripts:
|
|||||||
end
|
end
|
||||||
|
|
||||||
.UnownAppear:
|
.UnownAppear:
|
||||||
prioritysjump .StrangePresenceScript
|
sdefer .StrangePresenceScript
|
||||||
end
|
end
|
||||||
|
|
||||||
.StrangePresenceScript:
|
.StrangePresenceScript:
|
||||||
|
@ -16,7 +16,7 @@ RuinsOfAlphKabutoChamber_MapScripts:
|
|||||||
end
|
end
|
||||||
|
|
||||||
.OpenWall:
|
.OpenWall:
|
||||||
prioritysjump .WallOpenScript
|
sdefer .WallOpenScript
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene:
|
.DummyScene:
|
||||||
|
@ -13,7 +13,7 @@ RuinsOfAlphOmanyteChamber_MapScripts:
|
|||||||
end
|
end
|
||||||
|
|
||||||
.OpenWall:
|
.OpenWall:
|
||||||
prioritysjump .WallOpenScript
|
sdefer .WallOpenScript
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene:
|
.DummyScene:
|
||||||
|
@ -15,7 +15,7 @@ RuinsOfAlphResearchCenter_MapScripts:
|
|||||||
end
|
end
|
||||||
|
|
||||||
.GetUnownDex:
|
.GetUnownDex:
|
||||||
prioritysjump .GetUnownDexScript
|
sdefer .GetUnownDexScript
|
||||||
end
|
end
|
||||||
|
|
||||||
.ScientistCallback:
|
.ScientistCallback:
|
||||||
|
@ -25,7 +25,7 @@ TeamRocketBaseB3F_MapScripts:
|
|||||||
callback MAPCALLBACK_TILES, .CheckGiovanniDoor
|
callback MAPCALLBACK_TILES, .CheckGiovanniDoor
|
||||||
|
|
||||||
.LanceGetsPassword:
|
.LanceGetsPassword:
|
||||||
prioritysjump LanceGetPasswordScript
|
sdefer LanceGetPasswordScript
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene1:
|
.DummyScene1:
|
||||||
|
@ -11,7 +11,7 @@ TimeCapsule_MapScripts:
|
|||||||
callback MAPCALLBACK_OBJECTS, .SetWhichChris
|
callback MAPCALLBACK_OBJECTS, .SetWhichChris
|
||||||
|
|
||||||
.InitializeTimeCapsule:
|
.InitializeTimeCapsule:
|
||||||
prioritysjump .InitializeAndPreparePokecenter2F
|
sdefer .InitializeAndPreparePokecenter2F
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene:
|
.DummyScene:
|
||||||
|
@ -20,7 +20,7 @@ TinTower1F_MapScripts:
|
|||||||
callback MAPCALLBACK_TILES, .StairsCallback
|
callback MAPCALLBACK_TILES, .StairsCallback
|
||||||
|
|
||||||
.FaceSuicune:
|
.FaceSuicune:
|
||||||
prioritysjump .SuicuneBattle
|
sdefer .SuicuneBattle
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene:
|
.DummyScene:
|
||||||
|
@ -11,7 +11,7 @@ TradeCenter_MapScripts:
|
|||||||
callback MAPCALLBACK_OBJECTS, .SetWhichChris
|
callback MAPCALLBACK_OBJECTS, .SetWhichChris
|
||||||
|
|
||||||
.InitializeTradeCenter:
|
.InitializeTradeCenter:
|
||||||
prioritysjump .InitializeAndPreparePokecenter2F
|
sdefer .InitializeAndPreparePokecenter2F
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene:
|
.DummyScene:
|
||||||
|
@ -15,7 +15,7 @@ VermilionPort_MapScripts:
|
|||||||
end
|
end
|
||||||
|
|
||||||
.LeaveFastShip:
|
.LeaveFastShip:
|
||||||
prioritysjump .LeaveFastShipScript
|
sdefer .LeaveFastShipScript
|
||||||
end
|
end
|
||||||
|
|
||||||
.FlyPoint:
|
.FlyPoint:
|
||||||
|
@ -10,7 +10,7 @@ WillsRoom_MapScripts:
|
|||||||
callback MAPCALLBACK_TILES, .WillsRoomDoors
|
callback MAPCALLBACK_TILES, .WillsRoomDoors
|
||||||
|
|
||||||
.LockDoor:
|
.LockDoor:
|
||||||
prioritysjump .WillsDoorLocksBehindYou
|
sdefer .WillsDoorLocksBehindYou
|
||||||
end
|
end
|
||||||
|
|
||||||
.DummyScene:
|
.DummyScene:
|
||||||
|
6
wram.asm
6
wram.asm
@ -2659,7 +2659,7 @@ wMapStatus:: db
|
|||||||
wMapEventStatus:: db
|
wMapEventStatus:: db
|
||||||
|
|
||||||
wScriptFlags::
|
wScriptFlags::
|
||||||
; bit 3: priority jump
|
; bit 3: run deferred script
|
||||||
db
|
db
|
||||||
ds 1
|
ds 1
|
||||||
wScriptFlags2::
|
wScriptFlags2::
|
||||||
@ -2680,10 +2680,10 @@ wScriptStack:: ds 3 * 5
|
|||||||
ds 1
|
ds 1
|
||||||
wScriptDelay:: db
|
wScriptDelay:: db
|
||||||
|
|
||||||
wPriorityScriptBank::
|
wDeferredScriptBank::
|
||||||
wScriptTextBank::
|
wScriptTextBank::
|
||||||
db
|
db
|
||||||
wPriorityScriptAddr::
|
wDeferredScriptAddr::
|
||||||
wScriptTextAddr::
|
wScriptTextAddr::
|
||||||
dw
|
dw
|
||||||
ds 1
|
ds 1
|
||||||
|
Loading…
Reference in New Issue
Block a user