pokecrystal-board/maps/UnionCaveB2F.asm

209 lines
3.6 KiB
NASM
Raw Normal View History

2015-07-10 01:20:21 -07:00
UnionCaveB2F_MapScriptHeader:
; trigger count
db 0
; callback count
db 1
; callbacks
dbw 2, UnknownScript_0x5a30d
2015-07-10 01:20:21 -07:00
UnknownScript_0x5a30d:
2013-09-24 00:51:42 -07:00
checkflag $0059
iftrue UnknownScript_0x5a319
checkcode VAR_WEEKDAY
if_equal FRIDAY, UnknownScript_0x5a31c
2015-07-10 01:20:21 -07:00
UnknownScript_0x5a319:
disappear $7
return
2015-07-10 01:20:21 -07:00
UnknownScript_0x5a31c:
appear $7
return
2015-07-10 01:20:21 -07:00
SurfScript_0x5a31f:
faceplayer
cry LAPRAS
loadpokedata LAPRAS, 20
startbattle
disappear $7
2013-09-24 00:51:42 -07:00
setflag $0059
returnafterbattle
end
2015-07-10 01:20:21 -07:00
TrainerCooltrainermNick:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_COOLTRAINERM_NICK
; trainer group && trainer id
db COOLTRAINERM, NICK
; text when seen
dw CooltrainermNickSeenText
; text when trainer beaten
dw CooltrainermNickBeatenText
; script when lost
dw $0000
; script when talk again
dw CooltrainermNickScript
2015-07-10 01:20:21 -07:00
CooltrainermNickScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5a3f0
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerCooltrainerfGwen:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_COOLTRAINERF_GWEN
; trainer group && trainer id
db COOLTRAINERF, GWEN
; text when seen
dw CooltrainerfGwenSeenText
; text when trainer beaten
dw CooltrainerfGwenBeatenText
; script when lost
dw $0000
; script when talk again
dw CooltrainerfGwenScript
2015-07-10 01:20:21 -07:00
CooltrainerfGwenScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5a488
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerCooltrainerfEmma:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_COOLTRAINERF_EMMA
; trainer group && trainer id
db COOLTRAINERF, EMMA
; text when seen
dw CooltrainerfEmmaSeenText
; text when trainer beaten
dw CooltrainerfEmmaBeatenText
; script when lost
dw $0000
; script when talk again
dw CooltrainerfEmmaScript
2015-07-10 01:20:21 -07:00
CooltrainerfEmmaScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5a52b
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
ItemFragment_0x5a36a:
db ELIXER, 1
2015-07-10 01:20:21 -07:00
ItemFragment_0x5a36c:
db HYPER_POTION, 1
2015-07-10 01:20:21 -07:00
CooltrainermNickSeenText:
text "There are two"
line "kinds of people."
para "Those who have"
line "style, and those"
cont "who don't."
para "What kind of"
line "person are you?"
done
2015-07-10 01:20:21 -07:00
CooltrainermNickBeatenText:
text "You've got"
line "dazzling style!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5a3f0:
text "Your #MON style"
line "is stunning and"
cont "colorful, I admit."
para "You'll just keep"
line "getting better!"
done
2015-07-10 01:20:21 -07:00
CooltrainerfGwenSeenText:
text "I'm in training."
line "Care for a round?"
done
2015-07-10 01:20:21 -07:00
CooltrainerfGwenBeatenText:
text "Aww, no! You're"
line "too good for me."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5a488:
text "I'm going to train"
line "by myself until I"
cont "improve."
done
2015-07-10 01:20:21 -07:00
CooltrainerfEmmaSeenText:
text "If the #MON I"
line "liked were there,"
cont "I'd go anywhere."
para "That's what a real"
line "trainer does."
done
2015-07-10 01:20:21 -07:00
CooltrainerfEmmaBeatenText:
text "I'd rather pet my"
line "babies than this!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5a52b:
text "Just once a week,"
line "a #MON comes to"
cont "the water's edge."
para "I wanted to see"
line "that #MON…"
done
2015-07-10 01:20:21 -07:00
UnionCaveB2F_MapEventHeader:
; filler
db 0, 0
; warps
db 1
warp_def $3, $5, 5, GROUP_UNION_CAVE_B1F, MAP_UNION_CAVE_B1F
; xy triggers
db 0
; signposts
db 0
; people-events
db 6
2013-07-12 14:06:11 -07:00
person_event SPRITE_ROCKER, 23, 19, $6, $0, 255, 255, $82, 3, TrainerCooltrainermNick, $ffff
person_event SPRITE_COOLTRAINER_F, 17, 9, $a, $0, 255, 255, $82, 1, TrainerCooltrainerfGwen, $ffff
person_event SPRITE_COOLTRAINER_F, 34, 7, $7, $0, 255, 255, $82, 3, TrainerCooltrainerfEmma, $ffff
person_event SPRITE_POKE_BALL, 6, 20, $1, $0, 255, 255, $1, 0, ItemFragment_0x5a36a, $0660
person_event SPRITE_POKE_BALL, 23, 16, $1, $0, 255, 255, $1, 0, ItemFragment_0x5a36c, $0661
person_event SPRITE_SURF, 35, 15, $24, $11, 255, 255, $90, 0, SurfScript_0x5a31f, $0760