pokecrystal-board/maps/OlivineLighthouse3F.asm

137 lines
3.3 KiB
NASM
Raw Normal View History

2015-07-10 01:20:21 -07:00
OlivineLighthouse3F_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
2015-07-10 01:20:21 -07:00
TrainerBird_keeperTheo:
trainer EVENT_BEAT_BIRD_KEEPER_THEO, BIRD_KEEPER, THEO, Bird_keeperTheoSeenText, Bird_keeperTheoBeatenText, $0000, Bird_keeperTheoScript
2015-07-10 01:20:21 -07:00
Bird_keeperTheoScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5b2df
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerGentlemanPreston:
trainer EVENT_BEAT_GENTLEMAN_PRESTON, GENTLEMAN, PRESTON, GentlemanPrestonSeenText, GentlemanPrestonBeatenText, $0000, GentlemanPrestonScript
2015-07-10 01:20:21 -07:00
GentlemanPrestonScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5b457
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerSailorTerrell:
trainer EVENT_BEAT_SAILOR_TERRELL, SAILOR, TERRELL, SailorTerrellSeenText, SailorTerrellBeatenText, $0000, SailorTerrellScript
2015-07-10 01:20:21 -07:00
SailorTerrellScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5b384
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
ItemFragment_0x5b279:
db ETHER, 1
2015-07-10 01:20:21 -07:00
Bird_keeperTheoSeenText:
text "Why are you here?"
line "Are you just going"
para "to gawk? I suggest"
line "that you leave!"
done
2015-07-10 01:20:21 -07:00
Bird_keeperTheoBeatenText:
text "You really are"
line "concerned…"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5b2df:
text "How the heck do"
line "you go up?"
para "I want to visit"
line "the sick #MON,"
para "but I can't get up"
line "there…"
done
2015-07-10 01:20:21 -07:00
SailorTerrellSeenText:
text "Sailors are both"
line "kind and strong."
cont "How about you?"
done
2015-07-10 01:20:21 -07:00
SailorTerrellBeatenText:
text "You are both kind"
line "and strong…"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5b384:
text "Every time I come"
line "back to OLIVINE, I"
cont "visit the GYM."
para "The GYM LEADER's"
line "#MON type has"
para "changed without me"
line "noticing."
done
2015-07-10 01:20:21 -07:00
GentlemanPrestonSeenText:
text "I travel the world"
line "to train my #-"
cont "MON. I wish to"
cont "battle with you."
done
2015-07-10 01:20:21 -07:00
GentlemanPrestonBeatenText:
text "…sigh… I must"
line "train some more…"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5b457:
text "JASMINE used to"
line "use rock #MON"
cont "like ONIX."
done
2015-07-10 01:20:21 -07:00
OlivineLighthouse3F_MapEventHeader:
; filler
db 0, 0
; warps
db 9
warp_def $3, $d, 1, GROUP_OLIVINE_LIGHTHOUSE_4F, MAP_OLIVINE_LIGHTHOUSE_4F
warp_def $3, $5, 2, GROUP_OLIVINE_LIGHTHOUSE_2F, MAP_OLIVINE_LIGHTHOUSE_2F
warp_def $5, $9, 4, GROUP_OLIVINE_LIGHTHOUSE_4F, MAP_OLIVINE_LIGHTHOUSE_4F
warp_def $b, $10, 5, GROUP_OLIVINE_LIGHTHOUSE_2F, MAP_OLIVINE_LIGHTHOUSE_2F
warp_def $b, $11, 6, GROUP_OLIVINE_LIGHTHOUSE_2F, MAP_OLIVINE_LIGHTHOUSE_2F
warp_def $9, $10, 5, GROUP_OLIVINE_LIGHTHOUSE_4F, MAP_OLIVINE_LIGHTHOUSE_4F
warp_def $9, $11, 6, GROUP_OLIVINE_LIGHTHOUSE_4F, MAP_OLIVINE_LIGHTHOUSE_4F
warp_def $3, $8, 7, GROUP_OLIVINE_LIGHTHOUSE_4F, MAP_OLIVINE_LIGHTHOUSE_4F
warp_def $3, $9, 8, GROUP_OLIVINE_LIGHTHOUSE_4F, MAP_OLIVINE_LIGHTHOUSE_4F
; xy triggers
db 0
; signposts
db 0
; people-events
db 4
person_event SPRITE_SAILOR, 6, 13, OW_UP | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 1, TrainerSailorTerrell, -1
person_event SPRITE_GENTLEMAN, 9, 17, OW_LEFT | $1, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 4, TrainerGentlemanPreston, -1
person_event SPRITE_YOUNGSTER, 13, 7, OW_UP | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 3, TrainerBird_keeperTheo, -1
person_event SPRITE_POKE_BALL, 6, 12, OW_DOWN | $1, $0, -1, -1, $1, 0, ItemFragment_0x5b279, EVENT_OLIVINE_LIGHTHOUSE_3F_ETHER