2015-11-26 21:22:14 -08:00
|
|
|
const_value set 2
|
2016-04-07 03:13:59 -07:00
|
|
|
const ILEXFOREST_FARFETCHD
|
2015-11-26 21:22:14 -08:00
|
|
|
const ILEXFOREST_YOUNGSTER1
|
|
|
|
const ILEXFOREST_BLACK_BELT
|
|
|
|
const ILEXFOREST_ROCKER
|
|
|
|
const ILEXFOREST_POKE_BALL1
|
|
|
|
const ILEXFOREST_KURT
|
|
|
|
const ILEXFOREST_LASS
|
|
|
|
const ILEXFOREST_YOUNGSTER2
|
|
|
|
const ILEXFOREST_POKE_BALL2
|
|
|
|
const ILEXFOREST_POKE_BALL3
|
|
|
|
const ILEXFOREST_POKE_BALL4
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
IlexForest_MapScriptHeader:
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapCallbacks:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 1
|
2016-01-06 04:44:50 -08:00
|
|
|
dbw MAPCALLBACK_OBJECTS, .FarfetchdCallback
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.FarfetchdCallback:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_HM01_CUT
|
2015-11-27 10:06:43 -08:00
|
|
|
iftrue .Static
|
2013-02-16 22:54:07 -08:00
|
|
|
copybytetovar FarfetchdPosition
|
2015-11-27 10:06:43 -08:00
|
|
|
if_equal 1, .PositionOne
|
|
|
|
if_equal 2, .PositionTwo
|
|
|
|
if_equal 3, .PositionThree
|
|
|
|
if_equal 4, .PositionFour
|
|
|
|
if_equal 5, .PositionFive
|
|
|
|
if_equal 6, .PositionSix
|
|
|
|
if_equal 7, .PositionSeven
|
|
|
|
if_equal 8, .PositionEight
|
|
|
|
if_equal 9, .PositionNine
|
|
|
|
if_equal 10, .PositionTen
|
|
|
|
.Static:
|
2013-02-16 22:54:07 -08:00
|
|
|
return
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.PositionOne:
|
2016-04-07 03:13:59 -07:00
|
|
|
moveperson ILEXFOREST_FARFETCHD, $e, $1f
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2013-02-16 22:54:07 -08:00
|
|
|
return
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.PositionTwo:
|
2016-04-07 03:13:59 -07:00
|
|
|
moveperson ILEXFOREST_FARFETCHD, $f, $19
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2013-02-16 22:54:07 -08:00
|
|
|
return
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.PositionThree:
|
2016-04-07 03:13:59 -07:00
|
|
|
moveperson ILEXFOREST_FARFETCHD, $14, $18
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2013-02-16 22:54:07 -08:00
|
|
|
return
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.PositionFour:
|
2016-04-07 03:13:59 -07:00
|
|
|
moveperson ILEXFOREST_FARFETCHD, $1d, $16
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2013-02-16 22:54:07 -08:00
|
|
|
return
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.PositionFive:
|
2016-04-07 03:13:59 -07:00
|
|
|
moveperson ILEXFOREST_FARFETCHD, $1c, $1f
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2013-02-16 22:54:07 -08:00
|
|
|
return
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.PositionSix:
|
2016-04-07 03:13:59 -07:00
|
|
|
moveperson ILEXFOREST_FARFETCHD, $18, $23
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2013-02-16 22:54:07 -08:00
|
|
|
return
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.PositionSeven:
|
2016-04-07 03:13:59 -07:00
|
|
|
moveperson ILEXFOREST_FARFETCHD, $16, $1f
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2013-02-16 22:54:07 -08:00
|
|
|
return
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.PositionEight:
|
2016-04-07 03:13:59 -07:00
|
|
|
moveperson ILEXFOREST_FARFETCHD, $f, $1d
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2013-02-16 22:54:07 -08:00
|
|
|
return
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.PositionNine:
|
2016-04-07 03:13:59 -07:00
|
|
|
moveperson ILEXFOREST_FARFETCHD, $a, $23
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2013-02-16 22:54:07 -08:00
|
|
|
return
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.PositionTen:
|
2016-04-07 03:13:59 -07:00
|
|
|
moveperson ILEXFOREST_FARFETCHD, $6, $1c
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2013-02-16 22:54:07 -08:00
|
|
|
return
|
|
|
|
|
2015-12-06 19:36:09 -08:00
|
|
|
IlexForestCharcoalApprenticeScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-07-10 05:08:03 -07:00
|
|
|
checkevent EVENT_HERDED_FARFETCHD
|
2015-11-27 10:06:43 -08:00
|
|
|
iftrue .DoneFarfetchd
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x6ef5c
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.DoneFarfetchd:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x6f019
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
IlexForestFarfetchdScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
copybytetovar FarfetchdPosition
|
2015-11-27 10:06:43 -08:00
|
|
|
if_equal 1, .Position1
|
|
|
|
if_equal 2, .Position2
|
|
|
|
if_equal 3, .Position3
|
|
|
|
if_equal 4, .Position4
|
|
|
|
if_equal 5, .Position5
|
|
|
|
if_equal 6, .Position6
|
|
|
|
if_equal 7, .Position7
|
|
|
|
if_equal 8, .Position8
|
|
|
|
if_equal 9, .Position9
|
|
|
|
if_equal 10, .Position10
|
|
|
|
|
|
|
|
.Position1:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-11-27 10:06:43 -08:00
|
|
|
writetext Text_ItsTheMissingPokemon
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2015-11-27 10:06:43 -08:00
|
|
|
writetext Text_Kwaaaa
|
2013-02-16 22:54:07 -08:00
|
|
|
cry FARFETCH_D
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2016-04-07 03:13:59 -07:00
|
|
|
applymovement ILEXFOREST_FARFETCHD, MovementData_Farfetchd_Pos1_Pos2
|
|
|
|
moveperson ILEXFOREST_FARFETCHD, $f, $19
|
|
|
|
disappear ILEXFOREST_FARFETCHD
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2015-11-27 10:06:43 -08:00
|
|
|
loadvar FarfetchdPosition, 2
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.Position2:
|
|
|
|
scall .CryAndCheckFacing
|
|
|
|
if_equal DOWN, .Position2_Down
|
2016-04-07 03:13:59 -07:00
|
|
|
applymovement ILEXFOREST_FARFETCHD, MovementData_Farfetchd_Pos2_Pos3
|
|
|
|
moveperson ILEXFOREST_FARFETCHD, $14, $18
|
|
|
|
disappear ILEXFOREST_FARFETCHD
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2015-11-27 10:06:43 -08:00
|
|
|
loadvar FarfetchdPosition, 3
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.Position2_Down:
|
2016-04-07 03:13:59 -07:00
|
|
|
applymovement ILEXFOREST_FARFETCHD, MovementData_Farfetchd_Pos2_Pos8
|
|
|
|
moveperson ILEXFOREST_FARFETCHD, $f, $1d
|
|
|
|
disappear ILEXFOREST_FARFETCHD
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2015-11-27 10:06:43 -08:00
|
|
|
loadvar FarfetchdPosition, 8
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.Position3:
|
|
|
|
scall .CryAndCheckFacing
|
|
|
|
if_equal LEFT, .Position3_Left
|
2016-04-07 03:13:59 -07:00
|
|
|
applymovement ILEXFOREST_FARFETCHD, MovementData_Farfetchd_Pos3_Pos4
|
|
|
|
moveperson ILEXFOREST_FARFETCHD, $1d, $16
|
|
|
|
disappear ILEXFOREST_FARFETCHD
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2015-11-27 10:06:43 -08:00
|
|
|
loadvar FarfetchdPosition, 4
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.Position3_Left:
|
2016-04-07 03:13:59 -07:00
|
|
|
applymovement ILEXFOREST_FARFETCHD, MovementData_Farfetchd_Pos3_Pos2
|
|
|
|
moveperson ILEXFOREST_FARFETCHD, $f, $19
|
|
|
|
disappear ILEXFOREST_FARFETCHD
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2015-11-27 10:06:43 -08:00
|
|
|
loadvar FarfetchdPosition, 2
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.Position4:
|
|
|
|
scall .CryAndCheckFacing
|
|
|
|
if_equal UP, .Position4_Up
|
2016-04-07 03:13:59 -07:00
|
|
|
applymovement ILEXFOREST_FARFETCHD, MovementData_Farfetchd_Pos4_Pos5
|
|
|
|
moveperson ILEXFOREST_FARFETCHD, $1c, $1f
|
|
|
|
disappear ILEXFOREST_FARFETCHD
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2015-11-27 10:06:43 -08:00
|
|
|
loadvar FarfetchdPosition, 5
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.Position4_Up:
|
2016-04-07 03:13:59 -07:00
|
|
|
applymovement ILEXFOREST_FARFETCHD, MovementData_Farfetchd_Pos4_Pos3
|
|
|
|
moveperson ILEXFOREST_FARFETCHD, $14, $18
|
|
|
|
disappear ILEXFOREST_FARFETCHD
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2015-11-27 10:06:43 -08:00
|
|
|
loadvar FarfetchdPosition, 3
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.Position5:
|
|
|
|
scall .CryAndCheckFacing
|
|
|
|
if_equal UP, .Position5_Up
|
|
|
|
if_equal LEFT, .Position5_Left
|
|
|
|
if_equal RIGHT, .Position5_Right
|
2016-04-07 03:13:59 -07:00
|
|
|
applymovement ILEXFOREST_FARFETCHD, MovementData_Farfetchd_Pos5_Pos6
|
|
|
|
moveperson ILEXFOREST_FARFETCHD, $18, $23
|
|
|
|
disappear ILEXFOREST_FARFETCHD
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2015-11-27 10:06:43 -08:00
|
|
|
loadvar FarfetchdPosition, 6
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.Position5_Left:
|
2016-04-07 03:13:59 -07:00
|
|
|
applymovement ILEXFOREST_FARFETCHD, MovementData_Farfetchd_Pos5_Pos7
|
|
|
|
moveperson ILEXFOREST_FARFETCHD, $16, $1f
|
|
|
|
disappear ILEXFOREST_FARFETCHD
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2015-11-27 10:06:43 -08:00
|
|
|
loadvar FarfetchdPosition, 7
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.Position5_Up:
|
2016-04-07 03:13:59 -07:00
|
|
|
applymovement ILEXFOREST_FARFETCHD, MovementData_Farfetched_Pos5_Pos4_Up
|
|
|
|
moveperson ILEXFOREST_FARFETCHD, $1d, $16
|
|
|
|
disappear ILEXFOREST_FARFETCHD
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2015-11-27 10:06:43 -08:00
|
|
|
loadvar FarfetchdPosition, 4
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.Position5_Right:
|
2016-04-07 03:13:59 -07:00
|
|
|
applymovement ILEXFOREST_FARFETCHD, MovementData_Farfetched_Pos5_Pos4_Right
|
|
|
|
moveperson ILEXFOREST_FARFETCHD, $1d, $16
|
|
|
|
disappear ILEXFOREST_FARFETCHD
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2015-11-27 10:06:43 -08:00
|
|
|
loadvar FarfetchdPosition, 4
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.Position6:
|
|
|
|
scall .CryAndCheckFacing
|
|
|
|
if_equal RIGHT, .Position6_Right
|
2016-04-07 03:13:59 -07:00
|
|
|
applymovement ILEXFOREST_FARFETCHD, MovementData_Farfetched_Pos6_Pos7
|
|
|
|
moveperson ILEXFOREST_FARFETCHD, $16, $1f
|
|
|
|
disappear ILEXFOREST_FARFETCHD
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2015-11-27 10:06:43 -08:00
|
|
|
loadvar FarfetchdPosition, 7
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.Position6_Right:
|
2016-04-07 03:13:59 -07:00
|
|
|
applymovement ILEXFOREST_FARFETCHD, MovementData_Farfetched_Pos6_Pos5
|
|
|
|
moveperson ILEXFOREST_FARFETCHD, $1c, $1f
|
|
|
|
disappear ILEXFOREST_FARFETCHD
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2015-11-27 10:06:43 -08:00
|
|
|
loadvar FarfetchdPosition, 5
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.Position7:
|
|
|
|
scall .CryAndCheckFacing
|
|
|
|
if_equal DOWN, .Position7_Down
|
|
|
|
if_equal LEFT, .Position7_Left
|
2016-04-07 03:13:59 -07:00
|
|
|
applymovement ILEXFOREST_FARFETCHD, MovementData_Farfetched_Pos7_Pos8
|
|
|
|
moveperson ILEXFOREST_FARFETCHD, $f, $1d
|
|
|
|
disappear ILEXFOREST_FARFETCHD
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2015-11-27 10:06:43 -08:00
|
|
|
loadvar FarfetchdPosition, 8
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.Position7_Left:
|
2016-04-07 03:13:59 -07:00
|
|
|
applymovement ILEXFOREST_FARFETCHD, MovementData_Farfetched_Pos7_Pos6
|
|
|
|
moveperson ILEXFOREST_FARFETCHD, $18, $23
|
|
|
|
disappear ILEXFOREST_FARFETCHD
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2015-11-27 10:06:43 -08:00
|
|
|
loadvar FarfetchdPosition, 6
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.Position7_Down:
|
2016-04-07 03:13:59 -07:00
|
|
|
applymovement ILEXFOREST_FARFETCHD, MovementData_Farfetched_Pos7_Pos5
|
|
|
|
moveperson ILEXFOREST_FARFETCHD, $1c, $1f
|
|
|
|
disappear ILEXFOREST_FARFETCHD
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2015-11-27 10:06:43 -08:00
|
|
|
loadvar FarfetchdPosition, 5
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.Position8:
|
|
|
|
scall .CryAndCheckFacing
|
|
|
|
if_equal UP, .Position8_Up
|
|
|
|
if_equal LEFT, .Position8_Left
|
|
|
|
if_equal RIGHT, .Position8_Right
|
2016-04-07 03:13:59 -07:00
|
|
|
applymovement ILEXFOREST_FARFETCHD, MovementData_Farfetched_Pos8_Pos9
|
|
|
|
moveperson ILEXFOREST_FARFETCHD, $a, $23
|
|
|
|
disappear ILEXFOREST_FARFETCHD
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2015-11-27 10:06:43 -08:00
|
|
|
loadvar FarfetchdPosition, 9
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.Position8_Right:
|
2016-04-07 03:13:59 -07:00
|
|
|
applymovement ILEXFOREST_FARFETCHD, MovementData_Farfetched_Pos8_Pos7
|
|
|
|
moveperson ILEXFOREST_FARFETCHD, $16, $1f
|
|
|
|
disappear ILEXFOREST_FARFETCHD
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2015-11-27 10:06:43 -08:00
|
|
|
loadvar FarfetchdPosition, 7
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.Position8_Up:
|
|
|
|
.Position8_Left:
|
2016-04-07 03:13:59 -07:00
|
|
|
applymovement ILEXFOREST_FARFETCHD, MovementData_Farfetched_Pos8_Pos2
|
|
|
|
moveperson ILEXFOREST_FARFETCHD, $f, $19
|
|
|
|
disappear ILEXFOREST_FARFETCHD
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2015-11-27 10:06:43 -08:00
|
|
|
loadvar FarfetchdPosition, 2
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.Position9:
|
|
|
|
scall .CryAndCheckFacing
|
|
|
|
if_equal DOWN, .Position9_Down
|
|
|
|
if_equal RIGHT, .Position9_Right
|
2016-04-07 03:13:59 -07:00
|
|
|
applymovement ILEXFOREST_FARFETCHD, MovementData_Farfetched_Pos9_Pos10
|
|
|
|
moveperson ILEXFOREST_FARFETCHD, $6, $1c
|
|
|
|
disappear ILEXFOREST_FARFETCHD
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2015-11-27 10:06:43 -08:00
|
|
|
loadvar FarfetchdPosition, 10
|
2015-11-26 21:22:14 -08:00
|
|
|
appear ILEXFOREST_BLACK_BELT
|
2015-07-20 00:51:52 -07:00
|
|
|
setevent EVENT_CHARCOAL_KILN_BOSS
|
2015-07-10 05:08:03 -07:00
|
|
|
setevent EVENT_HERDED_FARFETCHD
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.Position9_Right:
|
2016-04-07 03:13:59 -07:00
|
|
|
applymovement ILEXFOREST_FARFETCHD, MovementData_Farfetched_Pos9_Pos8_Right
|
|
|
|
moveperson ILEXFOREST_FARFETCHD, $f, $1d
|
|
|
|
disappear ILEXFOREST_FARFETCHD
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2015-11-27 10:06:43 -08:00
|
|
|
loadvar FarfetchdPosition, 8
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.Position9_Down:
|
2016-04-07 03:13:59 -07:00
|
|
|
applymovement ILEXFOREST_FARFETCHD, MovementData_Farfetched_Pos9_Pos8_Down
|
|
|
|
moveperson ILEXFOREST_FARFETCHD, $f, $1d
|
|
|
|
disappear ILEXFOREST_FARFETCHD
|
|
|
|
appear ILEXFOREST_FARFETCHD
|
2015-11-27 10:06:43 -08:00
|
|
|
loadvar FarfetchdPosition, 8
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.Position10:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-11-27 10:06:43 -08:00
|
|
|
writetext Text_Kwaaaa
|
2013-02-16 22:54:07 -08:00
|
|
|
cry FARFETCH_D
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.CryAndCheckFacing:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-11-27 10:06:43 -08:00
|
|
|
writetext Text_Kwaaaa
|
2013-02-16 22:54:07 -08:00
|
|
|
cry FARFETCH_D
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-07-09 19:08:03 -07:00
|
|
|
checkcode VAR_FACING
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-12-06 19:36:09 -08:00
|
|
|
IlexForestCharcoalMasterScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_HM01_CUT
|
2015-11-27 10:06:43 -08:00
|
|
|
iftrue .AlreadyGotCut
|
2015-12-06 19:36:09 -08:00
|
|
|
writetext Text_CharcoalMasterIntro
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2015-11-04 17:20:14 -08:00
|
|
|
verbosegiveitem HM_CUT
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_GOT_HM01_CUT
|
2015-12-06 19:36:09 -08:00
|
|
|
writetext Text_CharcoalMasterOutro
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-07-18 12:46:38 -07:00
|
|
|
setevent EVENT_ILEX_FOREST_FARFETCHD
|
|
|
|
setevent EVENT_ILEX_FOREST_APPRENTICE
|
|
|
|
setevent EVENT_ILEX_FOREST_CHARCOAL_MASTER
|
2015-07-20 00:51:52 -07:00
|
|
|
clearevent EVENT_CHARCOAL_KILN_FARFETCH_D
|
|
|
|
clearevent EVENT_CHARCOAL_KILN_APPRENTICE
|
|
|
|
clearevent EVENT_CHARCOAL_KILN_BOSS
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.AlreadyGotCut:
|
2015-12-06 19:36:09 -08:00
|
|
|
writetext Text_CharcoalMasterTalkAfter
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-12-06 19:36:09 -08:00
|
|
|
IlexForestHeadbuttGuyScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_TM02_HEADBUTT
|
2015-12-06 19:36:09 -08:00
|
|
|
iftrue .AlreadyGotHeadbutt
|
|
|
|
writetext Text_HeadbuttIntro
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2015-11-04 17:20:14 -08:00
|
|
|
verbosegiveitem TM_HEADBUTT
|
2015-12-06 19:36:09 -08:00
|
|
|
iffalse .BagFull
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_GOT_TM02_HEADBUTT
|
2015-12-06 19:36:09 -08:00
|
|
|
.AlreadyGotHeadbutt:
|
|
|
|
writetext Text_HeadbuttOutro
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2015-12-06 19:36:09 -08:00
|
|
|
.BagFull:
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerBug_catcherWayne:
|
2017-12-17 17:45:04 -08:00
|
|
|
trainer EVENT_BEAT_BUG_CATCHER_WAYNE, BUG_CATCHER, WAYNE, Bug_catcherWayneSeenText, Bug_catcherWayneBeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
.Script:
|
2015-11-25 07:16:29 -08:00
|
|
|
end_if_just_battled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-10 12:36:58 -08:00
|
|
|
writetext Bug_catcherWayneAfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-12-06 19:36:09 -08:00
|
|
|
IlexForestLassScript:
|
|
|
|
jumptextfaceplayer Text_IlexForestLass
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-15 07:55:56 -08:00
|
|
|
IlexForestRevive:
|
|
|
|
itemball REVIVE
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-15 07:55:56 -08:00
|
|
|
IlexForestXAttack:
|
|
|
|
itemball X_ATTACK
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-15 07:55:56 -08:00
|
|
|
IlexForestAntidote:
|
|
|
|
itemball ANTIDOTE
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-15 07:55:56 -08:00
|
|
|
IlexForestEther:
|
|
|
|
itemball ETHER
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-15 08:21:58 -08:00
|
|
|
IlexForestHiddenEther:
|
2015-07-18 12:46:38 -07:00
|
|
|
dwb EVENT_ILEX_FOREST_HIDDEN_ETHER, ETHER
|
2016-04-10 11:42:14 -07:00
|
|
|
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-15 08:21:58 -08:00
|
|
|
IlexForestHiddenSuperPotion:
|
2015-07-18 12:46:38 -07:00
|
|
|
dwb EVENT_ILEX_FOREST_HIDDEN_SUPER_POTION, SUPER_POTION
|
2016-04-10 11:42:14 -07:00
|
|
|
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-15 08:21:58 -08:00
|
|
|
IlexForestHiddenFullHeal:
|
2015-07-18 12:46:38 -07:00
|
|
|
dwb EVENT_ILEX_FOREST_HIDDEN_FULL_HEAL, FULL_HEAL
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
IlexForestBoulder:
|
|
|
|
; unused
|
2015-06-23 14:02:58 -07:00
|
|
|
jumpstd strengthboulder
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MapIlexForestSignpost0Script:
|
2015-12-06 19:36:09 -08:00
|
|
|
jumptext Text_IlexForestSignpost0
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MapIlexForestSignpost4Script:
|
2015-07-10 05:08:03 -07:00
|
|
|
checkevent EVENT_FOREST_IS_RESTLESS
|
2015-11-27 10:06:43 -08:00
|
|
|
iftrue .ForestIsRestless
|
|
|
|
jump .DontDoCelebiEvent
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.ForestIsRestless:
|
2013-02-16 22:54:07 -08:00
|
|
|
checkitem GS_BALL
|
2015-11-27 10:06:43 -08:00
|
|
|
iftrue .AskCelebiEvent
|
|
|
|
.DontDoCelebiEvent:
|
2015-12-06 19:36:09 -08:00
|
|
|
jumptext Text_IlexForestShrine
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.AskCelebiEvent:
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-12-06 19:36:09 -08:00
|
|
|
writetext Text_ShrineCelebiEvent
|
2013-02-16 22:54:07 -08:00
|
|
|
yesorno
|
2015-11-27 10:06:43 -08:00
|
|
|
iftrue .CelebiEvent
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
.CelebiEvent:
|
2015-11-04 17:20:14 -08:00
|
|
|
takeitem GS_BALL
|
2015-07-10 05:08:03 -07:00
|
|
|
clearevent EVENT_FOREST_IS_RESTLESS
|
2015-07-18 12:46:38 -07:00
|
|
|
setevent EVENT_AZALEA_TOWN_KURT
|
2015-11-26 21:22:14 -08:00
|
|
|
disappear ILEXFOREST_LASS
|
2015-07-18 12:46:38 -07:00
|
|
|
clearevent EVENT_ROUTE_34_ILEX_FOREST_GATE_LASS
|
2015-12-06 19:36:09 -08:00
|
|
|
writetext Text_InsertGSBall
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
pause 20
|
2015-07-21 23:49:18 -07:00
|
|
|
showemote EMOTE_SHOCK, PLAYER, 20
|
2015-12-01 18:54:11 -08:00
|
|
|
special Special_FadeOutMusic
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x6ef58
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 30
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 20
|
2015-07-11 23:00:17 -07:00
|
|
|
clearflag ENGINE_HAVE_EXAMINED_GS_BALL
|
2015-10-01 13:55:24 -07:00
|
|
|
special Special_CelebiShrineEvent
|
2015-12-01 18:54:11 -08:00
|
|
|
loadwildmon CELEBI, 30
|
2013-02-16 22:54:07 -08:00
|
|
|
startbattle
|
2015-12-26 15:11:55 -08:00
|
|
|
reloadmapafterbattle
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 20
|
2015-11-17 09:29:37 -08:00
|
|
|
special CheckCaughtCelebi
|
2015-11-27 10:06:43 -08:00
|
|
|
iffalse .DidntCatchCelebi
|
2015-11-26 21:22:14 -08:00
|
|
|
appear ILEXFOREST_KURT
|
|
|
|
applymovement ILEXFOREST_KURT, MovementData_0x6ef4e
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-12-06 19:36:09 -08:00
|
|
|
writetext Text_KurtCaughtCelebi
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-11-26 21:22:14 -08:00
|
|
|
applymovement ILEXFOREST_KURT, MovementData_0x6ef53
|
|
|
|
disappear ILEXFOREST_KURT
|
2015-11-27 10:06:43 -08:00
|
|
|
.DidntCatchCelebi:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
MovementData_Farfetchd_Pos1_Pos2:
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
MovementData_Farfetchd_Pos2_Pos3:
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
MovementData_Farfetchd_Pos2_Pos8:
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step DOWN
|
|
|
|
big_step DOWN
|
|
|
|
big_step DOWN
|
|
|
|
big_step DOWN
|
|
|
|
big_step DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
MovementData_Farfetchd_Pos3_Pos4:
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
MovementData_Farfetchd_Pos3_Pos2:
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step UP
|
|
|
|
big_step LEFT
|
|
|
|
big_step LEFT
|
|
|
|
big_step LEFT
|
|
|
|
big_step LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
MovementData_Farfetchd_Pos4_Pos5:
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step DOWN
|
|
|
|
big_step DOWN
|
|
|
|
big_step DOWN
|
|
|
|
big_step DOWN
|
|
|
|
big_step DOWN
|
|
|
|
big_step DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
MovementData_Farfetchd_Pos4_Pos3:
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step LEFT
|
|
|
|
jump_step LEFT
|
|
|
|
big_step LEFT
|
|
|
|
big_step LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
MovementData_Farfetchd_Pos5_Pos6:
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step DOWN
|
|
|
|
big_step DOWN
|
|
|
|
big_step DOWN
|
|
|
|
big_step DOWN
|
|
|
|
big_step DOWN
|
|
|
|
big_step LEFT
|
|
|
|
big_step LEFT
|
|
|
|
big_step LEFT
|
|
|
|
big_step LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
MovementData_Farfetchd_Pos5_Pos7:
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step LEFT
|
|
|
|
big_step LEFT
|
|
|
|
big_step LEFT
|
|
|
|
big_step LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
MovementData_Farfetched_Pos5_Pos4_Up:
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step RIGHT
|
|
|
|
big_step UP
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
MovementData_Farfetched_Pos5_Pos4_Right:
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step RIGHT
|
|
|
|
turn_head UP
|
2016-05-14 09:28:00 -07:00
|
|
|
step_sleep 1
|
2016-05-14 10:46:14 -07:00
|
|
|
turn_head DOWN
|
2016-05-14 09:28:00 -07:00
|
|
|
step_sleep 1
|
2016-05-14 10:46:14 -07:00
|
|
|
turn_head UP
|
2016-05-14 09:28:00 -07:00
|
|
|
step_sleep 1
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step DOWN
|
|
|
|
big_step DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
fix_facing
|
2016-05-14 10:46:14 -07:00
|
|
|
jump_step UP
|
2016-05-14 09:28:00 -07:00
|
|
|
step_sleep 8
|
|
|
|
step_sleep 8
|
2013-02-16 22:54:07 -08:00
|
|
|
remove_fixed_facing
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
MovementData_Farfetched_Pos6_Pos7:
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step LEFT
|
|
|
|
big_step LEFT
|
|
|
|
big_step LEFT
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step RIGHT
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
MovementData_Farfetched_Pos6_Pos5:
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
MovementData_Farfetched_Pos7_Pos8:
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step LEFT
|
|
|
|
big_step LEFT
|
|
|
|
big_step LEFT
|
|
|
|
big_step LEFT
|
|
|
|
big_step LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
MovementData_Farfetched_Pos7_Pos6:
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step DOWN
|
|
|
|
big_step DOWN
|
|
|
|
big_step LEFT
|
|
|
|
big_step DOWN
|
|
|
|
big_step DOWN
|
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
MovementData_Farfetched_Pos7_Pos5:
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
MovementData_Farfetched_Pos8_Pos9:
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step DOWN
|
|
|
|
big_step LEFT
|
|
|
|
big_step DOWN
|
|
|
|
big_step DOWN
|
|
|
|
big_step DOWN
|
|
|
|
big_step DOWN
|
|
|
|
big_step DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
MovementData_Farfetched_Pos8_Pos7:
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
MovementData_Farfetched_Pos8_Pos2:
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
MovementData_Farfetched_Pos9_Pos10:
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step LEFT
|
|
|
|
big_step LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
fix_facing
|
2016-05-14 10:46:14 -07:00
|
|
|
jump_step RIGHT
|
2016-05-14 09:28:00 -07:00
|
|
|
step_sleep 8
|
|
|
|
step_sleep 8
|
2013-02-16 22:54:07 -08:00
|
|
|
remove_fixed_facing
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step LEFT
|
|
|
|
big_step LEFT
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
MovementData_Farfetched_Pos9_Pos8_Right:
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
MovementData_Farfetched_Pos9_Pos8_Down:
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step LEFT
|
|
|
|
big_step LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
fix_facing
|
2016-05-14 10:46:14 -07:00
|
|
|
jump_step RIGHT
|
2016-05-14 09:28:00 -07:00
|
|
|
step_sleep 8
|
|
|
|
step_sleep 8
|
2013-02-16 22:54:07 -08:00
|
|
|
remove_fixed_facing
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step RIGHT
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
|
|
|
big_step UP
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MovementData_0x6ef4e:
|
2016-05-14 10:46:14 -07:00
|
|
|
step UP
|
|
|
|
step UP
|
|
|
|
step UP
|
|
|
|
step UP
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MovementData_0x6ef53:
|
2016-05-14 10:46:14 -07:00
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MovementData_0x6ef58:
|
2013-02-16 22:54:07 -08:00
|
|
|
fix_facing
|
2016-05-14 10:46:14 -07:00
|
|
|
slow_step DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
remove_fixed_facing
|
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x6ef5c:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oh, man… My boss"
|
|
|
|
line "is going to be"
|
|
|
|
cont "steaming…"
|
|
|
|
|
|
|
|
para "The FARFETCH'D"
|
|
|
|
line "that CUTS trees"
|
|
|
|
|
|
|
|
para "for charcoal took"
|
|
|
|
line "off on me."
|
|
|
|
|
|
|
|
para "I can't go looking"
|
|
|
|
line "for it here in the"
|
|
|
|
cont "ILEX FOREST."
|
|
|
|
|
|
|
|
para "It's too big, dark"
|
|
|
|
line "and scary for me…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x6f019:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Wow! Thanks a"
|
|
|
|
line "whole bunch!"
|
|
|
|
|
|
|
|
para "My boss's #MON"
|
|
|
|
line "won't obey me be-"
|
|
|
|
cont "cause I don't have"
|
|
|
|
cont "a BADGE."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
Text_ItsTheMissingPokemon:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "It's the missing"
|
|
|
|
line "#MON!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-11-27 10:06:43 -08:00
|
|
|
Text_Kwaaaa:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "FARFETCH'D: Kwaa!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-06 19:36:09 -08:00
|
|
|
Text_CharcoalMasterIntro:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Ah! My FARFETCH'D!"
|
|
|
|
|
|
|
|
para "You found it for"
|
|
|
|
line "us, kid?"
|
|
|
|
|
|
|
|
para "Without it, we"
|
|
|
|
line "wouldn't be able"
|
|
|
|
|
|
|
|
para "to CUT trees for"
|
|
|
|
line "charcoal."
|
|
|
|
|
|
|
|
para "Thanks, kid!"
|
|
|
|
|
|
|
|
para "Now, how can I"
|
|
|
|
line "thank you…"
|
|
|
|
|
|
|
|
para "I know! Here, take"
|
|
|
|
line "this."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-06 19:36:09 -08:00
|
|
|
Text_CharcoalMasterOutro:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "That's the CUT HM."
|
|
|
|
line "Teach that to a"
|
|
|
|
|
|
|
|
para "#MON to clear"
|
|
|
|
line "small trees."
|
|
|
|
|
|
|
|
para "Of course, you"
|
|
|
|
line "have to have the"
|
|
|
|
|
|
|
|
para "GYM BADGE from"
|
|
|
|
line "AZALEA to use it."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-06 19:36:09 -08:00
|
|
|
Text_CharcoalMasterTalkAfter:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Do you want to"
|
|
|
|
line "apprentice as a"
|
|
|
|
|
|
|
|
para "charcoal maker"
|
|
|
|
line "with me?"
|
|
|
|
|
|
|
|
para "You'll be first-"
|
|
|
|
line "rate in ten years!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-06 19:36:09 -08:00
|
|
|
Text_HeadbuttIntro:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "What am I doing?"
|
|
|
|
|
|
|
|
para "I'm shaking trees"
|
|
|
|
line "using HEADBUTT."
|
|
|
|
|
|
|
|
para "It's fun. Here,"
|
|
|
|
line "you try it too!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-06 19:36:09 -08:00
|
|
|
Text_HeadbuttOutro:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Rattle trees with"
|
|
|
|
line "HEADBUTT. Some-"
|
|
|
|
cont "times, sleeping"
|
|
|
|
cont "#MON fall out."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-06 19:36:09 -08:00
|
|
|
Text_IlexForestLass:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Did something"
|
|
|
|
line "happen to the"
|
|
|
|
cont "forest's guardian?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-06 19:36:09 -08:00
|
|
|
Text_IlexForestSignpost0:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "ILEX FOREST is"
|
|
|
|
line "so overgrown with"
|
|
|
|
|
|
|
|
para "trees that you"
|
|
|
|
line "can't see the sky."
|
|
|
|
|
|
|
|
para "Please watch out"
|
|
|
|
line "for items that may"
|
|
|
|
cont "have been dropped."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-06 19:36:09 -08:00
|
|
|
Text_IlexForestShrine:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "ILEX FOREST"
|
|
|
|
line "SHRINE…"
|
|
|
|
|
|
|
|
para "It's in honor of"
|
|
|
|
line "the forest's"
|
|
|
|
cont "protector…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-06 19:36:09 -08:00
|
|
|
Text_ShrineCelebiEvent:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "ILEX FOREST"
|
|
|
|
line "SHRINE…"
|
|
|
|
|
|
|
|
para "It's in honor of"
|
|
|
|
line "the forest's"
|
|
|
|
cont "protector…"
|
|
|
|
|
|
|
|
para "Oh? What is this?"
|
|
|
|
|
|
|
|
para "It's a hole."
|
|
|
|
line "It looks like the"
|
|
|
|
|
|
|
|
para "GS BALL would fit"
|
|
|
|
line "inside it."
|
|
|
|
|
|
|
|
para "Want to put the GS"
|
|
|
|
line "BALL here?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-06 19:36:09 -08:00
|
|
|
Text_InsertGSBall:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER> put in the"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "GS BALL."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-06 19:36:09 -08:00
|
|
|
Text_KurtCaughtCelebi:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Whew, wasn't that"
|
|
|
|
line "something!"
|
|
|
|
|
2015-06-27 21:59:17 -07:00
|
|
|
para "<PLAYER>, that was"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "fantastic. Thanks!"
|
|
|
|
|
|
|
|
para "The legends about"
|
|
|
|
line "that SHRINE were"
|
|
|
|
cont "real after all."
|
|
|
|
|
|
|
|
para "I feel inspired by"
|
|
|
|
line "what I just saw."
|
|
|
|
|
|
|
|
para "It motivates me to"
|
|
|
|
line "make better BALLS!"
|
|
|
|
|
|
|
|
para "I'm going!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
Bug_catcherWayneSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Don't sneak up on"
|
|
|
|
line "me like that!"
|
|
|
|
|
|
|
|
para "You frightened a"
|
|
|
|
line "#MON away!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
Bug_catcherWayneBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I hadn't seen that"
|
|
|
|
line "#MON before…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
Bug_catcherWayneAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "A #MON I've"
|
|
|
|
line "never seen before"
|
|
|
|
|
|
|
|
para "fell out of the"
|
|
|
|
line "tree when I used"
|
|
|
|
cont "HEADBUTT."
|
|
|
|
|
|
|
|
para "I ought to use"
|
|
|
|
line "HEADBUTT in other"
|
|
|
|
cont "places too."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
IlexForest_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Warps:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 3
|
2015-07-23 09:59:19 -07:00
|
|
|
warp_def $5, $1, 3, ROUTE_34_ILEX_FOREST_GATE
|
|
|
|
warp_def $2a, $3, 1, ILEX_FOREST_AZALEA_GATE
|
|
|
|
warp_def $2b, $3, 2, ILEX_FOREST_AZALEA_GATE
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.XYTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Signposts:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 5
|
2015-07-16 15:10:10 -07:00
|
|
|
signpost 17, 3, SIGNPOST_READ, MapIlexForestSignpost0Script
|
2015-12-15 08:21:58 -08:00
|
|
|
signpost 7, 11, SIGNPOST_ITEM, IlexForestHiddenEther
|
|
|
|
signpost 14, 22, SIGNPOST_ITEM, IlexForestHiddenSuperPotion
|
|
|
|
signpost 17, 1, SIGNPOST_ITEM, IlexForestHiddenFullHeal
|
2015-07-16 15:10:10 -07:00
|
|
|
signpost 22, 8, SIGNPOST_UP, MapIlexForestSignpost4Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.PersonEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 11
|
2017-12-10 17:50:08 -08:00
|
|
|
person_event SPRITE_BIRD, 31, 14, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, PAL_NPC_BROWN, PERSONTYPE_SCRIPT, 0, IlexForestFarfetchdScript, EVENT_ILEX_FOREST_FARFETCHD
|
|
|
|
person_event SPRITE_YOUNGSTER, 28, 7, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, IlexForestCharcoalApprenticeScript, EVENT_ILEX_FOREST_APPRENTICE
|
2015-12-06 19:36:09 -08:00
|
|
|
person_event SPRITE_BLACK_BELT, 28, 5, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, IlexForestCharcoalMasterScript, EVENT_ILEX_FOREST_CHARCOAL_MASTER
|
|
|
|
person_event SPRITE_ROCKER, 14, 15, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, IlexForestHeadbuttGuyScript, -1
|
2015-12-15 07:55:56 -08:00
|
|
|
person_event SPRITE_POKE_BALL, 32, 20, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_ITEMBALL, 0, IlexForestRevive, EVENT_ILEX_FOREST_REVIVE
|
2015-11-15 11:59:38 -08:00
|
|
|
person_event SPRITE_KURT, 29, 8, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, ObjectEvent, EVENT_ILEX_FOREST_KURT
|
2017-12-10 17:50:08 -08:00
|
|
|
person_event SPRITE_LASS, 24, 3, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, IlexForestLassScript, EVENT_ILEX_FOREST_LASS
|
|
|
|
person_event SPRITE_YOUNGSTER, 1, 12, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_TRAINER, 0, TrainerBug_catcherWayne, -1
|
2015-12-15 07:55:56 -08:00
|
|
|
person_event SPRITE_POKE_BALL, 17, 9, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_ITEMBALL, 0, IlexForestXAttack, EVENT_ILEX_FOREST_X_ATTACK
|
|
|
|
person_event SPRITE_POKE_BALL, 7, 17, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_ITEMBALL, 0, IlexForestAntidote, EVENT_ILEX_FOREST_ANTIDOTE
|
|
|
|
person_event SPRITE_POKE_BALL, 1, 27, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_ITEMBALL, 0, IlexForestEther, EVENT_ILEX_FOREST_ETHER
|