2019-04-21 14:42:25 -07:00
|
|
|
object_const_def ; object_event constants
|
2015-11-26 21:22:14 -08:00
|
|
|
const POKEMONFANCLUB_GENTLEMAN
|
|
|
|
const POKEMONFANCLUB_RECEPTIONIST
|
|
|
|
const POKEMONFANCLUB_FISHER
|
|
|
|
const POKEMONFANCLUB_TEACHER
|
|
|
|
const POKEMONFANCLUB_FAIRY
|
|
|
|
const POKEMONFANCLUB_ODDISH
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
PokemonFanClub_MapScripts:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; scene scripts
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; callbacks
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-25 17:39:54 -08:00
|
|
|
PokemonFanClubPresidentScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
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
|
2018-02-01 20:30:17 -08:00
|
|
|
iftrue .HeardSpeech
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT_BUT_BAG_WAS_FULL
|
2018-02-01 20:30:17 -08:00
|
|
|
iftrue .HeardSpeechButBagFull
|
2019-04-27 21:59:46 -07:00
|
|
|
writetext PokemonFanClubPresidentDidYouVisitToHearAboutMyMonText
|
2013-02-16 22:54:07 -08:00
|
|
|
yesorno
|
2018-02-01 20:30:17 -08:00
|
|
|
iffalse .NotListening
|
2019-04-27 21:59:46 -07:00
|
|
|
writetext PokemonFanClubPresidentRapidashText
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2018-02-01 20:30:17 -08:00
|
|
|
.HeardSpeechButBagFull:
|
2019-04-27 21:59:46 -07:00
|
|
|
writetext PokemonFanClubPresidentIWantYouToHaveThisText
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2015-11-04 17:20:14 -08:00
|
|
|
verbosegiveitem RARE_CANDY
|
2018-02-01 20:30:17 -08:00
|
|
|
iffalse .BagFull
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT
|
2019-04-27 21:59:46 -07:00
|
|
|
writetext PokemonFanClubPresidentItsARareCandyText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-01 20:30:17 -08:00
|
|
|
.HeardSpeech:
|
2019-04-27 21:59:46 -07:00
|
|
|
writetext PokemonFanClubPresidentMoreTalesToTellText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-01 20:30:17 -08:00
|
|
|
.NotListening:
|
2019-04-27 21:59:46 -07:00
|
|
|
writetext PokemonFanClubPresidentHowDisappointingText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2018-02-01 20:30:17 -08:00
|
|
|
.BagFull:
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
PokemonFanClubReceptionistScript:
|
|
|
|
jumptextfaceplayer PokemonFanClubReceptionistText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-25 17:39:54 -08:00
|
|
|
PokemonFanClubClefairyGuyScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
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
|
2018-02-01 20:30:17 -08:00
|
|
|
iftrue .GotLostItem
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_RETURNED_MACHINE_PART
|
2018-02-01 20:30:17 -08:00
|
|
|
iftrue .FoundClefairyDoll
|
2019-04-27 21:59:46 -07:00
|
|
|
writetext PokemonFanClubClefairyGuyClefairyIsSoAdorableText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-01 20:30:17 -08:00
|
|
|
.FoundClefairyDoll:
|
2019-04-27 21:59:46 -07:00
|
|
|
writetext PokemonFanClubClefairyGuyMakingDoWithADollIFoundText
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_MET_COPYCAT_FOUND_OUT_ABOUT_LOST_ITEM
|
2018-02-01 20:30:17 -08:00
|
|
|
iftrue .MetCopycat
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-01 20:30:17 -08:00
|
|
|
.MetCopycat:
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2019-04-27 21:59:46 -07:00
|
|
|
writetext PokemonFanClubClefairyGuyTakeThisDollBackToGirlText
|
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
|
2018-02-01 20:30:17 -08:00
|
|
|
iffalse .NoRoom
|
2015-11-26 21:22:14 -08:00
|
|
|
disappear POKEMONFANCLUB_FAIRY
|
2019-04-27 21:59:46 -07:00
|
|
|
writetext PokemonFanClubPlayerReceivedDollText
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_KEY_ITEM
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2013-02-16 22:54:07 -08:00
|
|
|
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
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-02-01 20:30:17 -08:00
|
|
|
.GotLostItem:
|
2019-04-27 21:59:46 -07:00
|
|
|
writetext PokemonFanClubClefairyGuyGoingToGetARealClefairyText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-01 20:30:17 -08:00
|
|
|
.NoRoom:
|
2019-04-27 21:59:46 -07:00
|
|
|
writetext PokemonFanClubClefairyGuyPackIsJammedFullText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
PokemonFanClubTeacherScript:
|
|
|
|
jumptextfaceplayer PokemonFanClubTeacherText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-25 17:39:54 -08:00
|
|
|
PokemonFanClubClefairyDollScript:
|
2016-04-07 03:13:59 -07:00
|
|
|
jumptext ClefairyDollText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-25 17:39:54 -08:00
|
|
|
PokemonFanClubBayleefScript:
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2016-04-07 03:13:59 -07:00
|
|
|
writetext FanClubBayleefText
|
2013-02-16 22:54:07 -08:00
|
|
|
cry BAYLEEF
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-27 16:33:38 -08:00
|
|
|
PokemonFanClubListenSign:
|
2018-02-01 20:30:17 -08:00
|
|
|
jumptext PokemonFanClubListenSignText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-27 16:33:38 -08:00
|
|
|
PokemonFanClubBraggingSign:
|
2018-02-01 20:30:17 -08:00
|
|
|
jumptext PokemonFanClubBraggingSignText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-04-27 21:59:46 -07:00
|
|
|
PokemonFanClubPresidentDidYouVisitToHearAboutMyMonText:
|
2014-03-05 21:29:44 -08:00
|
|
|
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
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-04-27 21:59:46 -07:00
|
|
|
PokemonFanClubPresidentRapidashText:
|
2014-03-05 21:29:44 -08:00
|
|
|
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
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-04-27 21:59:46 -07:00
|
|
|
PokemonFanClubPresidentIWantYouToHaveThisText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Thanks for hearing"
|
|
|
|
line "me out. I want you"
|
|
|
|
cont "to have this!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-04-27 21:59:46 -07:00
|
|
|
PokemonFanClubPresidentItsARareCandyText:
|
2014-03-05 21:29:44 -08:00
|
|
|
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
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-04-27 21:59:46 -07:00
|
|
|
PokemonFanClubPresidentMoreTalesToTellText:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "Hello, <PLAY_G>!"
|
2014-03-05 21:29:44 -08:00
|
|
|
|
|
|
|
para "Did you come see"
|
|
|
|
line "me about my #-"
|
|
|
|
cont "MON again?"
|
|
|
|
|
|
|
|
para "No? Oh… I had more"
|
|
|
|
line "tales to tell…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-04-27 21:59:46 -07:00
|
|
|
PokemonFanClubPresidentHowDisappointingText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "How disappointing…"
|
|
|
|
|
|
|
|
para "Come back if you"
|
|
|
|
line "want to listen."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
PokemonFanClubReceptionistText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Our CHAIRMAN is"
|
|
|
|
line "very vocal when it"
|
|
|
|
cont "comes to #MON…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-04-27 21:59:46 -07:00
|
|
|
PokemonFanClubClefairyGuyClefairyIsSoAdorableText:
|
2014-03-05 21:29:44 -08:00
|
|
|
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
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-04-27 21:59:46 -07:00
|
|
|
PokemonFanClubClefairyGuyMakingDoWithADollIFoundText:
|
2014-03-05 21:29:44 -08:00
|
|
|
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
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-04-27 21:59:46 -07:00
|
|
|
PokemonFanClubClefairyGuyTakeThisDollBackToGirlText:
|
2014-03-05 21:29:44 -08:00
|
|
|
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
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-04-27 21:59:46 -07:00
|
|
|
PokemonFanClubPlayerReceivedDollText:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER> received"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "# DOLL."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-04-27 21:59:46 -07:00
|
|
|
PokemonFanClubClefairyGuyGoingToGetARealClefairyText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You watch. I'm"
|
|
|
|
line "going to get a"
|
|
|
|
|
|
|
|
para "real CLEFAIRY as"
|
|
|
|
line "my friend."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-04-27 21:59:46 -07:00
|
|
|
PokemonFanClubClefairyGuyPackIsJammedFullText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Your PACK is"
|
|
|
|
line "jammed full."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
PokemonFanClubTeacherText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Look at my darling"
|
|
|
|
line "BAYLEEF!"
|
|
|
|
|
|
|
|
para "The leaf on its"
|
|
|
|
line "head is so cute!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-07 03:13:59 -07:00
|
|
|
ClefairyDollText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "It's a CLEFAIRY!"
|
|
|
|
line "Huh?"
|
|
|
|
|
|
|
|
para "Oh, right. It's a"
|
|
|
|
line "CLEFAIRY #"
|
|
|
|
cont "DOLL."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-07 03:13:59 -07:00
|
|
|
FanClubBayleefText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "BAYLEEF: Li liif!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-01 20:30:17 -08:00
|
|
|
PokemonFanClubListenSignText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Let's all listen"
|
|
|
|
line "politely to other"
|
|
|
|
cont "trainers."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-01 20:30:17 -08:00
|
|
|
PokemonFanClubBraggingSignText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "If someone brags,"
|
|
|
|
line "brag right back!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
PokemonFanClub_MapEvents:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0, 0 ; filler
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 2 ; warp events
|
2018-02-01 19:22:07 -08:00
|
|
|
warp_event 2, 7, VERMILION_CITY, 3
|
|
|
|
warp_event 3, 7, VERMILION_CITY, 3
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; coord events
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 2 ; bg events
|
2018-02-27 16:33:38 -08:00
|
|
|
bg_event 7, 0, BGEVENT_READ, PokemonFanClubListenSign
|
|
|
|
bg_event 9, 0, BGEVENT_READ, PokemonFanClubBraggingSign
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 6 ; object events
|
2018-02-25 17:39:54 -08:00
|
|
|
object_event 3, 1, SPRITE_GENTLEMAN, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, PokemonFanClubPresidentScript, -1
|
2018-02-01 19:22:07 -08:00
|
|
|
object_event 4, 1, SPRITE_RECEPTIONIST, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, PokemonFanClubReceptionistScript, -1
|
2018-02-25 17:39:54 -08:00
|
|
|
object_event 2, 3, SPRITE_FISHER, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, PokemonFanClubClefairyGuyScript, -1
|
2018-02-01 19:22:07 -08:00
|
|
|
object_event 7, 2, SPRITE_TEACHER, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, PokemonFanClubTeacherScript, -1
|
2018-02-25 17:39:54 -08:00
|
|
|
object_event 2, 4, SPRITE_FAIRY, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, PokemonFanClubClefairyDollScript, EVENT_VERMILION_FAN_CLUB_DOLL
|
|
|
|
object_event 7, 3, SPRITE_ODDISH, SPRITEMOVEDATA_POKEMON, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, PokemonFanClubBayleefScript, -1
|