maps/PokemonFanClub.asm: Re-label UnknownText

This commit is contained in:
DeeDeeG 2019-04-28 00:59:46 -04:00
parent 51e6317164
commit 3d5467abc8

View File

@ -18,30 +18,30 @@ PokemonFanClubPresidentScript:
iftrue .HeardSpeech iftrue .HeardSpeech
checkevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT_BUT_BAG_WAS_FULL checkevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT_BUT_BAG_WAS_FULL
iftrue .HeardSpeechButBagFull iftrue .HeardSpeechButBagFull
writetext UnknownText_0x191881 writetext PokemonFanClubPresidentDidYouVisitToHearAboutMyMonText
yesorno yesorno
iffalse .NotListening iffalse .NotListening
writetext UnknownText_0x191911 writetext PokemonFanClubPresidentRapidashText
buttonsound buttonsound
.HeardSpeechButBagFull: .HeardSpeechButBagFull:
writetext UnknownText_0x191a3d writetext PokemonFanClubPresidentIWantYouToHaveThisText
buttonsound buttonsound
verbosegiveitem RARE_CANDY verbosegiveitem RARE_CANDY
iffalse .BagFull iffalse .BagFull
setevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT setevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT
writetext UnknownText_0x191a72 writetext PokemonFanClubPresidentItsARareCandyText
waitbutton waitbutton
closetext closetext
end end
.HeardSpeech: .HeardSpeech:
writetext UnknownText_0x191ae0 writetext PokemonFanClubPresidentMoreTalesToTellText
waitbutton waitbutton
closetext closetext
end end
.NotListening: .NotListening:
writetext UnknownText_0x191b38 writetext PokemonFanClubPresidentHowDisappointingText
waitbutton waitbutton
.BagFull: .BagFull:
closetext closetext
@ -57,13 +57,13 @@ PokemonFanClubClefairyGuyScript:
iftrue .GotLostItem iftrue .GotLostItem
checkevent EVENT_RETURNED_MACHINE_PART checkevent EVENT_RETURNED_MACHINE_PART
iftrue .FoundClefairyDoll iftrue .FoundClefairyDoll
writetext UnknownText_0x191ba0 writetext PokemonFanClubClefairyGuyClefairyIsSoAdorableText
waitbutton waitbutton
closetext closetext
end end
.FoundClefairyDoll: .FoundClefairyDoll:
writetext UnknownText_0x191bff writetext PokemonFanClubClefairyGuyMakingDoWithADollIFoundText
checkevent EVENT_MET_COPYCAT_FOUND_OUT_ABOUT_LOST_ITEM checkevent EVENT_MET_COPYCAT_FOUND_OUT_ABOUT_LOST_ITEM
iftrue .MetCopycat iftrue .MetCopycat
waitbutton waitbutton
@ -72,13 +72,13 @@ PokemonFanClubClefairyGuyScript:
.MetCopycat: .MetCopycat:
buttonsound buttonsound
writetext UnknownText_0x191c5a writetext PokemonFanClubClefairyGuyTakeThisDollBackToGirlText
buttonsound buttonsound
waitsfx waitsfx
giveitem LOST_ITEM giveitem LOST_ITEM
iffalse .NoRoom iffalse .NoRoom
disappear POKEMONFANCLUB_FAIRY disappear POKEMONFANCLUB_FAIRY
writetext UnknownText_0x191d0a writetext PokemonFanClubPlayerReceivedDollText
playsound SFX_KEY_ITEM playsound SFX_KEY_ITEM
waitsfx waitsfx
itemnotify itemnotify
@ -87,13 +87,13 @@ PokemonFanClubClefairyGuyScript:
end end
.GotLostItem: .GotLostItem:
writetext UnknownText_0x191d1e writetext PokemonFanClubClefairyGuyGoingToGetARealClefairyText
waitbutton waitbutton
closetext closetext
end end
.NoRoom: .NoRoom:
writetext UnknownText_0x191d58 writetext PokemonFanClubClefairyGuyPackIsJammedFullText
waitbutton waitbutton
closetext closetext
end end
@ -118,7 +118,7 @@ PokemonFanClubListenSign:
PokemonFanClubBraggingSign: PokemonFanClubBraggingSign:
jumptext PokemonFanClubBraggingSignText jumptext PokemonFanClubBraggingSignText
UnknownText_0x191881: PokemonFanClubPresidentDidYouVisitToHearAboutMyMonText:
text "I'm the CHAIRMAN" text "I'm the CHAIRMAN"
line "of the #MON FAN" line "of the #MON FAN"
cont "CLUB." cont "CLUB."
@ -135,7 +135,7 @@ UnknownText_0x191881:
cont "#MON?" cont "#MON?"
done done
UnknownText_0x191911: PokemonFanClubPresidentRapidashText:
text "Good!" text "Good!"
line "Then listen up!" line "Then listen up!"
@ -161,13 +161,13 @@ UnknownText_0x191911:
cont "you too long!" cont "you too long!"
done done
UnknownText_0x191a3d: PokemonFanClubPresidentIWantYouToHaveThisText:
text "Thanks for hearing" text "Thanks for hearing"
line "me out. I want you" line "me out. I want you"
cont "to have this!" cont "to have this!"
done done
UnknownText_0x191a72: PokemonFanClubPresidentItsARareCandyText:
text "It's a RARE CANDY" text "It's a RARE CANDY"
line "that makes #MON" line "that makes #MON"
cont "stronger." cont "stronger."
@ -179,7 +179,7 @@ UnknownText_0x191a72:
line "you can have it." line "you can have it."
done done
UnknownText_0x191ae0: PokemonFanClubPresidentMoreTalesToTellText:
text "Hello, <PLAY_G>!" text "Hello, <PLAY_G>!"
para "Did you come see" para "Did you come see"
@ -190,7 +190,7 @@ UnknownText_0x191ae0:
line "tales to tell…" line "tales to tell…"
done done
UnknownText_0x191b38: PokemonFanClubPresidentHowDisappointingText:
text "How disappointing…" text "How disappointing…"
para "Come back if you" para "Come back if you"
@ -203,7 +203,7 @@ PokemonFanClubReceptionistText:
cont "comes to #MON…" cont "comes to #MON…"
done done
UnknownText_0x191ba0: PokemonFanClubClefairyGuyClefairyIsSoAdorableText:
text "I love the way" text "I love the way"
line "CLEFAIRY waggles" line "CLEFAIRY waggles"
@ -214,7 +214,7 @@ UnknownText_0x191ba0:
line "It's so adorable!" line "It's so adorable!"
done done
UnknownText_0x191bff: PokemonFanClubClefairyGuyMakingDoWithADollIFoundText:
text "I love CLEFAIRY," text "I love CLEFAIRY,"
line "but I could never" line "but I could never"
@ -225,7 +225,7 @@ UnknownText_0x191bff:
line "found." line "found."
done done
UnknownText_0x191c5a: PokemonFanClubClefairyGuyTakeThisDollBackToGirlText:
text "Oh, I see now. The" text "Oh, I see now. The"
line "girl who lost this" line "girl who lost this"
@ -244,12 +244,12 @@ UnknownText_0x191c5a:
line "No worries!" line "No worries!"
done done
UnknownText_0x191d0a: PokemonFanClubPlayerReceivedDollText:
text "<PLAYER> received" text "<PLAYER> received"
line "# DOLL." line "# DOLL."
done done
UnknownText_0x191d1e: PokemonFanClubClefairyGuyGoingToGetARealClefairyText:
text "You watch. I'm" text "You watch. I'm"
line "going to get a" line "going to get a"
@ -257,7 +257,7 @@ UnknownText_0x191d1e:
line "my friend." line "my friend."
done done
UnknownText_0x191d58: PokemonFanClubClefairyGuyPackIsJammedFullText:
text "Your PACK is" text "Your PACK is"
line "jammed full." line "jammed full."
done done