GoldenrodFlowerShop.asm: Re-label UnknownText

This commit is contained in:
DeeDeeG 2019-04-27 20:55:53 -04:00
parent f0cd72140a
commit c6b19dfba2
1 changed files with 16 additions and 16 deletions

View File

@ -20,7 +20,7 @@ FlowerShopTeacherScript:
iffalse .NoPlainBadge iffalse .NoPlainBadge
faceplayer faceplayer
opentext opentext
writetext UnknownText_0x554c2 writetext GoldenrodFlowerShopTeacherHeresTheSquirtbottleText
buttonsound buttonsound
verbosegiveitem SQUIRTBOTTLE verbosegiveitem SQUIRTBOTTLE
setevent EVENT_GOT_SQUIRTBOTTLE setevent EVENT_GOT_SQUIRTBOTTLE
@ -32,19 +32,19 @@ FlowerShopTeacherScript:
.Lalala: .Lalala:
turnobject GOLDENRODFLOWERSHOP_TEACHER, LEFT turnobject GOLDENRODFLOWERSHOP_TEACHER, LEFT
opentext opentext
writetext UnknownText_0x5552e writetext GoldenrodFlowerShopTeacherLalalaHavePlentyOfWaterText
waitbutton waitbutton
closetext closetext
end end
.GotSquirtbottle: .GotSquirtbottle:
jumptextfaceplayer UnknownText_0x5550d jumptextfaceplayer GoldenrodFlowerShopTeacherDontDoAnythingDangerousText
.NoPlainBadge: .NoPlainBadge:
jumptextfaceplayer UnknownText_0x55463 jumptextfaceplayer GoldenrodFlowerShopTeacherAskWantToBorrowWaterBottleText
.HaventMetFloria: .HaventMetFloria:
jumptextfaceplayer UnknownText_0x553d4 jumptextfaceplayer GoldenrodFlowerShopTeacherMySisterWentToSeeWigglyTreeRoute36Text
FlowerShopFloriaScript: FlowerShopFloriaScript:
faceplayer faceplayer
@ -53,7 +53,7 @@ FlowerShopFloriaScript:
iftrue .FoughtSudowoodo iftrue .FoughtSudowoodo
checkevent EVENT_GOT_SQUIRTBOTTLE checkevent EVENT_GOT_SQUIRTBOTTLE
iftrue .GotSquirtbottle iftrue .GotSquirtbottle
writetext UnknownText_0x55561 writetext GoldenrodFlowerShopFloriaWonderIfSisWillLendWaterBottleText
waitbutton waitbutton
closetext closetext
setevent EVENT_TALKED_TO_FLORIA_AT_FLOWER_SHOP setevent EVENT_TALKED_TO_FLORIA_AT_FLOWER_SHOP
@ -62,13 +62,13 @@ FlowerShopFloriaScript:
end end
.GotSquirtbottle: .GotSquirtbottle:
writetext UnknownText_0x555e6 writetext GoldenrodFlowerShopFloriaYouBeatWhitneyText
waitbutton waitbutton
closetext closetext
end end
.FoughtSudowoodo: .FoughtSudowoodo:
writetext UnknownText_0x55604 writetext GoldenrodFlowerShopFloriaItReallyWasAMonText
waitbutton waitbutton
closetext closetext
end end
@ -85,7 +85,7 @@ FlowerShopRadio:
; unused ; unused
jumpstd radio2 jumpstd radio2
UnknownText_0x553d4: GoldenrodFlowerShopTeacherMySisterWentToSeeWigglyTreeRoute36Text:
text "Have you seen that" text "Have you seen that"
line "wiggly tree that's" line "wiggly tree that's"
@ -102,7 +102,7 @@ UnknownText_0x553d4:
line "it dangerous?" line "it dangerous?"
done done
UnknownText_0x55463: GoldenrodFlowerShopTeacherAskWantToBorrowWaterBottleText:
text "Do you want to" text "Do you want to"
line "borrow the water" line "borrow the water"
@ -113,7 +113,7 @@ UnknownText_0x55463:
line "dangerous with it." line "dangerous with it."
done done
UnknownText_0x554c2: GoldenrodFlowerShopTeacherHeresTheSquirtbottleText:
text "Oh, you're better" text "Oh, you're better"
line "than WHITNEY…" line "than WHITNEY…"
@ -122,18 +122,18 @@ UnknownText_0x554c2:
cont "SQUIRTBOTTLE!" cont "SQUIRTBOTTLE!"
done done
UnknownText_0x5550d: GoldenrodFlowerShopTeacherDontDoAnythingDangerousText:
text "Don't do anything" text "Don't do anything"
line "too dangerous!" line "too dangerous!"
done done
UnknownText_0x5552e: GoldenrodFlowerShopTeacherLalalaHavePlentyOfWaterText:
text "Lalala lalalala." text "Lalala lalalala."
line "Have plenty of" line "Have plenty of"
cont "water, my lovely!" cont "water, my lovely!"
done done
UnknownText_0x55561: GoldenrodFlowerShopFloriaWonderIfSisWillLendWaterBottleText:
text "When I told my sis" text "When I told my sis"
line "about the jiggly" line "about the jiggly"
@ -147,12 +147,12 @@ UnknownText_0x55561:
line "bottle…" line "bottle…"
done done
UnknownText_0x555e6: GoldenrodFlowerShopFloriaYouBeatWhitneyText:
text "Wow, you beat" text "Wow, you beat"
line "WHITNEY? Cool!" line "WHITNEY? Cool!"
done done
UnknownText_0x55604: GoldenrodFlowerShopFloriaItReallyWasAMonText:
text "So it really was a" text "So it really was a"
line "#MON!" line "#MON!"
done done