pokecrystal-board/maps/OlivineLighthouse4F.asm

107 lines
2.5 KiB
NASM
Raw Normal View History

2015-07-10 01:20:21 -07:00
OlivineLighthouse4F_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
2015-07-10 01:20:21 -07:00
TrainerLassConnie:
trainer EVENT_BEAT_LASS_CONNIE, LASS, CONNIE1, LassConnie1SeenText, LassConnie1BeatenText, $0000, LassConnie1Script
2015-07-10 01:20:21 -07:00
LassConnie1Script:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5b63c
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerSailorKent:
trainer EVENT_BEAT_SAILOR_KENT, SAILOR, KENT, SailorKentSeenText, SailorKentBeatenText, $0000, SailorKentScript
2015-07-10 01:20:21 -07:00
SailorKentScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5b584
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
SailorKentSeenText:
text "JASMINE must be"
line "worried sick about"
cont "the #MON here."
para "She won't even"
line "smile these days."
done
2015-07-10 01:20:21 -07:00
SailorKentBeatenText:
text "I can't manage a"
line "smile either…"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5b584:
text "Speaking of sick,"
line "I've heard there's"
para "a good PHARMACY in"
line "CIANWOOD."
done
2015-07-10 01:20:21 -07:00
LassConnie1SeenText:
text "JASMINE is this"
line "city's GYM LEADER."
para "I mean to bring"
line "her back with me."
para "Nobody had better"
line "get in my way!"
done
2015-07-10 01:20:21 -07:00
LassConnie1BeatenText:
text "Aaack! My #MON!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5b63c:
text "Right. Anybody"
line "would be worried"
cont "if his or her own"
cont "#MON were hurt."
para "I'll pray for the"
line "#MON here, so"
para "JASMINE can come"
line "back to the GYM."
done
2015-07-10 01:20:21 -07:00
OlivineLighthouse4F_MapEventHeader:
; filler
db 0, 0
; warps
db 10
warp_def $3, $d, 1, GROUP_OLIVINE_LIGHTHOUSE_3F, MAP_OLIVINE_LIGHTHOUSE_3F
warp_def $5, $3, 2, GROUP_OLIVINE_LIGHTHOUSE_5F, MAP_OLIVINE_LIGHTHOUSE_5F
warp_def $7, $9, 3, GROUP_OLIVINE_LIGHTHOUSE_5F, MAP_OLIVINE_LIGHTHOUSE_5F
warp_def $5, $9, 3, GROUP_OLIVINE_LIGHTHOUSE_3F, MAP_OLIVINE_LIGHTHOUSE_3F
warp_def $9, $10, 6, GROUP_OLIVINE_LIGHTHOUSE_3F, MAP_OLIVINE_LIGHTHOUSE_3F
warp_def $9, $11, 7, GROUP_OLIVINE_LIGHTHOUSE_3F, MAP_OLIVINE_LIGHTHOUSE_3F
warp_def $3, $8, 8, GROUP_OLIVINE_LIGHTHOUSE_3F, MAP_OLIVINE_LIGHTHOUSE_3F
warp_def $3, $9, 9, GROUP_OLIVINE_LIGHTHOUSE_3F, MAP_OLIVINE_LIGHTHOUSE_3F
warp_def $7, $10, 4, GROUP_OLIVINE_LIGHTHOUSE_5F, MAP_OLIVINE_LIGHTHOUSE_5F
warp_def $7, $11, 5, GROUP_OLIVINE_LIGHTHOUSE_5F, MAP_OLIVINE_LIGHTHOUSE_5F
; xy triggers
db 0
; signposts
db 0
; people-events
db 2
person_event SPRITE_SAILOR, 18, 11, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 3, TrainerSailorKent, -1
person_event SPRITE_LASS, 6, 15, UP << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 1, TrainerLassConnie, -1