Use seteventmon
This commit is contained in:
@@ -84,10 +84,7 @@ BirthIsland_Exterior_EventScript_Deoxys::
|
|||||||
delay 40
|
delay 40
|
||||||
waitmoncry
|
waitmoncry
|
||||||
setvar VAR_LAST_TALKED, LOCALID_DEOXYS
|
setvar VAR_LAST_TALKED, LOCALID_DEOXYS
|
||||||
setvar VAR_0x8004, SPECIES_DEOXYS
|
seteventmon SPECIES_DEOXYS, 30
|
||||||
setvar VAR_0x8005, 30 @ Level
|
|
||||||
setvar VAR_0x8006, ITEM_NONE
|
|
||||||
special CreateEventLegalEnemyMon
|
|
||||||
setflag FLAG_SYS_SPECIAL_WILD_BATTLE
|
setflag FLAG_SYS_SPECIAL_WILD_BATTLE
|
||||||
special StartLegendaryBattle
|
special StartLegendaryBattle
|
||||||
waitstate
|
waitstate
|
||||||
|
|||||||
@@ -56,10 +56,7 @@ NavelRock_Base_EventScript_Lugia::
|
|||||||
playmoncry SPECIES_LUGIA, CRY_MODE_ENCOUNTER
|
playmoncry SPECIES_LUGIA, CRY_MODE_ENCOUNTER
|
||||||
waitmoncry
|
waitmoncry
|
||||||
delay 20
|
delay 20
|
||||||
setvar VAR_0x8004, SPECIES_LUGIA
|
seteventmon SPECIES_LUGIA, 70
|
||||||
setvar VAR_0x8005, 70 @ Level
|
|
||||||
setvar VAR_0x8006, ITEM_NONE
|
|
||||||
special CreateEventLegalEnemyMon
|
|
||||||
setflag FLAG_SYS_SPECIAL_WILD_BATTLE
|
setflag FLAG_SYS_SPECIAL_WILD_BATTLE
|
||||||
special StartLegendaryBattle
|
special StartLegendaryBattle
|
||||||
waitstate
|
waitstate
|
||||||
|
|||||||
@@ -60,10 +60,7 @@ NavelRock_Summit_EventScript_HoOh::
|
|||||||
applymovement LOCALID_HO_OH, Movement_HoOhApproach
|
applymovement LOCALID_HO_OH, Movement_HoOhApproach
|
||||||
waitmovement 0
|
waitmovement 0
|
||||||
special RemoveCameraObject
|
special RemoveCameraObject
|
||||||
setvar VAR_0x8004, SPECIES_HO_OH
|
seteventmon SPECIES_HO_OH, 70
|
||||||
setvar VAR_0x8005, 70 @ Level
|
|
||||||
setvar VAR_0x8006, ITEM_NONE
|
|
||||||
special CreateEventLegalEnemyMon
|
|
||||||
setflag FLAG_SYS_SPECIAL_WILD_BATTLE
|
setflag FLAG_SYS_SPECIAL_WILD_BATTLE
|
||||||
special StartLegendaryBattle
|
special StartLegendaryBattle
|
||||||
waitstate
|
waitstate
|
||||||
|
|||||||
Reference in New Issue
Block a user