pokecrystal-board/maps/Route43.asm

534 lines
11 KiB
NASM
Raw Normal View History

2015-11-26 21:22:14 -08:00
const_value set 2
const ROUTE43_SUPER_NERD1
const ROUTE43_SUPER_NERD2
const ROUTE43_SUPER_NERD3
const ROUTE43_FISHER
const ROUTE43_LASS
const ROUTE43_YOUNGSTER
const ROUTE43_FRUIT_TREE
const ROUTE43_POKE_BALL
2015-07-10 01:20:21 -07:00
Route43_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 1
dbw MAPCALLBACK_NEWMAP, .CheckIfRockets
.CheckIfRockets:
2013-09-24 00:48:58 -07:00
checkevent EVENT_CLEARED_ROCKET_HIDEOUT
iftrue .NoRockets
domaptrigger ROUTE_43_GATE, $0
return
.NoRockets:
domaptrigger ROUTE_43_GATE, $1
return
2015-07-10 01:20:21 -07:00
TrainerCamperSpencer:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_CAMPER_SPENCER, CAMPER, SPENCER, CamperSpencerSeenText, CamperSpencerBeatenText, 0, CamperSpencerScript
2015-07-10 01:20:21 -07:00
CamperSpencerScript:
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 CamperSpencerAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerPokemaniacBen:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_POKEMANIAC_BEN, POKEMANIAC, BEN, PokemaniacBenSeenText, PokemaniacBenBeatenText, 0, PokemaniacBenScript
2015-07-10 01:20:21 -07:00
PokemaniacBenScript:
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 PokemaniacBenAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerPokemaniacBrent1:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_POKEMANIAC_BRENT, POKEMANIAC, BRENT1, PokemaniacBrent1SeenText, PokemaniacBrent1BeatenText, 0, PokemaniacBrent1Script
2015-07-10 01:20:21 -07:00
PokemaniacBrent1Script:
writecode VAR_CALLERID, PHONE_POKEMANIAC_BRENT
2015-11-25 07:16:29 -08:00
end_if_just_battled
2015-12-09 15:25:44 -08:00
opentext
checkflag ENGINE_BRENT
iftrue UnknownScript_0x19d0cf
checkcellnum PHONE_POKEMANIAC_BRENT
iftrue UnknownScript_0x19d138
checkevent EVENT_BRENT_ASKED_FOR_PHONE_NUMBER
iftrue UnknownScript_0x19d0b8
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19d359
2015-11-29 19:29:45 -08:00
buttonsound
setevent EVENT_BRENT_ASKED_FOR_PHONE_NUMBER
2015-01-20 00:01:23 -08:00
scall UnknownScript_0x19d12c
jump UnknownScript_0x19d0bb
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d0b8:
2015-01-20 00:01:23 -08:00
scall UnknownScript_0x19d130
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d0bb:
askforphonenumber PHONE_POKEMANIAC_BRENT
if_equal $1, UnknownScript_0x19d140
if_equal $2, UnknownScript_0x19d13c
trainertotext POKEMANIAC, BRENT1, $0
2015-01-20 00:01:23 -08:00
scall UnknownScript_0x19d134
jump UnknownScript_0x19d138
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d0cf:
2015-01-20 00:01:23 -08:00
scall UnknownScript_0x19d144
2015-11-02 11:37:02 -08:00
winlosstext PokemaniacBrent1BeatenText, 0
2015-07-10 13:04:00 -07:00
copybytetovar wBrentFightCount
if_equal 3, .Fight3
if_equal 2, .Fight2
if_equal 1, .Fight1
if_equal 0, .LoadFight0
.Fight3:
2013-09-24 00:48:58 -07:00
checkevent EVENT_RESTORED_POWER_TO_KANTO
iftrue .LoadFight3
.Fight2:
2015-06-24 20:20:04 -07:00
checkevent EVENT_BEAT_ELITE_FOUR
iftrue .LoadFight2
.Fight1:
2013-09-24 00:48:58 -07:00
checkevent EVENT_CLEARED_ROCKET_HIDEOUT
iftrue .LoadFight1
.LoadFight0:
loadtrainer POKEMANIAC, BRENT1
startbattle
reloadmapafterbattle
2015-07-10 13:04:00 -07:00
loadvar wBrentFightCount, 1
clearflag ENGINE_BRENT
end
.LoadFight1:
loadtrainer POKEMANIAC, BRENT2
startbattle
reloadmapafterbattle
2015-07-10 13:04:00 -07:00
loadvar wBrentFightCount, 2
clearflag ENGINE_BRENT
end
.LoadFight2:
loadtrainer POKEMANIAC, BRENT3
startbattle
reloadmapafterbattle
2015-07-10 13:04:00 -07:00
loadvar wBrentFightCount, 3
clearflag ENGINE_BRENT
end
.LoadFight3:
loadtrainer POKEMANIAC, BRENT4
startbattle
reloadmapafterbattle
clearflag ENGINE_BRENT
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d12c:
2015-06-24 18:26:24 -07:00
jumpstd asknumber1m
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d130:
2015-06-24 18:26:24 -07:00
jumpstd asknumber2m
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d134:
2015-06-24 18:26:24 -07:00
jumpstd registerednumberm
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d138:
2015-06-24 18:26:24 -07:00
jumpstd numberacceptedm
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d13c:
2015-06-24 18:26:24 -07:00
jumpstd numberdeclinedm
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d140:
2015-06-24 18:26:24 -07:00
jumpstd phonefullm
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d144:
2015-06-24 18:26:24 -07:00
jumpstd rematchm
end
2015-07-10 01:20:21 -07:00
TrainerPokemaniacRon:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_POKEMANIAC_RON, POKEMANIAC, RON, PokemaniacRonSeenText, PokemaniacRonBeatenText, 0, PokemaniacRonScript
2015-07-10 01:20:21 -07:00
PokemaniacRonScript:
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 PokemaniacRonAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerFisherMarvin:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_FISHER_MARVIN, FISHER, MARVIN, FisherMarvinSeenText, FisherMarvinBeatenText, 0, FisherMarvinScript
2015-07-10 01:20:21 -07:00
FisherMarvinScript:
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 FisherMarvinAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerPicnickerTiffany3:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_PICNICKER_TIFFANY, PICNICKER, TIFFANY3, PicnickerTiffany3SeenText, PicnickerTiffany3BeatenText, 0, PicnickerTiffany3Script
2015-07-10 01:20:21 -07:00
PicnickerTiffany3Script:
writecode VAR_CALLERID, PHONE_PICNICKER_TIFFANY
2015-11-25 07:16:29 -08:00
end_if_just_battled
2015-12-09 15:25:44 -08:00
opentext
checkflag ENGINE_TIFFANY
iftrue UnknownScript_0x19d1c1
checkflag ENGINE_TIFFANY_HAS_PINK_BOW
iftrue UnknownScript_0x19d21e
checkcellnum PHONE_PICNICKER_TIFFANY
iftrue UnknownScript_0x19d245
checkpoke CLEFAIRY
iffalse UnknownScript_0x19d233
checkevent EVENT_TIFFANY_ASKED_FOR_PHONE_NUMBER
iftrue UnknownScript_0x19d1aa
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19d618
2015-11-29 19:29:45 -08:00
buttonsound
setevent EVENT_TIFFANY_ASKED_FOR_PHONE_NUMBER
2015-01-20 00:01:23 -08:00
scall UnknownScript_0x19d239
jump UnknownScript_0x19d1ad
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d1aa:
2015-01-20 00:01:23 -08:00
scall UnknownScript_0x19d23d
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d1ad:
askforphonenumber PHONE_PICNICKER_TIFFANY
if_equal $1, UnknownScript_0x19d24d
if_equal $2, UnknownScript_0x19d249
trainertotext PICNICKER, TIFFANY3, $0
2015-01-20 00:01:23 -08:00
scall UnknownScript_0x19d241
jump UnknownScript_0x19d245
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d1c1:
2015-01-20 00:01:23 -08:00
scall UnknownScript_0x19d251
2015-11-02 11:37:02 -08:00
winlosstext PicnickerTiffany3BeatenText, 0
2015-07-10 13:04:00 -07:00
copybytetovar wTiffanyFightCount
if_equal 3, .Fight3
if_equal 2, .Fight2
if_equal 1, .Fight1
if_equal 0, .LoadFight0
.Fight3:
2013-09-24 00:48:58 -07:00
checkevent EVENT_RESTORED_POWER_TO_KANTO
iftrue .LoadFight3
.Fight2:
2015-06-24 20:20:04 -07:00
checkevent EVENT_BEAT_ELITE_FOUR
iftrue .LoadFight2
.Fight1:
2013-09-24 00:48:58 -07:00
checkevent EVENT_CLEARED_RADIO_TOWER
iftrue .LoadFight1
.LoadFight0:
loadtrainer PICNICKER, TIFFANY3
startbattle
reloadmapafterbattle
2015-07-10 13:04:00 -07:00
loadvar wTiffanyFightCount, 1
clearflag ENGINE_TIFFANY
end
.LoadFight1:
loadtrainer PICNICKER, TIFFANY1
startbattle
reloadmapafterbattle
2015-07-10 13:04:00 -07:00
loadvar wTiffanyFightCount, 2
clearflag ENGINE_TIFFANY
end
.LoadFight2:
loadtrainer PICNICKER, TIFFANY2
startbattle
reloadmapafterbattle
2015-07-10 13:04:00 -07:00
loadvar wTiffanyFightCount, 3
clearflag ENGINE_TIFFANY
end
.LoadFight3:
loadtrainer PICNICKER, TIFFANY4
startbattle
reloadmapafterbattle
clearflag ENGINE_TIFFANY
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d21e:
2015-01-20 00:01:23 -08:00
scall UnknownScript_0x19d255
2015-11-04 17:20:14 -08:00
verbosegiveitem PINK_BOW
iffalse UnknownScript_0x19d230
clearflag ENGINE_TIFFANY_HAS_PINK_BOW
setevent EVENT_TIFFANY_GAVE_PINK_BOW
2015-01-20 00:01:23 -08:00
jump UnknownScript_0x19d245
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d230:
2015-01-20 00:01:23 -08:00
jump UnknownScript_0x19d259
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d233:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19d64b
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d239:
2015-06-24 18:26:24 -07:00
jumpstd asknumber1f
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d23d:
2015-06-24 18:26:24 -07:00
jumpstd asknumber2f
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d241:
2015-06-24 18:26:24 -07:00
jumpstd registerednumberf
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d245:
2015-06-24 18:26:24 -07:00
jumpstd numberacceptedf
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d249:
2015-06-24 18:26:24 -07:00
jumpstd numberdeclinedf
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d24d:
2015-06-24 18:26:24 -07:00
jumpstd phonefullf
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d251:
2015-06-24 18:26:24 -07:00
jumpstd rematchf
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d255:
2015-06-24 18:26:24 -07:00
jumpstd giftf
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x19d259:
2015-06-24 18:26:24 -07:00
jumpstd packfullf
end
2016-04-06 21:59:45 -07:00
Route43Sign1:
jumptext Route43Sign1Text
2016-04-06 21:59:45 -07:00
Route43Sign2:
jumptext Route43Sign2Text
2016-04-06 21:59:45 -07:00
Route43TrainerTips:
jumptext Route43TrainerTipsText
2015-07-10 01:20:21 -07:00
FruitTreeScript_0x19d266:
2015-11-18 07:42:42 -08:00
fruittree FRUITTREE_ROUTE_43
2015-12-15 07:55:56 -08:00
Route43MaxEther:
itemball MAX_ETHER
2015-07-10 01:20:21 -07:00
PokemaniacBenSeenText:
text "I love #MON!"
para "That's why I"
line "started--and why"
para "I'll keep on col-"
line "lecting #MON!"
done
2015-07-10 01:20:21 -07:00
PokemaniacBenBeatenText:
text "How could you do"
line "this to me?"
done
2017-12-10 12:36:58 -08:00
PokemaniacBenAfterBattleText:
text "What else do I"
line "like besides"
cont "#MON?"
para "MARY on the radio."
line "I bet she's cute!"
done
2015-07-10 01:20:21 -07:00
PokemaniacBrent1SeenText:
text "Hey! Do you have"
line "any rare #MON?"
done
2015-07-10 01:20:21 -07:00
PokemaniacBrent1BeatenText:
text "Oh, my poor #-"
line "MON! Darlings!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x19d359:
text "I'd be happy just"
line "to own a single"
cont "rare #MON."
done
2015-07-10 01:20:21 -07:00
PokemaniacRonSeenText:
text "Would you get"
line "this?"
para "Some <RIVAL> guy"
line "made fun of my"
cont "#MON!"
para "Darn it! My #-"
line "MON's great!"
done
2015-07-10 01:20:21 -07:00
PokemaniacRonBeatenText:
text "My NIDOKING did"
line "pretty right on!"
done
2017-12-10 12:36:58 -08:00
PokemaniacRonAfterBattleText:
text "It's okay for"
line "people to like"
para "different types"
line "of #MON."
para "#MON isn't just"
line "about having the"
cont "most powerful one."
done
2015-07-10 01:20:21 -07:00
FisherMarvinSeenText:
text "I'm in a slump."
para "Maybe it's the"
line "gear I'm using."
para "Let's battle for a"
line "change of pace!"
done
2015-07-10 01:20:21 -07:00
FisherMarvinBeatenText:
text "I lost, but I feel"
line "better anyway."
done
2017-12-10 12:36:58 -08:00
FisherMarvinAfterBattleText:
text "KURT's LURE BALL"
line "is the best for"
para "catching hooked"
line "#MON."
para "It's much more"
line "effective than a"
cont "ULTRA BALL."
done
2015-07-10 01:20:21 -07:00
CamperSpencerSeenText:
text "I can do so much"
line "with my #MON--"
cont "it's super-fun!"
done
2015-07-10 01:20:21 -07:00
CamperSpencerBeatenText:
text "Losing isn't fun"
line "at all…"
done
2017-12-10 12:36:58 -08:00
CamperSpencerAfterBattleText:
text "What is going on"
line "at LAKE OF RAGE?"
para "We were planning"
line "to camp there."
done
2015-07-10 01:20:21 -07:00
PicnickerTiffany3SeenText:
text "Are you going to"
line "LAKE OF RAGE too?"
para "Let's play for a "
line "little while!"
done
2015-07-10 01:20:21 -07:00
PicnickerTiffany3BeatenText:
text "I played too much!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x19d618:
text "I'm having a pic-"
line "nic with #MON."
para "Won't you join us?"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x19d64b:
text "Isn't my CLEFAIRY"
line "just the most"
cont "adorable thing?"
done
2016-04-06 21:59:45 -07:00
Route43Sign1Text:
text "ROUTE 43"
para "LAKE OF RAGE -"
line "MAHOGANY TOWN"
done
2016-04-06 21:59:45 -07:00
Route43Sign2Text:
text "ROUTE 43"
para "LAKE OF RAGE -"
line "MAHOGANY TOWN"
done
2016-04-06 21:59:45 -07:00
Route43TrainerTipsText:
text "TRAINER TIPS"
para "All #MON have"
line "pros and cons"
para "depending on their"
line "types."
para "If their types"
line "differ, a higher-"
para "level #MON may"
line "lose in battle."
para "Learn which types"
line "are strong and"
para "weak against your"
line "#MON's type."
done
2015-07-10 01:20:21 -07:00
Route43_MapEventHeader:
; filler
db 0, 0
.Warps:
db 5
warp_def $33, $9, 1, ROUTE_43_MAHOGANY_GATE
warp_def $33, $a, 2, ROUTE_43_MAHOGANY_GATE
warp_def $23, $11, 3, ROUTE_43_GATE
warp_def $1f, $11, 1, ROUTE_43_GATE
warp_def $1f, $12, 2, ROUTE_43_GATE
.XYTriggers:
db 0
.Signposts:
db 3
2016-04-06 21:59:45 -07:00
signpost 3, 13, SIGNPOST_READ, Route43Sign1
signpost 49, 11, SIGNPOST_READ, Route43Sign2
signpost 38, 16, SIGNPOST_READ, Route43TrainerTips
.PersonEvents:
db 8
2017-12-10 17:50:08 -08:00
person_event SPRITE_SUPER_NERD, 5, 13, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_TRAINER, 2, TrainerPokemaniacBen, -1
person_event SPRITE_SUPER_NERD, 20, 13, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_TRAINER, 3, TrainerPokemaniacBrent1, -1
person_event SPRITE_SUPER_NERD, 7, 14, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_TRAINER, 2, TrainerPokemaniacRon, -1
person_event SPRITE_FISHER, 16, 4, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_TRAINER, 4, TrainerFisherMarvin, -1
person_event SPRITE_LASS, 25, 9, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_TRAINER, 2, TrainerPicnickerTiffany3, -1
person_event SPRITE_YOUNGSTER, 40, 13, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_TRAINER, 3, TrainerCamperSpencer, -1
person_event SPRITE_FRUIT_TREE, 26, 1, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, FruitTreeScript_0x19d266, -1
2015-12-15 07:55:56 -08:00
person_event SPRITE_POKE_BALL, 32, 12, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_ITEMBALL, 0, Route43MaxEther, EVENT_ROUTE_43_MAX_ETHER