mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Farfetchd event
This commit is contained in:
parent
0d944f5915
commit
43903f543b
@ -23,7 +23,7 @@ ElmsLab_MapScriptHeader:
|
||||
|
||||
; callbacks
|
||||
|
||||
dbw 2, ElmsLab_PutElmAtLaptop
|
||||
dbw 2, .Callback_MoveElm
|
||||
|
||||
.Trigger0:
|
||||
priorityjump ElmsLab_AutowalkUpToElm
|
||||
@ -44,7 +44,7 @@ ElmsLab_MapScriptHeader:
|
||||
.Trigger5:
|
||||
end
|
||||
|
||||
ElmsLab_PutElmAtLaptop:
|
||||
.Callback_MoveElm:
|
||||
checktriggers
|
||||
iftrue .Skip
|
||||
moveperson ELMSLAB_ELM, $3, $4
|
||||
@ -188,7 +188,7 @@ CyndaquilPokeBallScript:
|
||||
givepoke CYNDAQUIL, 5, BERRY
|
||||
closetext
|
||||
checkcode VAR_FACING
|
||||
if_equal $3, ElmDirectionsScript
|
||||
if_equal RIGHT, ElmDirectionsScript
|
||||
applymovement PLAYER, AfterCyndaquilMovement
|
||||
jump ElmDirectionsScript
|
||||
|
||||
|
@ -136,7 +136,7 @@ MoveTutor:
|
||||
waitbutton
|
||||
closetext
|
||||
checkcode VAR_FACING
|
||||
if_equal $2, .WalkAroundPlayer
|
||||
if_equal LEFT, .WalkAroundPlayer
|
||||
applymovement GOLDENRODCITY_POKEFAN_M2, MovementData_0x198a5f
|
||||
jump .GoInside
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -70,8 +70,8 @@ UnknownScript_0x60bab:
|
||||
setevent EVENT_JASMINE_RETURNED_TO_GYM
|
||||
clearevent EVENT_OLIVINE_GYM_JASMINE
|
||||
checkcode VAR_FACING
|
||||
if_equal $0, UnknownScript_0x60c17
|
||||
if_equal $3, UnknownScript_0x60c1e
|
||||
if_equal DOWN, UnknownScript_0x60c17
|
||||
if_equal RIGHT, UnknownScript_0x60c1e
|
||||
applymovement OLIVINELIGHTHOUSE6F_JASMINE, MovementData_0x60c68
|
||||
disappear OLIVINELIGHTHOUSE6F_JASMINE
|
||||
end
|
||||
|
@ -170,7 +170,7 @@ UnknownScript_0x749c0:
|
||||
closetext
|
||||
setevent EVENT_RECEIVED_BALLS_FROM_KURT
|
||||
checkcode VAR_FACING
|
||||
if_equal $3, UnknownScript_0x749e5
|
||||
if_equal RIGHT, UnknownScript_0x749e5
|
||||
applymovement PLAYER, MovementData_0x74a3f
|
||||
jump SailorScript_0x748c0
|
||||
|
||||
|
@ -124,7 +124,7 @@ Buena:
|
||||
closetext
|
||||
spriteface RADIOTOWER2F_BUENA, RIGHT
|
||||
checkcode VAR_FACING
|
||||
if_not_equal $3, UnknownScript_0x5d7be
|
||||
if_not_equal RIGHT, UnknownScript_0x5d7be
|
||||
applymovement PLAYER, MovementData_0x5d921
|
||||
UnknownScript_0x5d7be:
|
||||
spriteface PLAYER, RIGHT
|
||||
|
@ -65,7 +65,7 @@ GrampsScript_0x7803d:
|
||||
if_equal $1, UnknownScript_0x7805a
|
||||
clearflag ENGINE_DAYCARE_MONS_ARE_COMPATIBLE
|
||||
checkcode VAR_FACING
|
||||
if_equal $3, UnknownScript_0x7805b
|
||||
if_equal RIGHT, UnknownScript_0x7805b
|
||||
applymovement ROUTE34_GRAMPS, MovementData_0x78333
|
||||
playsound SFX_ENTER_DOOR
|
||||
disappear ROUTE34_GRAMPS
|
||||
|
@ -115,7 +115,7 @@ LassScript_0x19408c:
|
||||
closetext
|
||||
clearevent EVENT_FLORIA_AT_FLOWER_SHOP
|
||||
checkcode VAR_FACING
|
||||
if_equal $1, UnknownScript_0x1940ac
|
||||
if_equal UP, UnknownScript_0x1940ac
|
||||
applymovement ROUTE36_LASS2, MovementData_0x19424e
|
||||
disappear ROUTE36_LASS2
|
||||
end
|
||||
|
@ -38,8 +38,8 @@ UnknownScript_0x19abd5:
|
||||
UnknownScript_0x19abda:
|
||||
playmusic MUSIC_ROCKET_ENCOUNTER
|
||||
checkcode VAR_FACING
|
||||
if_equal $0, UnknownScript_0x19abea
|
||||
if_equal $1, UnknownScript_0x19ac38
|
||||
if_equal DOWN, UnknownScript_0x19abea
|
||||
if_equal UP, UnknownScript_0x19ac38
|
||||
dotrigger $1
|
||||
end
|
||||
|
||||
|
@ -37,7 +37,7 @@ UnknownScript_0x694d7:
|
||||
waitbutton
|
||||
closetext
|
||||
checkcode VAR_FACING
|
||||
if_equal $1, .UnknownScript_0x69511
|
||||
if_equal UP, .UnknownScript_0x69511
|
||||
spriteface PLAYER, DOWN
|
||||
applymovement VIOLETPOKECENTER1F_SCIENTIST, MovementData_0x69549
|
||||
playsound SFX_EXIT_BUILDING
|
||||
|
Loading…
x
Reference in New Issue
Block a user