2015-11-26 21:22:14 -08:00
|
|
|
const_value set 2
|
|
|
|
const ROUTE3_FISHER1
|
|
|
|
const ROUTE3_YOUNGSTER1
|
|
|
|
const ROUTE3_YOUNGSTER2
|
|
|
|
const ROUTE3_FISHER2
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
Route3_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-07-10 01:20:21 -07:00
|
|
|
TrainerFirebreatherOtis:
|
2017-12-17 17:45:04 -08:00
|
|
|
trainer EVENT_BEAT_FIREBREATHER_OTIS, FIREBREATHER, OTIS, FirebreatherOtisSeenText, FirebreatherOtisBeatenText, 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 FirebreatherOtisAfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerYoungsterWarren:
|
2017-12-17 17:45:04 -08:00
|
|
|
trainer EVENT_BEAT_YOUNGSTER_WARREN, YOUNGSTER, WARREN, YoungsterWarrenSeenText, YoungsterWarrenBeatenText, 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 YoungsterWarrenAfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerYoungsterJimmy:
|
2017-12-17 17:45:04 -08:00
|
|
|
trainer EVENT_BEAT_YOUNGSTER_JIMMY, YOUNGSTER, JIMMY, YoungsterJimmySeenText, YoungsterJimmyBeatenText, 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 YoungsterJimmyAfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerFirebreatherBurt:
|
2017-12-17 17:45:04 -08:00
|
|
|
trainer EVENT_BEAT_FIREBREATHER_BURT, FIREBREATHER, BURT, FirebreatherBurtSeenText, FirebreatherBurtBeatenText, 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 FirebreatherBurtAfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MapRoute3Signpost0Script:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptext UnknownText_0x1ae163
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FirebreatherOtisSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Ah! The weather's"
|
|
|
|
line "as fine as ever."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FirebreatherOtisBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "It's sunny, but"
|
|
|
|
line "I'm all wet…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
FirebreatherOtisAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "When it rains,"
|
|
|
|
line "it's hard to get"
|
|
|
|
cont "ignition…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
YoungsterWarrenSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Hmmm… I don't know"
|
|
|
|
line "what to do…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
YoungsterWarrenBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I knew I'd lose…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
YoungsterWarrenAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You looked strong."
|
|
|
|
|
|
|
|
para "I was afraid to"
|
|
|
|
line "take you on…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
YoungsterJimmySeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I can run like the"
|
|
|
|
line "wind!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
YoungsterJimmyBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Blown away!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
YoungsterJimmyAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I wear shorts the"
|
|
|
|
line "whole year round."
|
|
|
|
|
|
|
|
para "That's my fashion"
|
|
|
|
line "policy."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FirebreatherBurtSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Step right up and"
|
|
|
|
line "take a look!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FirebreatherBurtBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Yow! That's hot!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
FirebreatherBurtAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "The greatest fire-"
|
|
|
|
line "breather in KANTO,"
|
|
|
|
cont "that's me."
|
|
|
|
|
|
|
|
para "But not the best"
|
|
|
|
line "trainer…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x1ae163:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "MT.MOON SQUARE"
|
|
|
|
|
|
|
|
para "Just go up the"
|
|
|
|
line "stairs."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
Route3_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 1
|
2015-07-23 09:59:19 -07:00
|
|
|
warp_def $1, $34, 1, MOUNT_MOON
|
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 1
|
2015-07-16 15:10:10 -07:00
|
|
|
signpost 13, 49, SIGNPOST_READ, MapRoute3Signpost0Script
|
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 4
|
2017-12-10 17:50:08 -08:00
|
|
|
person_event SPRITE_FISHER, 12, 26, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_TRAINER, 2, TrainerFirebreatherOtis, -1
|
|
|
|
person_event SPRITE_YOUNGSTER, 7, 10, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_TRAINER, 3, TrainerYoungsterWarren, -1
|
|
|
|
person_event SPRITE_YOUNGSTER, 3, 16, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_TRAINER, 1, TrainerYoungsterJimmy, -1
|
|
|
|
person_event SPRITE_FISHER, 5, 49, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_TRAINER, 3, TrainerFirebreatherBurt, -1
|