2015-06-25 21:01:08 -07:00
|
|
|
CharcoalKiln_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 0
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CharcoalKilnBoss:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
|
|
|
loadfont
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_HM01_CUT
|
2015-06-23 12:59:07 -07:00
|
|
|
iftrue .GotCut
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_CLEARED_SLOWPOKE_WELL
|
2015-06-23 12:59:07 -07:00
|
|
|
iftrue .SavedSlowpoke
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext CharcoalKilnBossText1
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-23 12:59:07 -07:00
|
|
|
.SavedSlowpoke
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext CharcoalKilnBossText2
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-23 12:59:07 -07:00
|
|
|
.GotCut
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext CharcoalKilnBossText3
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CharcoalKilnApprentice:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
|
|
|
loadfont
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_CHARCOAL_IN_CHARCOAL_KILN
|
2015-06-25 21:01:08 -07:00
|
|
|
iftrue .YoureTheCoolest
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_HM01_CUT
|
2015-06-25 21:01:08 -07:00
|
|
|
iftrue .Thanks
|
|
|
|
writetext CharcoalKilnApprenticeText1
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
.Thanks
|
|
|
|
writetext CharcoalKilnApprenticeText2
|
2013-02-16 22:54:07 -08:00
|
|
|
keeptextopen
|
|
|
|
verbosegiveitem CHARCOAL, 1
|
2015-06-25 21:01:08 -07:00
|
|
|
iffalse .Done
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_GOT_CHARCOAL_IN_CHARCOAL_KILN
|
2013-02-16 22:54:07 -08:00
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
.YoureTheCoolest
|
|
|
|
writetext CharcoalKilnApprenticeText3
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-06-25 21:01:08 -07:00
|
|
|
.Done
|
2013-02-16 22:54:07 -08:00
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CharcoalKilnFarfetchd:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
|
|
|
loadfont
|
2015-06-23 12:59:07 -07:00
|
|
|
writetext FarfetchdText
|
2013-02-16 22:54:07 -08:00
|
|
|
cry FARFETCH_D
|
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CharcoalKilnBookshelf:
|
2015-06-23 13:21:54 -07:00
|
|
|
jumpstd magazinebookshelf
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CharcoalKilnRadio:
|
2015-06-23 14:02:58 -07:00
|
|
|
jumpstd radio2
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CharcoalKilnBossText1:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "All the SLOWPOKE"
|
|
|
|
line "have disappeared"
|
|
|
|
cont "from the town."
|
|
|
|
|
|
|
|
para "The forest's pro-"
|
|
|
|
line "tector may be"
|
|
|
|
cont "angry with us…"
|
|
|
|
|
|
|
|
para "It may be a bad"
|
|
|
|
line "omen. We should"
|
|
|
|
cont "stay in."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CharcoalKilnBossText2:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "The SLOWPOKE have"
|
|
|
|
line "returned…"
|
|
|
|
|
|
|
|
para "But my APPRENTICE"
|
|
|
|
line "hasn't come back"
|
|
|
|
cont "from ILEX FOREST."
|
|
|
|
|
|
|
|
para "Where in the world"
|
|
|
|
line "is that lazy guy?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CharcoalKilnBossText3:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You chased off"
|
|
|
|
line "TEAM ROCKET and"
|
|
|
|
|
|
|
|
para "went to ILEX"
|
|
|
|
line "FOREST alone?"
|
|
|
|
|
|
|
|
para "That takes guts!"
|
|
|
|
line "I like that. Come"
|
|
|
|
cont "train with us."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CharcoalKilnApprenticeText1:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Where have all the"
|
|
|
|
line "SLOWPOKE gone?"
|
|
|
|
|
|
|
|
para "Are they out play-"
|
|
|
|
line "ing somewhere?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CharcoalKilnApprenticeText2:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I'm sorry--I for-"
|
|
|
|
line "got to thank you."
|
|
|
|
|
|
|
|
para "This is CHARCOAL"
|
|
|
|
line "that I made."
|
|
|
|
|
|
|
|
para "Fire-type #MON"
|
|
|
|
line "would be happy to"
|
|
|
|
cont "hold that."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CharcoalKilnApprenticeText3:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "The SLOWPOKE came"
|
|
|
|
line "back, and you even"
|
|
|
|
cont "found FARFETCH'D."
|
|
|
|
|
|
|
|
para "You're the cool-"
|
|
|
|
line "est, man!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-23 12:59:07 -07:00
|
|
|
FarfetchdText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "FARFETCH'D: Kwaa!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
CharcoalKiln_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 2
|
2015-07-23 09:59:19 -07:00
|
|
|
warp_def $7, $2, 2, AZALEA_TOWN
|
|
|
|
warp_def $7, $3, 2, AZALEA_TOWN
|
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 3
|
2015-07-16 15:10:10 -07:00
|
|
|
signpost 1, 0, SIGNPOST_READ, CharcoalKilnBookshelf
|
|
|
|
signpost 1, 1, SIGNPOST_READ, CharcoalKilnBookshelf
|
|
|
|
signpost 1, 7, SIGNPOST_READ, CharcoalKilnRadio
|
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 3
|
2015-07-29 15:22:23 -07:00
|
|
|
person_event SPRITE_BLACK_BELT, 7, 6, $3, 0, 0, -1, -1, $0, 0, CharcoalKilnBoss, EVENT_CHARCOAL_KILN_BOSS
|
|
|
|
person_event SPRITE_YOUNGSTER, 7, 9, $2, 1, 1, -1, -1, $0, 0, CharcoalKilnApprentice, EVENT_CHARCOAL_KILN_APPRENTICE
|
|
|
|
person_event SPRITE_MOLTRES, 10, 9, $16, 2, 2, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, CharcoalKilnFarfetchd, EVENT_CHARCOAL_KILN_FARFETCH_D
|