pokecrystal-board/maps/Route12.asm

187 lines
3.8 KiB
NASM
Raw Normal View History

2015-07-10 01:20:21 -07:00
Route12_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 01:20:21 -07:00
TrainerFisherKyle:
trainer EVENT_BEAT_FISHER_KYLE, FISHER, KYLE, FisherKyleSeenText, FisherKyleBeatenText, NONE, FisherKyleScript
2015-07-10 01:20:21 -07:00
FisherKyleScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1a7238
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerFisherMartin:
trainer EVENT_BEAT_FISHER_MARTIN, FISHER, MARTIN, FisherMartinSeenText, FisherMartinBeatenText, NONE, FisherMartinScript
2015-07-10 01:20:21 -07:00
FisherMartinScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1a704c
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerFisherStephen:
trainer EVENT_BEAT_FISHER_STEPHEN, FISHER, STEPHEN, FisherStephenSeenText, FisherStephenBeatenText, NONE, FisherStephenScript
2015-07-10 01:20:21 -07:00
FisherStephenScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1a70d4
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerFisherBarney:
trainer EVENT_BEAT_FISHER_BARNEY, FISHER, BARNEY, FisherBarneySeenText, FisherBarneyBeatenText, NONE, FisherBarneyScript
2015-07-10 01:20:21 -07:00
FisherBarneyScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1a716d
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
MapRoute12Signpost0Script:
jumptext UnknownText_0x1a72a0
2015-07-10 01:20:21 -07:00
MapRoute12Signpost1Script:
jumptext UnknownText_0x1a72c1
2015-07-10 01:20:21 -07:00
ItemFragment_0x1a700b:
db CALCIUM, 1
2015-07-10 01:20:21 -07:00
ItemFragment_0x1a700d:
db NUGGET, 1
2015-07-10 01:20:21 -07:00
MapRoute12SignpostItem2:
dwb EVENT_ROUTE_12_HIDDEN_ELIXER, ELIXER
2015-07-10 01:20:21 -07:00
FisherMartinSeenText:
text "Patience is the"
line "key to both fish-"
cont "ing and #MON."
done
2015-07-10 01:20:21 -07:00
FisherMartinBeatenText:
text "Gwaaah!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1a704c:
text "I'm too impatient"
line "for fishing…"
done
2015-07-10 01:20:21 -07:00
FisherStephenSeenText:
text "I feel so content,"
line "fishing while lis-"
cont "tening to some"
cont "tunes on my radio."
done
2015-07-10 01:20:21 -07:00
FisherStephenBeatenText:
text "My stupid radio"
line "distracted me!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1a70d4:
text "Have you checked"
line "out KANTO's radio"
para "programs? We get a"
line "good variety here."
done
2015-07-10 01:20:21 -07:00
FisherBarneySeenText:
text "What's most impor-"
line "tant in our every-"
cont "day lives?"
done
2015-07-10 01:20:21 -07:00
FisherBarneyBeatenText:
text "The answer is"
line "coming up next!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1a716d:
text "I think electric-"
line "ity is the most"
para "important thing in"
line "our daily lives."
para "If it weren't,"
line "people wouldn't"
para "have made such a"
line "fuss when the"
para "POWER PLANT went"
line "out of commission."
done
2015-07-10 01:20:21 -07:00
FisherKyleSeenText:
text "Do you remember?"
done
2015-07-10 01:20:21 -07:00
FisherKyleBeatenText:
text "You do remember?"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1a7238:
text "The tug you feel"
line "on the ROD when"
para "you hook a #-"
line "MON…"
para "That's the best"
line "feeling ever for"
cont "an angler like me."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1a72a0:
text "ROUTE 12"
para "NORTH TO LAVENDER"
line "TOWN"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1a72c1:
text "FISHING SPOT"
done
2015-07-10 01:20:21 -07:00
Route12_MapEventHeader:
; filler
db 0, 0
.Warps:
db 1
warp_def $21, $b, 1, ROUTE_12_SUPER_ROD_HOUSE
.XYTriggers:
db 0
.Signposts:
db 3
signpost 27, 11, SIGNPOST_READ, MapRoute12Signpost0Script
signpost 9, 13, SIGNPOST_READ, MapRoute12Signpost1Script
signpost 13, 14, SIGNPOST_ITEM, MapRoute12SignpostItem2
.PersonEvents:
db 6
person_event SPRITE_FISHER, 13, 5, SPRITEMOVEFN_0A, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, 2, 1, TrainerFisherMartin, -1
person_event SPRITE_FISHER, 23, 14, SPRITEMOVEFN_06, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, 2, 1, TrainerFisherStephen, -1
person_event SPRITE_FISHER, 38, 10, SPRITEMOVEFN_08, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, 2, 5, TrainerFisherBarney, -1
person_event SPRITE_FISHER, 7, 6, SPRITEMOVEFN_09, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, 2, 3, TrainerFisherKyle, -1
person_event SPRITE_POKE_BALL, 43, 5, SPRITEMOVEFN_01, 0, 0, -1, -1, 0, 1, 0, ItemFragment_0x1a700b, EVENT_ROUTE_12_CALCIUM
person_event SPRITE_POKE_BALL, 51, 5, SPRITEMOVEFN_01, 0, 0, -1, -1, 0, 1, 0, ItemFragment_0x1a700d, EVENT_ROUTE_12_NUGGET