pokecrystal-board/maps/Route15.asm

316 lines
5.4 KiB
NASM
Raw Normal View History

2015-07-10 01:20:21 -07:00
Route15_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
2015-07-10 01:20:21 -07:00
TrainerTeacherColette:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_TEACHER_COLETTE
; trainer group && trainer id
db TEACHER, COLETTE
; text when seen
dw TeacherColetteSeenText
; text when trainer beaten
dw TeacherColetteBeatenText
; script when lost
dw $0000
; script when talk again
dw TeacherColetteScript
2015-07-10 01:20:21 -07:00
TeacherColetteScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1aa60d
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerTeacherHillary:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_TEACHER_HILLARY
; trainer group && trainer id
db TEACHER, HILLARY
; text when seen
dw TeacherHillarySeenText
; text when trainer beaten
dw TeacherHillaryBeatenText
; script when lost
dw $0000
; script when talk again
dw TeacherHillaryScript
2015-07-10 01:20:21 -07:00
TeacherHillaryScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1aa6ca
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerSchoolboyKipp:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_SCHOOLBOY_KIP
; trainer group && trainer id
db SCHOOLBOY, KIPP
; text when seen
dw SchoolboyKippSeenText
; text when trainer beaten
dw SchoolboyKippBeatenText
; script when lost
dw $0000
; script when talk again
dw SchoolboyKippScript
2015-07-10 01:20:21 -07:00
SchoolboyKippScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1aa740
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerSchoolboyTommy:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_SCHOOLBOY_TOMMY
; trainer group && trainer id
db SCHOOLBOY, TOMMY
; text when seen
dw SchoolboyTommySeenText
; text when trainer beaten
dw SchoolboyTommyBeatenText
; script when lost
dw $0000
; script when talk again
dw SchoolboyTommyScript
2015-07-10 01:20:21 -07:00
SchoolboyTommyScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1aa7bc
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerSchoolboyJohnny:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_SCHOOLBOY_JOHNNY
; trainer group && trainer id
db SCHOOLBOY, JOHNNY
; text when seen
dw SchoolboyJohnnySeenText
; text when trainer beaten
dw SchoolboyJohnnyBeatenText
; script when lost
dw $0000
; script when talk again
dw SchoolboyJohnnyScript
2015-07-10 01:20:21 -07:00
SchoolboyJohnnyScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1aa84a
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerSchoolboyBilly:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_SCHOOLBOY_BILLY
; trainer group && trainer id
db SCHOOLBOY, BILLY
; text when seen
dw SchoolboyBillySeenText
; text when trainer beaten
dw SchoolboyBillyBeatenText
; script when lost
dw $0000
; script when talk again
dw SchoolboyBillyScript
2015-07-10 01:20:21 -07:00
SchoolboyBillyScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1aa8b0
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
MapRoute15Signpost0Script:
jumptext UnknownText_0x1aa8e3
2015-07-10 01:20:21 -07:00
ItemFragment_0x1aa5e4:
db PP_UP, 1
2015-07-10 01:20:21 -07:00
TeacherColetteSeenText:
text "Have you forgotten"
line "anything?"
done
2015-07-10 01:20:21 -07:00
TeacherColetteBeatenText:
text "Kyaaah!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1aa60d:
text "Before I became a"
line "teacher, I used to"
para "forget a lot of"
line "things."
done
2015-07-10 01:20:21 -07:00
TeacherHillarySeenText:
text "On sunny days, I"
line "think that the"
para "kids would rather"
line "be playing in the"
para "schoolyard than"
line "studying in class."
done
2015-07-10 01:20:21 -07:00
TeacherHillaryBeatenText:
text "I didn't want to"
line "lose…"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1aa6ca:
text "Studying is impor-"
line "tant, but exercise"
cont "is just as vital."
done
2015-07-10 01:20:21 -07:00
SchoolboyKippSeenText:
text "Hang on. I have to"
line "phone my mom."
done
2015-07-10 01:20:21 -07:00
SchoolboyKippBeatenText:
text "Sorry, Mom!"
line "I was beaten!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1aa740:
text "My mom worries so"
line "much about me, I"
para "have to phone her"
line "all the time."
done
2015-07-10 01:20:21 -07:00
SchoolboyTommySeenText:
text "Let's battle."
line "I won't lose!"
done
2015-07-10 01:20:21 -07:00
SchoolboyTommyBeatenText:
text "I forgot to do my"
line "homework!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1aa7bc:
text "Sayonara! I just"
line "learned that in my"
cont "Japanese class."
done
2015-07-10 01:20:21 -07:00
SchoolboyJohnnySeenText:
text "We're on a field"
line "trip to LAVENDER"
para "RADIO TOWER for"
line "social studies."
done
2015-07-10 01:20:21 -07:00
SchoolboyJohnnyBeatenText:
text "You're wickedly"
line "tough!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1aa84a:
text "I'm tired of walk-"
line "ing. I need to"
cont "take a break."
done
2015-07-10 01:20:21 -07:00
SchoolboyBillySeenText:
text "My favorite class"
line "is gym!"
done
2015-07-10 01:20:21 -07:00
SchoolboyBillyBeatenText:
text "Oh, no!"
line "How could I lose?"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1aa8b0:
text "If #MON were a"
line "subject at school,"
cont "I'd be the best!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1aa8e3:
text "ROUTE 15"
para "FUCHSIA CITY -"
line "LAVENDER TOWN"
done
2015-07-10 01:20:21 -07:00
Route15_MapEventHeader:
; filler
db 0, 0
; warps
db 2
warp_def $4, $2, 3, GROUP_ROUTE_15_FUCHSIA_GATE, MAP_ROUTE_15_FUCHSIA_GATE
warp_def $5, $2, 4, GROUP_ROUTE_15_FUCHSIA_GATE, MAP_ROUTE_15_FUCHSIA_GATE
; xy triggers
db 0
; signposts
db 1
signpost 9, 19, $0, MapRoute15Signpost0Script
; people-events
db 7
2015-07-12 21:16:35 -07:00
person_event SPRITE_YOUNGSTER, 14, 14, $9, $0, 255, 255, $92, 4, TrainerSchoolboyKipp, -1
person_event SPRITE_YOUNGSTER, 17, 19, $7, $0, 255, 255, $92, 3, TrainerSchoolboyTommy, -1
person_event SPRITE_YOUNGSTER, 14, 37, $6, $0, 255, 255, $92, 3, TrainerSchoolboyJohnny, -1
person_event SPRITE_YOUNGSTER, 14, 31, $6, $0, 255, 255, $92, 3, TrainerSchoolboyBilly, -1
person_event SPRITE_TEACHER, 16, 34, $7, $0, 255, 255, $82, 4, TrainerTeacherColette, -1
person_event SPRITE_TEACHER, 14, 24, $a, $0, 255, 255, $82, 3, TrainerTeacherHillary, -1
person_event SPRITE_POKE_BALL, 9, 16, $1, $0, 255, 255, $1, 0, ItemFragment_0x1aa5e4, EVENT_78A