pokecrystal-board/maps/Route14.asm

131 lines
2.5 KiB
NASM
Raw Normal View History

2015-07-10 01:20:21 -07:00
Route14_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
2015-07-10 01:20:21 -07:00
TeacherScript_0x1ad47f:
faceplayer
loadfont
trade $5
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerPokefanmCarter:
trainer EVENT_BEAT_POKEFANM_CARTER, POKEFANM, CARTER, PokefanmCarterSeenText, PokefanmCarterBeatenText, $0000, PokefanmCarterScript
2015-07-10 01:20:21 -07:00
PokefanmCarterScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1ad508
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerBird_keeperRoy:
trainer EVENT_BEAT_BIRD_KEEPER_ROY, BIRD_KEEPER, ROY, Bird_keeperRoySeenText, Bird_keeperRoyBeatenText, $0000, Bird_keeperRoyScript
2015-07-10 01:20:21 -07:00
Bird_keeperRoyScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1ad5a4
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerPokefanmTrevor:
trainer EVENT_BEAT_POKEFANM_TREVOR, POKEFANM, TREVOR, PokefanmTrevorSeenText, PokefanmTrevorBeatenText, $0000, PokefanmTrevorScript
2015-07-10 01:20:21 -07:00
PokefanmTrevorScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1ad660
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
PokefanmCarterSeenText:
text "Let me tell you,"
line "I had a hard time"
para "catching my prized"
line "#MON."
done
2015-07-10 01:20:21 -07:00
PokefanmCarterBeatenText:
text "Awaaah!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1ad508:
text "SQUIRTLE, CHARMAN-"
line "DER and BULBASAUR…"
para "I think that's a"
line "well-balanced mix."
done
2015-07-10 01:20:21 -07:00
Bird_keeperRoySeenText:
text "My dream is to fly"
line "with my beloved"
cont "bird #MON."
done
2015-07-10 01:20:21 -07:00
Bird_keeperRoyBeatenText:
text "I can dream, but I"
line "can't ever fly…"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1ad5a4:
text "You have #MON"
line "that know the HM"
para "move FLY, don't"
line "you? I envy you."
done
2015-07-10 01:20:21 -07:00
PokefanmTrevorSeenText:
text "Hi. Did you know…?"
para "#MON get more"
line "friendly if you"
para "train them in a"
line "place that they"
cont "remember."
done
2015-07-10 01:20:21 -07:00
PokefanmTrevorBeatenText:
text "Where did I meet"
line "this PSYDUCK?"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1ad660:
text "If only there were"
line "an easy way to"
para "identify where I"
line "got my #MON…"
done
2015-07-10 01:20:21 -07:00
Route14_MapEventHeader:
; filler
db 0, 0
; warps
db 0
; xy triggers
db 0
; signposts
db 0
; people-events
db 4
person_event SPRITE_POKEFAN_M, 19, 15, OW_LEFT | $1, $0, -1, -1, (PAL_OW_RED << 4) | $82, 3, TrainerPokefanmCarter, -1
person_event SPRITE_YOUNGSTER, 31, 15, OW_LEFT | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 3, TrainerBird_keeperRoy, -1
person_event SPRITE_POKEFAN_M, 15, 10, OW_LEFT | $2, $0, -1, -1, (PAL_OW_RED << 4) | $82, 3, TrainerPokefanmTrevor, -1
person_event SPRITE_TEACHER, 9, 11, OW_UP | $1, $1, -1, -1, (PAL_OW_GREEN << 4) | $80, 4, TeacherScript_0x1ad47f, -1