pokecrystal-board/maps/Route25.asm

466 lines
9.8 KiB
NASM
Raw Normal View History

2015-11-26 21:22:14 -08:00
const_value set 2
const ROUTE25_MISTY
const ROUTE25_COOLTRAINER_M1
const ROUTE25_YOUNGSTER1
const ROUTE25_LASS1
const ROUTE25_YOUNGSTER2
const ROUTE25_LASS2
const ROUTE25_YOUNGSTER3
const ROUTE25_LASS3
const ROUTE25_SUPER_NERD
const ROUTE25_COOLTRAINER_M2
const ROUTE25_POKE_BALL
2015-07-10 01:20:21 -07:00
Route25_MapScriptHeader:
.MapTriggers:
db 2
; triggers
2015-11-02 11:37:02 -08:00
dw UnknownScript_0x19ee9e, 0
dw UnknownScript_0x19ee9f, 0
.MapCallbacks:
db 0
2015-07-10 01:20:21 -07:00
UnknownScript_0x19ee9e:
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x19ee9f:
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x19eea0:
2015-11-26 21:22:14 -08:00
showemote EMOTE_HEART, ROUTE25_MISTY, 15
pause 30
2015-11-26 21:22:14 -08:00
showemote EMOTE_SHOCK, ROUTE25_COOLTRAINER_M1, 10
spriteface ROUTE25_MISTY, DOWN
applymovement ROUTE25_COOLTRAINER_M1, MovementData_0x19efe8
disappear ROUTE25_COOLTRAINER_M1
pause 15
playmusic MUSIC_BEAUTY_ENCOUNTER
2015-11-26 21:22:14 -08:00
spriteface ROUTE25_MISTY, UP
pause 10
2015-11-26 21:22:14 -08:00
applymovement ROUTE25_MISTY, MovementData_0x19efed
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19f006
2015-11-25 07:16:29 -08:00
waitbutton
closetext
spriteface PLAYER, DOWN
2015-11-26 21:22:14 -08:00
applymovement ROUTE25_MISTY, MovementData_0x19effa
spriteface PLAYER, LEFT
2015-11-26 21:22:14 -08:00
applymovement ROUTE25_MISTY, MovementData_0x19f000
disappear ROUTE25_MISTY
2015-06-24 20:51:36 -07:00
clearevent EVENT_TRAINERS_IN_CERULEAN_GYM
dotrigger $0
special RestartMapMusic
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x19eee0:
2015-11-26 21:22:14 -08:00
showemote EMOTE_HEART, ROUTE25_MISTY, 15
pause 30
2015-11-26 21:22:14 -08:00
showemote EMOTE_SHOCK, ROUTE25_COOLTRAINER_M1, 10
spriteface ROUTE25_MISTY, DOWN
applymovement ROUTE25_COOLTRAINER_M1, MovementData_0x19efea
disappear ROUTE25_COOLTRAINER_M1
pause 15
playmusic MUSIC_BEAUTY_ENCOUNTER
2015-11-26 21:22:14 -08:00
spriteface ROUTE25_MISTY, UP
pause 10
2015-11-26 21:22:14 -08:00
applymovement ROUTE25_MISTY, MovementData_0x19eff4
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19f006
2015-11-25 07:16:29 -08:00
waitbutton
closetext
spriteface PLAYER, UP
2015-11-26 21:22:14 -08:00
applymovement ROUTE25_MISTY, MovementData_0x19effd
spriteface PLAYER, LEFT
2015-11-26 21:22:14 -08:00
applymovement ROUTE25_MISTY, MovementData_0x19f000
disappear ROUTE25_MISTY
2015-06-24 20:51:36 -07:00
clearevent EVENT_TRAINERS_IN_CERULEAN_GYM
dotrigger $0
special RestartMapMusic
end
2015-07-10 01:20:21 -07:00
TrainerSchoolboyDudley:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_SCHOOLBOY_DUDLEY, SCHOOLBOY, DUDLEY, SchoolboyDudleySeenText, SchoolboyDudleyBeatenText, 0, SchoolboyDudleyScript
2015-07-10 01:20:21 -07:00
SchoolboyDudleyScript:
2015-11-25 07:16:29 -08:00
end_if_just_battled
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19f1b5
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerLassEllen:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_LASS_ELLEN, LASS, ELLEN, LassEllenSeenText, LassEllenBeatenText, 0, LassEllenScript
2015-07-10 01:20:21 -07:00
LassEllenScript:
2015-11-25 07:16:29 -08:00
end_if_just_battled
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19f208
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerSchoolboyJoe:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_SCHOOLBOY_JOE, SCHOOLBOY, JOE, SchoolboyJoeSeenText, SchoolboyJoeBeatenText, 0, SchoolboyJoeScript
2015-07-10 01:20:21 -07:00
SchoolboyJoeScript:
2015-11-25 07:16:29 -08:00
end_if_just_battled
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19f25c
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerLassLaura:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_LASS_LAURA, LASS, LAURA, LassLauraSeenText, LassLauraBeatenText, 0, LassLauraScript
2015-07-10 01:20:21 -07:00
LassLauraScript:
2015-11-25 07:16:29 -08:00
end_if_just_battled
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19f2a6
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerCamperLloyd:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_CAMPER_LLOYD, CAMPER, LLOYD, CamperLloydSeenText, CamperLloydBeatenText, 0, CamperLloydScript
2015-07-10 01:20:21 -07:00
CamperLloydScript:
2015-11-25 07:16:29 -08:00
end_if_just_battled
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19f2f8
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerLassShannon:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_LASS_SHANNON, LASS, SHANNON, LassShannonSeenText, LassShannonBeatenText, 0, LassShannonScript
2015-07-10 01:20:21 -07:00
LassShannonScript:
2015-11-25 07:16:29 -08:00
end_if_just_battled
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19f35b
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerSupernerdPat:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_SUPER_NERD_PAT, SUPER_NERD, PAT, SupernerdPatSeenText, SupernerdPatBeatenText, 0, SupernerdPatScript
2015-07-10 01:20:21 -07:00
SupernerdPatScript:
2015-11-25 07:16:29 -08:00
end_if_just_battled
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19f41a
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
CooltrainerMScript_0x19efac:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
2015-07-10 01:20:21 -07:00
checkevent EVENT_BEAT_COOLTRAINERM_KEVIN
iftrue UnknownScript_0x19efda
2013-09-24 00:48:58 -07:00
checkevent EVENT_CLEARED_NUGGET_BRIDGE
iftrue UnknownScript_0x19efc7
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19f43b
2015-11-29 19:29:45 -08:00
buttonsound
2015-11-04 17:20:14 -08:00
verbosegiveitem NUGGET
iffalse UnknownScript_0x19efde
2013-09-24 00:48:58 -07:00
setevent EVENT_CLEARED_NUGGET_BRIDGE
2015-07-10 01:20:21 -07:00
UnknownScript_0x19efc7:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19f49d
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2015-11-02 11:37:02 -08:00
winlosstext UnknownText_0x19f4fd, 0
loadtrainer COOLTRAINERM, KEVIN
startbattle
returnafterbattle
2015-07-10 01:20:21 -07:00
setevent EVENT_BEAT_COOLTRAINERM_KEVIN
2015-12-09 15:25:44 -08:00
opentext
2015-07-10 01:20:21 -07:00
UnknownScript_0x19efda:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19f520
2015-11-25 07:16:29 -08:00
waitbutton
2015-07-10 01:20:21 -07:00
UnknownScript_0x19efde:
2015-11-25 07:16:29 -08:00
closetext
end
2015-07-10 01:20:21 -07:00
MapRoute25Signpost0Script:
jumptext UnknownText_0x19f567
2015-12-15 07:55:56 -08:00
Route25Protein:
itemball PROTEIN
Route25HiddenPotion:
dwb EVENT_ROUTE_25_HIDDEN_POTION, POTION
2015-07-10 01:20:21 -07:00
MovementData_0x19efe8:
big_step_down
step_end
2015-07-10 01:20:21 -07:00
MovementData_0x19efea:
big_step_down
big_step_down
step_end
2015-07-10 01:20:21 -07:00
MovementData_0x19efed:
step_up
step_up
step_up
step_left
step_left
step_left
step_end
2015-07-10 01:20:21 -07:00
MovementData_0x19eff4:
step_up
step_up
step_left
step_left
step_left
step_end
2015-07-10 01:20:21 -07:00
MovementData_0x19effa:
step_down
step_left
step_end
2015-07-10 01:20:21 -07:00
MovementData_0x19effd:
step_up
step_left
step_end
2015-07-10 01:20:21 -07:00
MovementData_0x19f000:
step_left
step_left
step_left
step_left
step_left
step_end
2015-07-10 01:20:21 -07:00
UnknownText_0x19f006:
text "MISTY: Aww! Why"
line "did you have to"
para "show up and bug us"
line "now?"
para "Do you know what"
line "they call people"
cont "like you?"
para "Pests! You heard"
line "me right, pest!"
para "…"
para "…Oh? Those BADGES"
line "you have… Are they"
cont "JOHTO GYM BADGES?"
para "If you have eight,"
line "you must be good."
para "OK, then. Come to"
line "CERULEAN GYM."
para "I'll be happy to"
line "take you on."
para "I'm MISTY, the"
line "GYM LEADER in"
cont "CERULEAN."
done
2015-07-10 01:20:21 -07:00
SchoolboyDudleySeenText:
text "Beat the six of us"
line "trainers to win a"
cont "fabulous prize!"
para "Think you've got"
line "what it takes?"
done
2015-07-10 01:20:21 -07:00
SchoolboyDudleyBeatenText:
text "Whoo! Good stuff."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x19f1b5:
text "I did my best."
line "I have no regrets."
done
2015-07-10 01:20:21 -07:00
LassEllenSeenText:
text "I'm second."
line "Now it's serious!"
done
2015-07-10 01:20:21 -07:00
LassEllenBeatenText:
text "How could I lose?"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x19f208:
text "I did my best."
line "I have no regrets."
done
2015-07-10 01:20:21 -07:00
SchoolboyJoeSeenText:
text "Here's No. 3!"
line "I won't be easy."
done
2015-07-10 01:20:21 -07:00
SchoolboyJoeBeatenText:
text "Ow! Stomped flat!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x19f25c:
text "I did my best."
line "I have no regrets."
done
2015-07-10 01:20:21 -07:00
LassLauraSeenText:
text "I'm No. 4!"
line "Getting tired?"
done
2015-07-10 01:20:21 -07:00
LassLauraBeatenText:
text "I lost too…"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x19f2a6:
text "I did my best."
line "I have no regrets."
done
2015-07-10 01:20:21 -07:00
CamperLloydSeenText:
text "OK! I'm No. 5."
line "I'll stomp you!"
done
2015-07-10 01:20:21 -07:00
CamperLloydBeatenText:
text "Whoa! Too much."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x19f2f8:
text "I did my best."
line "I have no regrets."
done
2015-07-10 01:20:21 -07:00
LassShannonSeenText:
text "I'm the last in"
line "line, but I tell"
cont "you, I'm tough!"
done
2015-07-10 01:20:21 -07:00
LassShannonBeatenText:
text "You're kidding."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x19f35b:
text "I did my best."
line "I have no regrets."
done
2015-07-10 01:20:21 -07:00
SupernerdPatSeenText:
text "Mufufufu…"
para "I have nothing to"
line "do with the six-"
cont "pack trainers."
para "I waited here to"
line "beat you when you"
para "were tired out by"
line "all the battles."
done
2015-07-10 01:20:21 -07:00
SupernerdPatBeatenText:
text "Aren't you tired"
line "at all?"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x19f41a:
text "I'm sorry… I won't"
line "cheat anymore…"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x19f43b:
text "You took on one"
line "more battle than"
para "you expected, but"
line "you won anyway."
para "As promised, you"
line "win a prize."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x19f49d:
text "But after seeing"
line "how you battle, I"
para "want to see how"
line "I'll fare."
para "How about it? Let"
line "me take you on."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x19f4fd:
text "I've never had a"
line "battle this good!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x19f520:
text "That was a great"
line "battle!"
para "You and your #-"
line "MON are truly out-"
cont "standing!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x19f567:
text "SEA COTTAGE"
line "BILL'S HOUSE"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x19f581:
text "BILL'S HOUSE"
done
2015-07-10 01:20:21 -07:00
Route25_MapEventHeader:
; filler
db 0, 0
.Warps:
db 1
warp_def $5, $2f, 1, BILLS_HOUSE
.XYTriggers:
db 2
xy_trigger 1, $6, $2a, $0, UnknownScript_0x19eea0, $0, $0
xy_trigger 1, $7, $2a, $0, UnknownScript_0x19eee0, $0, $0
.Signposts:
db 2
signpost 5, 45, SIGNPOST_READ, MapRoute25Signpost0Script
signpost 5, 4, SIGNPOST_ITEM, Route25HiddenPotion
.PersonEvents:
db 11
person_event SPRITE_MISTY, 9, 46, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, PERSONTYPE_SCRIPT, 0, ObjectEvent, EVENT_ROUTE_25_MISTY_BOYFRIEND
person_event SPRITE_COOLTRAINER_M, 10, 46, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, PERSONTYPE_SCRIPT, 0, ObjectEvent, EVENT_ROUTE_25_MISTY_BOYFRIEND
person_event SPRITE_YOUNGSTER, 8, 12, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, PERSONTYPE_TRAINER, 3, TrainerSchoolboyDudley, -1
person_event SPRITE_LASS, 11, 16, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, PERSONTYPE_TRAINER, 3, TrainerLassEllen, -1
person_event SPRITE_YOUNGSTER, 8, 21, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, PERSONTYPE_TRAINER, 1, TrainerSchoolboyJoe, -1
person_event SPRITE_LASS, 6, 22, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, PERSONTYPE_TRAINER, 3, TrainerLassLaura, -1
person_event SPRITE_YOUNGSTER, 4, 25, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, PERSONTYPE_TRAINER, 2, TrainerCamperLloyd, -1
person_event SPRITE_LASS, 11, 28, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, PERSONTYPE_TRAINER, 1, TrainerLassShannon, -1
person_event SPRITE_SUPER_NERD, 7, 31, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_BROWN, PERSONTYPE_TRAINER, 1, TrainerSupernerdPat, -1
person_event SPRITE_COOLTRAINER_M, 8, 37, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, PERSONTYPE_SCRIPT, 0, CooltrainerMScript_0x19efac, -1
2015-12-15 07:55:56 -08:00
person_event SPRITE_POKE_BALL, 4, 32, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_ITEMBALL, 0, Route25Protein, EVENT_ROUTE_25_PROTEIN