2015-07-10 01:20:21 -07:00
|
|
|
Route11_MapScriptHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; trigger count
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; callback count
|
|
|
|
db 0
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerYoungsterOwen:
|
2013-02-16 22:54:07 -08:00
|
|
|
; bit/flag number
|
2015-07-10 01:20:21 -07:00
|
|
|
dw EVENT_BEAT_YOUNGSTER_OWEN
|
2013-02-16 22:54:07 -08:00
|
|
|
|
|
|
|
; trainer group && trainer id
|
|
|
|
db YOUNGSTER, OWEN
|
|
|
|
|
|
|
|
; text when seen
|
|
|
|
dw YoungsterOwenSeenText
|
|
|
|
|
|
|
|
; text when trainer beaten
|
|
|
|
dw YoungsterOwenBeatenText
|
|
|
|
|
|
|
|
; script when lost
|
|
|
|
dw $0000
|
|
|
|
|
|
|
|
; script when talk again
|
|
|
|
dw YoungsterOwenScript
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
YoungsterOwenScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
talkaftercancel
|
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x680b2
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerYoungsterJason:
|
2013-02-16 22:54:07 -08:00
|
|
|
; bit/flag number
|
2015-07-10 01:20:21 -07:00
|
|
|
dw EVENT_BEAT_YOUNGSTER_JASON
|
2013-02-16 22:54:07 -08:00
|
|
|
|
|
|
|
; trainer group && trainer id
|
|
|
|
db YOUNGSTER, JASON
|
|
|
|
|
|
|
|
; text when seen
|
|
|
|
dw YoungsterJasonSeenText
|
|
|
|
|
|
|
|
; text when trainer beaten
|
|
|
|
dw YoungsterJasonBeatenText
|
|
|
|
|
|
|
|
; script when lost
|
|
|
|
dw $0000
|
|
|
|
|
|
|
|
; script when talk again
|
|
|
|
dw YoungsterJasonScript
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
YoungsterJasonScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
talkaftercancel
|
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x6814a
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerPsychicHerman:
|
2013-02-16 22:54:07 -08:00
|
|
|
; bit/flag number
|
2015-07-10 01:20:21 -07:00
|
|
|
dw EVENT_BEAT_PSYCHIC_HERMAN
|
2013-02-16 22:54:07 -08:00
|
|
|
|
|
|
|
; trainer group && trainer id
|
|
|
|
db PSYCHIC_T, HERMAN
|
|
|
|
|
|
|
|
; text when seen
|
|
|
|
dw PsychicHermanSeenText
|
|
|
|
|
|
|
|
; text when trainer beaten
|
|
|
|
dw PsychicHermanBeatenText
|
|
|
|
|
|
|
|
; script when lost
|
|
|
|
dw $0000
|
|
|
|
|
|
|
|
; script when talk again
|
|
|
|
dw PsychicHermanScript
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PsychicHermanScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
talkaftercancel
|
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x6817b
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerPsychicFidel:
|
2013-02-16 22:54:07 -08:00
|
|
|
; bit/flag number
|
2015-07-10 01:20:21 -07:00
|
|
|
dw EVENT_BEAT_PSYCHIC_FIDEL
|
2013-02-16 22:54:07 -08:00
|
|
|
|
|
|
|
; trainer group && trainer id
|
|
|
|
db PSYCHIC_T, FIDEL
|
|
|
|
|
|
|
|
; text when seen
|
|
|
|
dw PsychicFidelSeenText
|
|
|
|
|
|
|
|
; text when trainer beaten
|
|
|
|
dw PsychicFidelBeatenText
|
|
|
|
|
|
|
|
; script when lost
|
|
|
|
dw $0000
|
|
|
|
|
|
|
|
; script when talk again
|
|
|
|
dw PsychicFidelScript
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PsychicFidelScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
talkaftercancel
|
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x681ec
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MapRoute11Signpost0Script:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptext UnknownText_0x68238
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FruitTreeScript_0x68055:
|
2013-02-16 22:54:07 -08:00
|
|
|
fruittree $18
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MapRoute11SignpostItem1:
|
2013-02-16 22:54:07 -08:00
|
|
|
dw $00f5
|
|
|
|
db REVIVE
|
|
|
|
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
YoungsterOwenSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "There's no cheat-"
|
|
|
|
line "ing in #MON."
|
|
|
|
|
|
|
|
para "Let's keep it fair"
|
|
|
|
line "and square!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
YoungsterOwenBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Huh? How did this"
|
|
|
|
line "happen?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x680b2:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I fought fair and"
|
|
|
|
line "square with honor."
|
|
|
|
|
|
|
|
para "I don't regret"
|
|
|
|
line "this at all."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
YoungsterJasonSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "It itches and"
|
|
|
|
line "tickles a bit when"
|
|
|
|
|
|
|
|
para "I wear shorts in"
|
|
|
|
line "the grass."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
YoungsterJasonBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Aiyaaah!"
|
|
|
|
line "I got stomped!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x6814a:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I'm going to catch"
|
|
|
|
line "more #MON in"
|
|
|
|
cont "the grass."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PsychicHermanSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PsychicHermanBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x6817b:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "…"
|
|
|
|
|
|
|
|
para "I lost while I had"
|
|
|
|
line "my eyes closed…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PsychicFidelSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I can see it…"
|
|
|
|
|
|
|
|
para "Everything to see"
|
|
|
|
line "about you…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PsychicFidelBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I couldn't foresee"
|
|
|
|
line "your power…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x681ec:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Strength in con-"
|
|
|
|
line "viction…"
|
|
|
|
|
|
|
|
para "You're strong be-"
|
|
|
|
line "cause you believe"
|
|
|
|
cont "in your #MON."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x68238:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "ROUTE 11"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
Route11_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
|
|
|
; warps
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; xy triggers
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; signposts
|
|
|
|
db 2
|
2015-07-16 15:10:10 -07:00
|
|
|
signpost 7, 3, SIGNPOST_READ, MapRoute11Signpost0Script
|
|
|
|
signpost 5, 32, SIGNPOST_ITEMIFSET, MapRoute11SignpostItem1
|
2013-02-16 22:54:07 -08:00
|
|
|
|
|
|
|
; people-events
|
|
|
|
db 5
|
2015-07-16 15:10:10 -07:00
|
|
|
person_event SPRITE_YOUNGSTER, 18, 26, LEFT << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 3, TrainerYoungsterOwen, -1
|
|
|
|
person_event SPRITE_YOUNGSTER, 8, 24, UP << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 3, TrainerYoungsterJason, -1
|
|
|
|
person_event SPRITE_YOUNGSTER, 11, 32, UP << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 1, TrainerPsychicHerman, -1
|
|
|
|
person_event SPRITE_YOUNGSTER, 10, 12, LEFT << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 3, TrainerPsychicFidel, -1
|
|
|
|
person_event SPRITE_FRUIT_TREE, 6, 36, DOWN << 2 | $1, $0, -1, -1, $0, 0, FruitTreeScript_0x68055, -1
|