pokecrystal-board/maps/BluesHouse.asm

162 lines
2.7 KiB
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
BluesHouse_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 01:45:35 -07:00
DaisyScript_0x19b0d0:
faceplayer
loadfont
checkcode VAR_HOUR
if_equal $f, UnknownScript_0x19b0de
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19b130
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x19b0de:
2015-07-10 05:08:03 -07:00
checkflag ENGINE_TEA_IN_BLUES_HOUSE
iftrue UnknownScript_0x19b11e
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19b1b6
yesorno
iffalse UnknownScript_0x19b124
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19b244
2015-11-25 07:16:29 -08:00
waitbutton
2015-10-12 09:33:24 -07:00
special Special_DaisyMassage
2015-07-10 05:08:03 -07:00
if_equal 0, UnknownScript_0x19b124
if_equal 1, UnknownScript_0x19b12a
setflag ENGINE_TEA_IN_BLUES_HOUSE
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19b266
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2015-11-20 08:47:52 -08:00
special RotatePalettesRightPalettes
playmusic MUSIC_HEAL
pause 60
2015-11-20 08:47:52 -08:00
special RotatePalettesLeftPalettes
special RestartMapMusic
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19b296
2015-11-16 19:29:54 -08:00
special PlayCurMonCry
keeptextopen
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19b2aa
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x19b11e:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19b2fa
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x19b124:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19b334
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x19b12a:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19b377
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownText_0x19b130:
text "DAISY: Hi! My kid"
line "brother is the GYM"
para "LEADER in VIRIDIAN"
line "CITY."
para "But he goes out"
line "of town so often,"
para "it causes problems"
line "for the trainers."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x19b1b6:
text "DAISY: Hi! Good"
line "timing. I'm about"
cont "to have some tea."
para "Would you like to"
line "join me?"
para "Oh, your #MON"
line "are a bit dirty."
para "Would you like me"
line "to groom one?"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x19b244:
text "DAISY: Which one"
line "should I groom?"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x19b266:
text "DAISY: OK, I'll"
line "get it looking"
cont "nice in no time."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x19b296:
2015-02-10 15:37:24 -08:00
text_from_ram StringBuffer3
text " looks"
line "content."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x19b2aa:
text "DAISY: There you"
line "go! All done."
para "See? Doesn't it"
line "look nice?"
para "It's such a cute"
line "#MON."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x19b2fa:
text "DAISY: I always"
line "have tea around"
para "this time. Come"
line "join me."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x19b334:
text "DAISY: You don't"
line "want to have one"
para "groomed? OK, we'll"
line "just have tea."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x19b377:
text "DAISY: Oh, sorry."
line "I honestly can't"
cont "groom an EGG."
done
2015-07-10 01:45:35 -07:00
BluesHouse_MapEventHeader:
; filler
db 0, 0
.Warps:
db 2
warp_def $7, $2, 2, PALLET_TOWN
warp_def $7, $3, 2, PALLET_TOWN
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 1
person_event SPRITE_DAISY, 3, 2, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, DaisyScript_0x19b0d0, -1