Use more LOCALID constants
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
.set LOCALID_LOSTELLE, 1
|
||||
|
||||
ThreeIsland_BerryForest_MapScripts:: @ 8163C71
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, ThreeIsland_BerryForest_OnTransition
|
||||
.byte 0
|
||||
@@ -12,9 +14,9 @@ ThreeIsland_BerryForest_EventScript_Lostelle:: @ 8163C83
|
||||
faceplayer
|
||||
msgbox ThreeIsland_BerryForest_Text_HelpScaryPokemon
|
||||
playse SE_PIN
|
||||
applymovement 1, Movement_ExclamationMark
|
||||
applymovement LOCALID_LOSTELLE, Movement_ExclamationMark
|
||||
waitmovement 0
|
||||
applymovement 1, ThreeIsland_BerryForest_Movement_LostelleLookAround
|
||||
applymovement LOCALID_LOSTELLE, ThreeIsland_BerryForest_Movement_LostelleLookAround
|
||||
waitmovement 0
|
||||
msgbox ThreeIsland_BerryForest_Text_HereItComesAgain
|
||||
goto_if_questlog EventScript_ReleaseEnd
|
||||
@@ -24,7 +26,7 @@ ThreeIsland_BerryForest_EventScript_Lostelle:: @ 8163C83
|
||||
setwildbattle SPECIES_HYPNO, 30, ITEM_NONE
|
||||
dowildbattle
|
||||
special QuestLog_CutRecording
|
||||
applymovement 1, Movement_FacePlayer
|
||||
applymovement LOCALID_LOSTELLE, Movement_FacePlayer
|
||||
waitmovement 0
|
||||
msgbox ThreeIsland_BerryForest_Text_ThankYouHaveThis
|
||||
giveitem ITEM_IAPAPA_BERRY
|
||||
|
||||
Reference in New Issue
Block a user