pokecrystal-board/maps/Route11.asm

164 lines
3.2 KiB
NASM
Raw Normal View History

2015-07-10 01:20:21 -07:00
Route11_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 01:20:21 -07:00
TrainerYoungsterOwen:
trainer EVENT_BEAT_YOUNGSTER_OWEN, YOUNGSTER, OWEN, YoungsterOwenSeenText, YoungsterOwenBeatenText, $0000, YoungsterOwenScript
2015-07-10 01:20:21 -07:00
YoungsterOwenScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x680b2
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerYoungsterJason:
trainer EVENT_BEAT_YOUNGSTER_JASON, YOUNGSTER, JASON, YoungsterJasonSeenText, YoungsterJasonBeatenText, $0000, YoungsterJasonScript
2015-07-10 01:20:21 -07:00
YoungsterJasonScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x6814a
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerPsychicHerman:
trainer EVENT_BEAT_PSYCHIC_HERMAN, PSYCHIC_T, HERMAN, PsychicHermanSeenText, PsychicHermanBeatenText, $0000, PsychicHermanScript
2015-07-10 01:20:21 -07:00
PsychicHermanScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x6817b
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerPsychicFidel:
trainer EVENT_BEAT_PSYCHIC_FIDEL, PSYCHIC_T, FIDEL, PsychicFidelSeenText, PsychicFidelBeatenText, $0000, PsychicFidelScript
2015-07-10 01:20:21 -07:00
PsychicFidelScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x681ec
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
MapRoute11Signpost0Script:
jumptext UnknownText_0x68238
2015-07-10 01:20:21 -07:00
FruitTreeScript_0x68055:
fruittree $18
2015-07-10 01:20:21 -07:00
MapRoute11SignpostItem1:
dwb EVENT_ROUTE_11_HIDDEN_REVIVE, REVIVE
2015-07-10 01:20:21 -07:00
YoungsterOwenSeenText:
text "There's no cheat-"
line "ing in #MON."
para "Let's keep it fair"
line "and square!"
done
2015-07-10 01:20:21 -07:00
YoungsterOwenBeatenText:
text "Huh? How did this"
line "happen?"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x680b2:
text "I fought fair and"
line "square with honor."
para "I don't regret"
line "this at all."
done
2015-07-10 01:20:21 -07:00
YoungsterJasonSeenText:
text "It itches and"
line "tickles a bit when"
para "I wear shorts in"
line "the grass."
done
2015-07-10 01:20:21 -07:00
YoungsterJasonBeatenText:
text "Aiyaaah!"
line "I got stomped!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x6814a:
text "I'm going to catch"
line "more #MON in"
cont "the grass."
done
2015-07-10 01:20:21 -07:00
PsychicHermanSeenText:
text "…"
done
2015-07-10 01:20:21 -07:00
PsychicHermanBeatenText:
text "…"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x6817b:
text "…"
para "I lost while I had"
line "my eyes closed…"
done
2015-07-10 01:20:21 -07:00
PsychicFidelSeenText:
text "I can see it…"
para "Everything to see"
line "about you…"
done
2015-07-10 01:20:21 -07:00
PsychicFidelBeatenText:
text "I couldn't foresee"
line "your power…"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x681ec:
text "Strength in con-"
line "viction…"
para "You're strong be-"
line "cause you believe"
cont "in your #MON."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x68238:
text "ROUTE 11"
done
2015-07-10 01:20:21 -07:00
Route11_MapEventHeader:
; filler
db 0, 0
.Warps:
db 0
.XYTriggers:
db 0
.Signposts:
db 2
signpost 7, 3, SIGNPOST_READ, MapRoute11Signpost0Script
signpost 5, 32, SIGNPOST_ITEM, MapRoute11SignpostItem1
.PersonEvents:
db 5
2015-10-24 07:34:19 -07:00
person_event SPRITE_YOUNGSTER, 14, 22, $a, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 2, 3, TrainerYoungsterOwen, -1
person_event SPRITE_YOUNGSTER, 4, 20, $6, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 2, 3, TrainerYoungsterJason, -1
person_event SPRITE_YOUNGSTER, 7, 28, $6, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 2, 1, TrainerPsychicHerman, -1
person_event SPRITE_YOUNGSTER, 6, 8, $a, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 2, 3, TrainerPsychicFidel, -1
person_event SPRITE_FRUIT_TREE, 2, 32, $1, 0, 0, -1, -1, 0, 0, 0, FruitTreeScript_0x68055, -1