mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 16:45:24 +13:00
just so i can do this on my laptop tmoz
This commit is contained in:
parent
42566c651a
commit
f196adc8a1
4 changed files with 307 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue