just so i can do this on my laptop tmoz

This commit is contained in:
Llinos Evans 2024-09-02 01:53:51 +01:00
parent 42566c651a
commit f196adc8a1
4 changed files with 307 additions and 0 deletions

View file

@ -15,6 +15,7 @@ Route42_MapScripts:
scene_script Route42Noop2Scene, SCENE_ROUTE42_SUICUNE
def_callbacks
callback MAPCALLBACK_OBJECTS, RouteSuicuneCallback
Route42Noop1Scene:
end
@ -22,6 +23,18 @@ Route42Noop1Scene:
Route42Noop2Scene:
end
Route42SuicuneCallback:
checkevent EVENT_SAW_SUICUNE_ON_ROUTE14
iffalse .NoAppear
checkevent EVENT_SAW_SUICUNE_ON_ROUTE42
iffalse .NoAppear
appear ROUTE42_SUICUNE
endcallback
.NoAppear:
disappear ROUTE42_SUICUNE
endcallback
Route42SuicuneScript:
showemote EMOTE_SHOCK, PLAYER, 15
pause 15