Rename eventLegal to fatefulEncounter
This commit is contained in:
@@ -85,7 +85,7 @@ BirthIsland_Exterior_EventScript_Deoxys::
|
||||
delay 40
|
||||
waitmoncry
|
||||
setvar VAR_LAST_TALKED, LOCALID_DEOXYS
|
||||
seteventmon SPECIES_DEOXYS, 30
|
||||
setfatefulencountermon SPECIES_DEOXYS, 30
|
||||
setflag FLAG_SYS_CTRL_OBJ_DELETE
|
||||
special BattleSetup_StartLegendaryBattle
|
||||
waitstate
|
||||
|
||||
@@ -129,7 +129,7 @@ FarawayIsland_Interior_EventScript_Mew::
|
||||
special DestroyMewEmergingGrassSprite
|
||||
delay 40
|
||||
waitmoncry
|
||||
seteventmon SPECIES_MEW, 30
|
||||
setfatefulencountermon SPECIES_MEW, 30
|
||||
setflag FLAG_SYS_CTRL_OBJ_DELETE
|
||||
special BattleSetup_StartLegendaryBattle
|
||||
waitstate
|
||||
|
||||
@@ -53,7 +53,7 @@ NavelRock_Bottom_EventScript_Lugia::
|
||||
playmoncry SPECIES_LUGIA, CRY_MODE_ENCOUNTER
|
||||
waitmoncry
|
||||
delay 20
|
||||
seteventmon SPECIES_LUGIA, 70
|
||||
setfatefulencountermon SPECIES_LUGIA, 70
|
||||
setflag FLAG_SYS_CTRL_OBJ_DELETE
|
||||
special BattleSetup_StartLegendaryBattle
|
||||
waitstate
|
||||
|
||||
@@ -57,7 +57,7 @@ NavelRock_Top_EventScript_HoOh::
|
||||
applymovement LOCALID_HO_OH, NavelRock_Top_Movement_HoOhApproach
|
||||
waitmovement 0
|
||||
special RemoveCameraObject
|
||||
seteventmon SPECIES_HO_OH, 70
|
||||
setfatefulencountermon SPECIES_HO_OH, 70
|
||||
setflag FLAG_SYS_CTRL_OBJ_DELETE
|
||||
special BattleSetup_StartLegendaryBattle
|
||||
waitstate
|
||||
|
||||
@@ -105,11 +105,11 @@ SouthernIsland_Interior_EventScript_Sign::
|
||||
end
|
||||
|
||||
SouthernIsland_Interior_EventScript_SetLatiosBattleVars::
|
||||
seteventmon SPECIES_LATIOS, 50, ITEM_SOUL_DEW
|
||||
setfatefulencountermon SPECIES_LATIOS, 50, ITEM_SOUL_DEW
|
||||
return
|
||||
|
||||
SouthernIsland_Interior_EventScript_SetLatiasBattleVars::
|
||||
seteventmon SPECIES_LATIAS, 50, ITEM_SOUL_DEW
|
||||
setfatefulencountermon SPECIES_LATIAS, 50, ITEM_SOUL_DEW
|
||||
return
|
||||
|
||||
SouthernIsland_Interior_Movement_CameraPanUp:
|
||||
|
||||
@@ -205,8 +205,8 @@ gScriptCmdTable::
|
||||
.4byte ScrCmd_nop1 @ 0xca
|
||||
.4byte ScrCmd_nop1 @ 0xcb
|
||||
.4byte ScrCmd_nop1 @ 0xcc
|
||||
.4byte ScrCmd_setmoneventlegal @ 0xcd
|
||||
.4byte ScrCmd_checkmoneventlegal @ 0xce
|
||||
.4byte ScrCmd_setmonfatefulencounter @ 0xcd
|
||||
.4byte ScrCmd_checkmonfatefulencounter @ 0xce
|
||||
.4byte ScrCmd_trywondercardscript @ 0xcf
|
||||
.4byte ScrCmd_nop1 @ 0xd0
|
||||
.4byte ScrCmd_warpspinenter @ 0xd1
|
||||
|
||||
@@ -29,7 +29,7 @@ SurfPichu_FullParty:
|
||||
|
||||
SurfPichu_GiveEgg:
|
||||
giveegg SPECIES_PICHU
|
||||
setmoneventlegal VAR_GIFT_PICHU_SLOT
|
||||
setfatefulencounter VAR_GIFT_PICHU_SLOT
|
||||
setmonmetlocation VAR_GIFT_PICHU_SLOT, METLOC_FATEFUL_ENCOUNTER
|
||||
vgoto_if_eq VAR_GIFT_PICHU_SLOT, 1, SurfPichu_Slot1
|
||||
vgoto_if_eq VAR_GIFT_PICHU_SLOT, 2, SurfPichu_Slot2
|
||||
|
||||
@@ -490,7 +490,7 @@ gSpecials::
|
||||
def_special ScrollableMultichoice_ClosePersistentMenu
|
||||
def_special DoDeoxysRockInteraction
|
||||
def_special SetDeoxysRockPalette
|
||||
def_special CreateEventLegalEnemyMon
|
||||
def_special CreateFatefulEncounterEnemyMon
|
||||
def_special StartMirageTowerDisintegration
|
||||
def_special StartMirageTowerShake
|
||||
def_special StartMirageTowerFossilFallAndSink
|
||||
|
||||
Reference in New Issue
Block a user