pokecrystal-board/maps/Route41.asm

374 lines
8.3 KiB
NASM
Raw Normal View History

2015-11-26 21:22:14 -08:00
const_value set 2
const ROUTE41_OLIVINE_RIVAL1
const ROUTE41_OLIVINE_RIVAL2
const ROUTE41_OLIVINE_RIVAL3
const ROUTE41_OLIVINE_RIVAL4
const ROUTE41_OLIVINE_RIVAL5
const ROUTE41_SWIMMER_GIRL1
const ROUTE41_SWIMMER_GIRL2
const ROUTE41_SWIMMER_GIRL3
const ROUTE41_SWIMMER_GIRL4
const ROUTE41_SWIMMER_GIRL5
2015-07-10 01:20:21 -07:00
Route41_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 01:20:21 -07:00
TrainerSwimmerfKaylee:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_SWIMMERF_KAYLEE, SWIMMERF, KAYLEE, SwimmerfKayleeSeenText, SwimmerfKayleeBeatenText, 0, SwimmerfKayleeScript
2015-07-10 01:20:21 -07:00
SwimmerfKayleeScript:
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 SwimmerfKayleeAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerSwimmerfSusie:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_SWIMMERF_SUSIE, SWIMMERF, SUSIE, SwimmerfSusieSeenText, SwimmerfSusieBeatenText, 0, SwimmerfSusieScript
2015-07-10 01:20:21 -07:00
SwimmerfSusieScript:
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 SwimmerfSusieAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerSwimmerfDenise:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_SWIMMERF_DENISE, SWIMMERF, DENISE, SwimmerfDeniseSeenText, SwimmerfDeniseBeatenText, 0, SwimmerfDeniseScript
2015-07-10 01:20:21 -07:00
SwimmerfDeniseScript:
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 SwimmerfDeniseAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerSwimmerfKara:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_SWIMMERF_KARA, SWIMMERF, KARA, SwimmerfKaraSeenText, SwimmerfKaraBeatenText, 0, SwimmerfKaraScript
2015-07-10 01:20:21 -07:00
SwimmerfKaraScript:
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 SwimmerfKaraAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerSwimmerfWendy:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_SWIMMERF_WENDY, SWIMMERF, WENDY, SwimmerfWendySeenText, SwimmerfWendyBeatenText, 0, SwimmerfWendyScript
2015-07-10 01:20:21 -07:00
SwimmerfWendyScript:
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 SwimmerfWendyAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerSwimmermCharlie:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_SWIMMERM_CHARLIE, SWIMMERM, CHARLIE, SwimmermCharlieSeenText, SwimmermCharlieBeatenText, 0, SwimmermCharlieScript
2015-07-10 01:20:21 -07:00
SwimmermCharlieScript:
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 SwimmermCharlieAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerSwimmermGeorge:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_SWIMMERM_GEORGE, SWIMMERM, GEORGE, SwimmermGeorgeSeenText, SwimmermGeorgeBeatenText, 0, SwimmermGeorgeScript
2015-07-10 01:20:21 -07:00
SwimmermGeorgeScript:
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 SwimmermGeorgeAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerSwimmermBerke:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_SWIMMERM_BERKE, SWIMMERM, BERKE, SwimmermBerkeSeenText, SwimmermBerkeBeatenText, 0, SwimmermBerkeScript
2015-07-10 01:20:21 -07:00
SwimmermBerkeScript:
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 SwimmermBerkeAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerSwimmermKirk:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_SWIMMERM_KIRK, SWIMMERM, KIRK, SwimmermKirkSeenText, SwimmermKirkBeatenText, 0, SwimmermKirkScript
2015-07-10 01:20:21 -07:00
SwimmermKirkScript:
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 SwimmermKirkAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerSwimmermMathew:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_SWIMMERM_MATHEW, SWIMMERM, MATHEW, SwimmermMathewSeenText, SwimmermMathewBeatenText, 0, SwimmermMathewScript
2015-07-10 01:20:21 -07:00
SwimmermMathewScript:
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 SwimmermMathewAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-06-25 21:01:08 -07:00
Route41Rock:
; unused
2015-06-23 14:02:58 -07:00
jumpstd smashrock
Route41HiddenMaxEther:
dwb EVENT_ROUTE_41_HIDDEN_MAX_ETHER, MAX_ETHER
2015-07-10 01:20:21 -07:00
SwimmermCharlieSeenText:
text "The water's warm"
line "here. I'm loose"
cont "and limber."
para "Sure, I'll take"
line "you on!"
done
2015-07-10 01:20:21 -07:00
SwimmermCharlieBeatenText:
text "Yikes! I've got"
line "prune skin!"
done
2017-12-10 12:36:58 -08:00
SwimmermCharlieAfterBattleText:
text "Isn't it relaxing"
line "just floating like"
cont "this?"
done
2015-07-10 01:20:21 -07:00
SwimmermGeorgeSeenText:
text "I'm a bit tired."
line "If I win, lend me"
cont "your #MON."
done
2015-07-10 01:20:21 -07:00
SwimmermGeorgeBeatenText:
text "Pant, pant…"
done
2017-12-10 12:36:58 -08:00
SwimmermGeorgeAfterBattleText:
text "It's so far to"
line "CIANWOOD."
para "But it's no easy"
line "return trip to"
cont "OLIVINE either."
para "What should I do?"
done
2015-07-10 01:20:21 -07:00
SwimmermBerkeSeenText:
text "See those islands"
line "that are blocked"
cont "by whirlpools?"
para "There just has to"
line "be a secret!"
done
2015-07-10 01:20:21 -07:00
SwimmermBerkeBeatenText:
text "What's the secret"
line "to your strength?"
done
2017-12-10 12:36:58 -08:00
SwimmermBerkeAfterBattleText:
text "It was a dark and"
line "stormy night…"
para "I saw this giant"
line "#MON flying"
cont "from the islands."
para "It was scattering"
line "feathers from its"
cont "silver wings."
done
2015-07-10 01:20:21 -07:00
SwimmermKirkSeenText:
text "The waves are wild"
line "here."
para "They tire you out"
line "while you swim."
done
2015-07-10 01:20:21 -07:00
SwimmermKirkBeatenText:
text "I'm beat!"
done
2017-12-10 12:36:58 -08:00
SwimmermKirkAfterBattleText:
text "The currents keep"
line "me from reaching"
cont "that island."
done
2015-07-10 01:20:21 -07:00
SwimmermMathewSeenText:
text "Are you seeking"
line "the secrets of"
cont "WHIRL ISLANDS?"
done
2015-07-10 01:20:21 -07:00
SwimmermMathewBeatenText:
text "Ooh, you've got"
line "great endurance!"
done
2017-12-10 12:36:58 -08:00
SwimmermMathewAfterBattleText:
text "A secret about"
line "WHIRL ISLANDS…"
para "It's pitch-black"
line "inside!"
done
2015-07-10 01:20:21 -07:00
SwimmerfKayleeSeenText:
text "I'm on my way to"
line "WHIRL ISLANDS."
para "I'm going explor-"
line "ing with friends."
done
2015-07-10 01:20:21 -07:00
SwimmerfKayleeBeatenText:
text "Is that how you do"
line "it?"
done
2017-12-10 12:36:58 -08:00
SwimmerfKayleeAfterBattleText:
text "There's supposed"
line "to be a big #-"
cont "MON deep beneath"
cont "WHIRL ISLANDS."
para "I wonder what it"
line "could be?"
done
2015-07-10 01:20:21 -07:00
SwimmerfSusieSeenText:
text "You look so ele-"
line "gant, riding your"
cont "#MON."
done
2015-07-10 01:20:21 -07:00
SwimmerfSusieBeatenText:
text "I'm crushed…"
done
2017-12-10 12:36:58 -08:00
SwimmerfSusieAfterBattleText:
text "Wasn't there a hit"
line "song about a boy"
cont "riding a LAPRAS?"
done
2015-07-10 01:20:21 -07:00
SwimmerfDeniseSeenText:
text "The weather is so"
line "beautiful, I'm in"
cont "a daze!"
done
2015-07-10 01:20:21 -07:00
SwimmerfDeniseBeatenText:
text "Ohhh!"
done
2017-12-10 12:36:58 -08:00
SwimmerfDeniseAfterBattleText:
text "A sunburn is the"
line "worst for skin."
para "But I don't use a"
line "sunblock."
para "I won't pollute"
line "the water."
done
2015-07-10 01:20:21 -07:00
SwimmerfKaraSeenText:
text "If you need to"
line "rest, just tread"
cont "water."
para "You'll get your"
line "wind back, so you"
para "can keep on going"
line "strong."
done
2015-07-10 01:20:21 -07:00
SwimmerfKaraBeatenText:
text "Oh! You have more"
line "energy than I do."
done
2017-12-10 12:36:58 -08:00
SwimmerfKaraAfterBattleText:
text "I heard roars from"
line "deep inside the"
cont "ISLANDS."
done
2015-07-10 01:20:21 -07:00
SwimmerfWendySeenText:
text "At night, STARYU"
line "gather near the"
cont "water's surface."
done
2015-07-10 01:20:21 -07:00
SwimmerfWendyBeatenText:
text "Oh, dear…"
done
2017-12-10 12:36:58 -08:00
SwimmerfWendyAfterBattleText:
text "The clusters of"
line "STARYU light up"
cont "at the same time."
para "It's so beautiful,"
line "it's scary."
done
2015-07-10 01:20:21 -07:00
Route41_MapEventHeader:
; filler
db 0, 0
.Warps:
db 4
warp_def $11, $c, 1, WHIRL_ISLAND_NW
warp_def $13, $24, 1, WHIRL_ISLAND_NE
warp_def $25, $c, 1, WHIRL_ISLAND_SW
warp_def $2d, $24, 1, WHIRL_ISLAND_SE
.XYTriggers:
db 0
.Signposts:
db 1
signpost 35, 9, SIGNPOST_ITEM, Route41HiddenMaxEther
.PersonEvents:
db 10
person_event SPRITE_OLIVINE_RIVAL, 6, 32, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, PERSONTYPE_TRAINER, 3, TrainerSwimmermCharlie, -1
person_event SPRITE_OLIVINE_RIVAL, 8, 46, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, PERSONTYPE_TRAINER, 3, TrainerSwimmermGeorge, -1
person_event SPRITE_OLIVINE_RIVAL, 26, 20, SPRITEMOVEDATA_SPINCOUNTERCLOCKWISE, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, PERSONTYPE_TRAINER, 3, TrainerSwimmermBerke, -1
person_event SPRITE_OLIVINE_RIVAL, 30, 32, SPRITEMOVEDATA_SPINCLOCKWISE, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, PERSONTYPE_TRAINER, 3, TrainerSwimmermKirk, -1
person_event SPRITE_OLIVINE_RIVAL, 46, 19, SPRITEMOVEDATA_SPINCOUNTERCLOCKWISE, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, PERSONTYPE_TRAINER, 3, TrainerSwimmermMathew, -1
person_event SPRITE_SWIMMER_GIRL, 4, 17, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, PERSONTYPE_TRAINER, 3, TrainerSwimmerfKaylee, -1
person_event SPRITE_SWIMMER_GIRL, 19, 23, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, PERSONTYPE_TRAINER, 3, TrainerSwimmerfSusie, -1
person_event SPRITE_SWIMMER_GIRL, 34, 27, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, PERSONTYPE_TRAINER, 3, TrainerSwimmerfDenise, -1
person_event SPRITE_SWIMMER_GIRL, 28, 44, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, PERSONTYPE_TRAINER, 4, TrainerSwimmerfKara, -1
person_event SPRITE_SWIMMER_GIRL, 50, 9, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, PERSONTYPE_TRAINER, 2, TrainerSwimmerfWendy, -1