Use seteventmon

This commit is contained in:
GriffinR
2022-08-09 15:29:16 -04:00
parent 8e7dd94eca
commit 0c1adf2115
3 changed files with 3 additions and 12 deletions
+1 -4
View File
@@ -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
+1 -4
View File
@@ -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
+1 -4
View File
@@ -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