pokecrystal-board/maps/PokemonFanClub.asm

324 lines
6.3 KiB
NASM
Raw Normal View History

2015-11-26 21:22:14 -08:00
const_value set 2
const POKEMONFANCLUB_GENTLEMAN
const POKEMONFANCLUB_RECEPTIONIST
const POKEMONFANCLUB_FISHER
const POKEMONFANCLUB_TEACHER
const POKEMONFANCLUB_FAIRY
const POKEMONFANCLUB_ODDISH
2015-07-10 01:45:35 -07:00
PokemonFanClub_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 01:45:35 -07:00
GentlemanScript_0x1917e9:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
2013-09-24 00:48:58 -07:00
checkevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT
iftrue UnknownScript_0x191815
2013-09-24 00:48:58 -07:00
checkevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT_BUT_BAG_WAS_FULL
iftrue UnknownScript_0x191802
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x191881
yesorno
iffalse UnknownScript_0x19181b
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x191911
2015-11-29 19:29:45 -08:00
buttonsound
2015-07-10 01:45:35 -07:00
UnknownScript_0x191802:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x191a3d
2015-11-29 19:29:45 -08:00
buttonsound
2015-11-04 17:20:14 -08:00
verbosegiveitem RARE_CANDY
iffalse UnknownScript_0x19181f
2013-09-24 00:48:58 -07:00
setevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x191a72
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x191815:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x191ae0
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x19181b:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x191b38
2015-11-25 07:16:29 -08:00
waitbutton
2015-07-10 01:45:35 -07:00
UnknownScript_0x19181f:
2015-11-25 07:16:29 -08:00
closetext
end
2015-07-10 01:45:35 -07:00
ReceptionistScript_0x191821:
jumptextfaceplayer UnknownText_0x191b6d
2015-07-10 01:45:35 -07:00
FisherScript_0x191824:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_LOST_ITEM_FROM_FAN_CLUB
iftrue UnknownScript_0x19185f
2013-09-24 00:48:58 -07:00
checkevent EVENT_RETURNED_MACHINE_PART
iftrue UnknownScript_0x191838
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x191ba0
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x191838:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x191bff
2013-09-24 00:48:58 -07:00
checkevent EVENT_MET_COPYCAT_FOUND_OUT_ABOUT_LOST_ITEM
iftrue UnknownScript_0x191844
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x191844:
2015-11-29 19:29:45 -08:00
buttonsound
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x191c5a
2015-11-29 19:29:45 -08:00
buttonsound
2015-11-25 07:16:29 -08:00
waitsfx
2015-11-04 17:20:14 -08:00
giveitem LOST_ITEM
iffalse UnknownScript_0x191865
2015-11-26 21:22:14 -08:00
disappear POKEMONFANCLUB_FAIRY
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x191d0a
playsound SFX_KEY_ITEM
2015-11-25 07:16:29 -08:00
waitsfx
itemnotify
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_LOST_ITEM_FROM_FAN_CLUB
2015-11-25 07:16:29 -08:00
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x19185f:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x191d1e
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x191865:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x191d58
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
TeacherScript_0x19186b:
jumptextfaceplayer UnknownText_0x191d73
2016-04-07 03:13:59 -07:00
ClefairyDoll:
jumptext ClefairyDollText
2016-04-07 03:13:59 -07:00
FanClubBayleef:
2015-12-09 15:25:44 -08:00
opentext
2016-04-07 03:13:59 -07:00
writetext FanClubBayleefText
cry BAYLEEF
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
MapPokemonFanClubSignpost0Script:
jumptext UnknownText_0x191dfc
2015-07-10 01:45:35 -07:00
MapPokemonFanClubSignpost1Script:
jumptext UnknownText_0x191e29
2015-07-10 01:45:35 -07:00
UnknownText_0x191881:
text "I'm the CHAIRMAN"
line "of the #MON FAN"
cont "CLUB."
para "I've raised over"
line "150 #MON."
para "I'm very fussy"
line "when it comes to"
cont "#MON."
para "Did you visit just"
line "to hear about my"
cont "#MON?"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x191911:
text "Good!"
line "Then listen up!"
para "So… my favorite"
line "RAPIDASH…"
para "It… cute… lovely…"
line "smart… unbearably…"
cont "plus… amazing… oh…"
cont "you think so?…"
cont "Too much… wild…"
cont "beautiful… kindly…"
cont "love it!"
para "Hug it… when…"
line "sleeping… warm and"
cont "cuddly… Oh, and…"
cont "spectacular…"
cont "ravishing… simply"
cont "divine…"
cont "Oops! Look at the"
cont "time! I've kept"
cont "you too long!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x191a3d:
text "Thanks for hearing"
line "me out. I want you"
cont "to have this!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x191a72:
text "It's a RARE CANDY"
line "that makes #MON"
cont "stronger."
para "I prefer making my"
line "#MON stronger"
para "by battling, so"
line "you can have it."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x191ae0:
text "Hello, <PLAY_G>!"
para "Did you come see"
line "me about my #-"
cont "MON again?"
para "No? Oh… I had more"
line "tales to tell…"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x191b38:
text "How disappointing…"
para "Come back if you"
line "want to listen."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x191b6d:
text "Our CHAIRMAN is"
line "very vocal when it"
cont "comes to #MON…"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x191ba0:
text "I love the way"
line "CLEFAIRY waggles"
para "its finger when"
line "it's trying to use"
para "METRONOME."
line "It's so adorable!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x191bff:
text "I love CLEFAIRY,"
line "but I could never"
para "catch one. So I'm"
line "making do with a"
para "# DOLL that I"
line "found."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x191c5a:
text "Oh, I see now. The"
line "girl who lost this"
para "# DOLL is sad…"
para "OK. Could you take"
line "this # DOLL"
para "back to that poor"
line "little girl?"
para "I'll befriend a"
line "real CLEFAIRY on"
para "my own one day."
line "No worries!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x191d0a:
text "<PLAYER> received"
line "# DOLL."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x191d1e:
text "You watch. I'm"
line "going to get a"
para "real CLEFAIRY as"
line "my friend."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x191d58:
text "Your PACK is"
line "jammed full."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x191d73:
text "Look at my darling"
line "BAYLEEF!"
para "The leaf on its"
line "head is so cute!"
done
2016-04-07 03:13:59 -07:00
ClefairyDollText:
text "It's a CLEFAIRY!"
line "Huh?"
para "Oh, right. It's a"
line "CLEFAIRY #"
cont "DOLL."
done
2016-04-07 03:13:59 -07:00
FanClubBayleefText:
text "BAYLEEF: Li liif!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x191dfc:
text "Let's all listen"
line "politely to other"
cont "trainers."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x191e29:
text "If someone brags,"
line "brag right back!"
done
2015-07-10 01:45:35 -07:00
PokemonFanClub_MapEventHeader:
; filler
db 0, 0
.Warps:
db 2
warp_def $7, $2, 3, VERMILION_CITY
warp_def $7, $3, 3, VERMILION_CITY
.XYTriggers:
db 0
.Signposts:
db 2
signpost 0, 7, SIGNPOST_READ, MapPokemonFanClubSignpost0Script
signpost 0, 9, SIGNPOST_READ, MapPokemonFanClubSignpost1Script
.PersonEvents:
db 6
person_event SPRITE_GENTLEMAN, 1, 3, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, GentlemanScript_0x1917e9, -1
2017-12-10 17:50:08 -08:00
person_event SPRITE_RECEPTIONIST, 1, 4, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, ReceptionistScript_0x191821, -1
person_event SPRITE_FISHER, 3, 2, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, FisherScript_0x191824, -1
person_event SPRITE_TEACHER, 2, 7, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, TeacherScript_0x19186b, -1
2016-04-07 03:13:59 -07:00
person_event SPRITE_FAIRY, 4, 2, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, ClefairyDoll, EVENT_VERMILION_FAN_CLUB_DOLL
2017-12-10 17:50:08 -08:00
person_event SPRITE_ODDISH, 3, 7, SPRITEMOVEDATA_POKEMON, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, FanClubBayleef, -1