pokecrystal-board/maps/DanceTheatre.asm

437 lines
7.9 KiB
NASM
Raw Normal View History

2015-07-10 01:20:21 -07:00
DanceTheatre_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
2015-07-10 01:20:21 -07:00
TrainerKimono_girlNaoko2:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_KIMONO_GIRL_NAOKO
; trainer group && trainer id
db KIMONO_GIRL, NAOKO2
; text when seen
dw Kimono_girlNaoko2SeenText
; text when trainer beaten
dw Kimono_girlNaoko2BeatenText
; script when lost
dw $0000
; script when talk again
dw Kimono_girlNaoko2Script
2015-07-10 01:20:21 -07:00
Kimono_girlNaoko2Script:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x99579
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerKimono_girlSayo:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_KIMONO_GIRL_SAYO
; trainer group && trainer id
db KIMONO_GIRL, SAYO
; text when seen
dw Kimono_girlSayoSeenText
; text when trainer beaten
dw Kimono_girlSayoBeatenText
; script when lost
dw $0000
; script when talk again
dw Kimono_girlSayoScript
2015-07-10 01:20:21 -07:00
Kimono_girlSayoScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x9960b
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerKimono_girlZuki:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_KIMONO_GIRL_ZUKI
; trainer group && trainer id
db KIMONO_GIRL, ZUKI
; text when seen
dw Kimono_girlZukiSeenText
; text when trainer beaten
dw Kimono_girlZukiBeatenText
; script when lost
dw $0000
; script when talk again
dw Kimono_girlZukiScript
2015-07-10 01:20:21 -07:00
Kimono_girlZukiScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x99688
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerKimono_girlKuni:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_KIMONO_GIRL_KUNI
; trainer group && trainer id
db KIMONO_GIRL, KUNI
; text when seen
dw Kimono_girlKuniSeenText
; text when trainer beaten
dw Kimono_girlKuniBeatenText
; script when lost
dw $0000
; script when talk again
dw Kimono_girlKuniScript
2015-07-10 01:20:21 -07:00
Kimono_girlKuniScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x99714
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerKimono_girlMiki:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_KIMONO_GIRL_MIKI
; trainer group && trainer id
db KIMONO_GIRL, MIKI
; text when seen
dw Kimono_girlMikiSeenText
; text when trainer beaten
dw Kimono_girlMikiBeatenText
; script when lost
dw $0000
; script when talk again
dw Kimono_girlMikiScript
2015-07-10 01:20:21 -07:00
Kimono_girlMikiScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x997a8
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
GentlemanScript_0x994c6:
faceplayer
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x9980a
keeptextopen
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_HM03_SURF
iftrue UnknownScript_0x99515
2013-09-24 00:48:58 -07:00
checkevent EVENT_BEAT_KIMONO_GIRL_NAOKO
iffalse UnknownScript_0x994f3
2013-09-24 00:48:58 -07:00
checkevent EVENT_BEAT_KIMONO_GIRL_SAYO
iffalse UnknownScript_0x994f3
2013-09-24 00:48:58 -07:00
checkevent EVENT_BEAT_KIMONO_GIRL_ZUKI
iffalse UnknownScript_0x994f3
2013-09-24 00:48:58 -07:00
checkevent EVENT_BEAT_KIMONO_GIRL_KUNI
iffalse UnknownScript_0x994f3
2013-09-24 00:48:58 -07:00
checkevent EVENT_BEAT_KIMONO_GIRL_MIKI
iffalse UnknownScript_0x994f3
2015-01-20 00:01:23 -08:00
jump UnknownScript_0x99505
2015-07-10 01:20:21 -07:00
UnknownScript_0x994f3:
2015-07-10 05:08:03 -07:00
checkflag ENGINE_PLAYER_IS_FEMALE
iftrue UnknownScript_0x994ff
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x99891
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x994ff:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x998d4
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x99505:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x9991a
keeptextopen
verbosegiveitem HM_SURF, 1
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_HM03_SURF
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x9999b
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x99515:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x999d5
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
RhydonScript_0x9951b:
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x99a0a
cry RHYDON
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
CooltrainerMScript_0x99525:
jumptextfaceplayer UnknownText_0x99a24
2015-07-10 01:20:21 -07:00
GrannyScript_0x99528:
jumptextfaceplayer UnknownText_0x99aaa
2015-07-10 01:20:21 -07:00
MapDanceTheatreSignpost1Script:
jumptext UnknownText_0x99b79
2015-07-10 01:20:21 -07:00
Kimono_girlNaoko2SeenText:
text "You have lovely"
line "#MON. May I see"
cont "them in battle?"
done
2015-07-10 01:20:21 -07:00
Kimono_girlNaoko2BeatenText:
text "Oh, you are very"
line "strong."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x99579:
text "I enjoyed that"
line "bout. I would like"
cont "to see you again."
done
2015-07-10 01:20:21 -07:00
Kimono_girlSayoSeenText:
text "I always dance"
line "with my #MON."
para "Of course, I also"
line "train them."
done
2015-07-10 01:20:21 -07:00
Kimono_girlSayoBeatenText:
text "Oh, so close!"
line "I almost had you."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x9960b:
text "Rhythm is impor-"
line "tant for both"
para "dancing and #-"
line "MON."
done
2015-07-10 01:20:21 -07:00
Kimono_girlZukiSeenText:
text "Isn't my barrette"
line "pretty?"
para "Oh. A #MON"
line "battle?"
done
2015-07-10 01:20:21 -07:00
Kimono_girlZukiBeatenText:
text "I don't have any"
line "#MON left…"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x99688:
text "I put a different"
line "flower in my bar-"
cont "rette every month."
done
2015-07-10 01:20:21 -07:00
Kimono_girlKuniSeenText:
text "Oh, you're a cute"
line "trainer. Would you"
cont "like to battle?"
done
2015-07-10 01:20:21 -07:00
Kimono_girlKuniBeatenText:
text "You're stronger"
line "than you look."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x99714:
text "I trained a lot,"
line "so I thought I was"
para "a capable trainer."
line "I guess I'm not."
done
2015-07-10 01:20:21 -07:00
Kimono_girlMikiSeenText:
text "Do you like my"
line "dancing? I'm good"
cont "at #MON too."
done
2015-07-10 01:20:21 -07:00
Kimono_girlMikiBeatenText:
text "Ooh, you're good"
line "at #MON too."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x997a8:
text "I can keep dancing"
line "because there are"
para "people who enjoy"
line "what I do."
para "My #MON keep my"
line "spirits up too."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x9980a:
text "Not only are the"
line "KIMONO GIRLS great"
para "dancers, they're"
line "also skilled at"
cont "#MON."
para "I always challenge"
line "them, but I've"
para "never even left a"
line "scratch…"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x99891:
text "Lad! If you can"
line "defeat all the"
para "KIMONO GIRLS, I'll"
line "give you a gift."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x998d4:
text "Lassie, if you can"
line "defeat all the"
para "KIMONO GIRLS, I'll"
line "give you a gift."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x9991a:
text "The way you bat-"
line "tled, it was like"
cont "watching a dance."
para "It was a rare"
line "treat to see!"
para "I want you to have"
line "this. Don't worry"
cont "--take it!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x9999b:
text "That's SURF."
para "It's a move that"
line "lets #MON swim"
cont "across water."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x999d5:
text "I wish my #MON"
line "were as elegant as"
cont "the KIMONO GIRLS…"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x99a0a:
text "RHYDON: Gugooh"
line "gugogooh!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x99a24:
text "That man's always"
line "with his RHYDON."
para "Says he wants a"
line "#MON that can"
cont "SURF and dance."
para "Is he trying to"
line "make a synchro-"
cont "nized swimming"
cont "#MON?"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x99aaa:
text "The KIMONO GIRLS"
line "are so beautiful…"
para "But they have to"
line "go through rigor-"
cont "ous training."
para "And they have to"
line "learn to follow"
para "customs before ap-"
line "pearing in public."
para "But if you love"
line "something, any-"
cont "thing is possible."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x99b79:
text "It's a fancy panel"
line "that's decorated"
cont "with flowers."
done
2015-07-10 01:20:21 -07:00
DanceTheatre_MapEventHeader:
; filler
db 0, 0
; warps
db 2
warp_def $d, $5, 8, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
warp_def $d, $6, 8, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
; xy triggers
db 0
; signposts
db 2
signpost 6, 5, $1, MapDanceTheatreSignpost1Script
signpost 6, 6, $1, MapDanceTheatreSignpost1Script
; people-events
db 9
2013-07-12 14:06:11 -07:00
person_event SPRITE_KIMONO_GIRL, 6, 4, $1e, $0, 255, 255, $a2, 0, TrainerKimono_girlNaoko2, $ffff
person_event SPRITE_KIMONO_GIRL, 5, 6, $a, $0, 255, 255, $92, 0, TrainerKimono_girlSayo, $ffff
person_event SPRITE_KIMONO_GIRL, 6, 10, $3, $0, 255, 255, $82, 0, TrainerKimono_girlZuki, $ffff
person_event SPRITE_KIMONO_GIRL, 5, 13, $a, $0, 255, 255, $92, 0, TrainerKimono_girlKuni, $ffff
person_event SPRITE_KIMONO_GIRL, 6, 15, $1f, $0, 255, 255, $a2, 0, TrainerKimono_girlMiki, $ffff
person_event SPRITE_GENTLEMAN, 14, 11, $7, $0, 255, 255, $0, 0, GentlemanScript_0x994c6, $ffff
person_event SPRITE_RHYDON, 12, 10, $16, $0, 255, 255, $90, 0, RhydonScript_0x9951b, $ffff
person_event SPRITE_COOLTRAINER_M, 14, 14, $8, $0, 255, 255, $80, 0, CooltrainerMScript_0x99525, $ffff
person_event SPRITE_GRANNY, 10, 7, $7, $0, 255, 255, $0, 0, GrannyScript_0x99528, $ffff