mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
GoldenrodUnderground.asm: Re-label UnknownText
This commit is contained in:
parent
8758550960
commit
a22d70f599
@ -194,12 +194,12 @@ OlderHaircutBrotherScript:
|
|||||||
checkflag ENGINE_GOLDENROD_UNDERGROUND_GOT_HAIRCUT
|
checkflag ENGINE_GOLDENROD_UNDERGROUND_GOT_HAIRCUT
|
||||||
iftrue .AlreadyGotHaircut
|
iftrue .AlreadyGotHaircut
|
||||||
special PlaceMoneyTopRight
|
special PlaceMoneyTopRight
|
||||||
writetext UnknownText_0x7c5f9
|
writetext GoldenrodUndergroundOlderHaircutBrotherOfferHaircutText
|
||||||
yesorno
|
yesorno
|
||||||
iffalse .Refused
|
iffalse .Refused
|
||||||
checkmoney YOUR_MONEY, GOLDENRODUNDERGROUND_OLDER_HAIRCUT_PRICE
|
checkmoney YOUR_MONEY, GOLDENRODUNDERGROUND_OLDER_HAIRCUT_PRICE
|
||||||
ifequal HAVE_LESS, .NotEnoughMoney
|
ifequal HAVE_LESS, .NotEnoughMoney
|
||||||
writetext UnknownText_0x7c69a
|
writetext GoldenrodUndergroundOlderHaircutBrotherAskWhichMonText
|
||||||
buttonsound
|
buttonsound
|
||||||
special YoungerHaircutBrother
|
special YoungerHaircutBrother
|
||||||
ifequal $0, .Refused
|
ifequal $0, .Refused
|
||||||
@ -230,7 +230,7 @@ OlderHaircutBrotherScript:
|
|||||||
.then
|
.then
|
||||||
takemoney YOUR_MONEY, GOLDENRODUNDERGROUND_OLDER_HAIRCUT_PRICE
|
takemoney YOUR_MONEY, GOLDENRODUNDERGROUND_OLDER_HAIRCUT_PRICE
|
||||||
special PlaceMoneyTopRight
|
special PlaceMoneyTopRight
|
||||||
writetext UnknownText_0x7c6b8
|
writetext GoldenrodUndergroundOlderHaircutBrotherWatchItBecomeBeautifulText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
special FadeOutPalettes
|
special FadeOutPalettes
|
||||||
@ -239,7 +239,7 @@ OlderHaircutBrotherScript:
|
|||||||
special FadeInPalettes
|
special FadeInPalettes
|
||||||
special RestartMapMusic
|
special RestartMapMusic
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x7c6d8
|
writetext GoldenrodUndergroundOlderHaircutBrotherAllDoneText
|
||||||
waitbutton
|
waitbutton
|
||||||
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iftrue EitherHaircutBrotherScript_SlightlyHappier
|
iftrue EitherHaircutBrotherScript_SlightlyHappier
|
||||||
@ -248,19 +248,19 @@ OlderHaircutBrotherScript:
|
|||||||
sjump EitherHaircutBrotherScript_MuchHappier
|
sjump EitherHaircutBrotherScript_MuchHappier
|
||||||
|
|
||||||
.Refused:
|
.Refused:
|
||||||
writetext UnknownText_0x7c6ea
|
writetext GoldenrodUndergroundOlderHaircutBrotherThatsAShameText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
.NotEnoughMoney:
|
.NotEnoughMoney:
|
||||||
writetext UnknownText_0x7c709
|
writetext GoldenrodUndergroundOlderHaircutBrotherYoullNeedMoreMoneyText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
.AlreadyGotHaircut:
|
.AlreadyGotHaircut:
|
||||||
writetext UnknownText_0x7c72b
|
writetext GoldenrodUndergroundOlderHaircutBrotherOneHaircutADayText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
@ -277,12 +277,12 @@ YoungerHaircutBrotherScript:
|
|||||||
checkflag ENGINE_GOLDENROD_UNDERGROUND_GOT_HAIRCUT
|
checkflag ENGINE_GOLDENROD_UNDERGROUND_GOT_HAIRCUT
|
||||||
iftrue .AlreadyGotHaircut
|
iftrue .AlreadyGotHaircut
|
||||||
special PlaceMoneyTopRight
|
special PlaceMoneyTopRight
|
||||||
writetext UnknownText_0x7c75c
|
writetext GoldenrodUndergroundYoungerHaircutBrotherOfferHaircutText
|
||||||
yesorno
|
yesorno
|
||||||
iffalse .Refused
|
iffalse .Refused
|
||||||
checkmoney YOUR_MONEY, GOLDENRODUNDERGROUND_YOUNGER_HAIRCUT_PRICE
|
checkmoney YOUR_MONEY, GOLDENRODUNDERGROUND_YOUNGER_HAIRCUT_PRICE
|
||||||
ifequal HAVE_LESS, .NotEnoughMoney
|
ifequal HAVE_LESS, .NotEnoughMoney
|
||||||
writetext UnknownText_0x7c7f1
|
writetext GoldenrodUndergroundYoungerHaircutBrotherAskWhichMonText
|
||||||
buttonsound
|
buttonsound
|
||||||
special OlderHaircutBrother
|
special OlderHaircutBrother
|
||||||
ifequal $0, .Refused
|
ifequal $0, .Refused
|
||||||
@ -313,7 +313,7 @@ YoungerHaircutBrotherScript:
|
|||||||
.then
|
.then
|
||||||
takemoney YOUR_MONEY, GOLDENRODUNDERGROUND_YOUNGER_HAIRCUT_PRICE
|
takemoney YOUR_MONEY, GOLDENRODUNDERGROUND_YOUNGER_HAIRCUT_PRICE
|
||||||
special PlaceMoneyTopRight
|
special PlaceMoneyTopRight
|
||||||
writetext UnknownText_0x7c80e
|
writetext GoldenrodUndergroundYoungerHaircutBrotherIllMakeItLookCoolText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
special FadeOutPalettes
|
special FadeOutPalettes
|
||||||
@ -322,7 +322,7 @@ YoungerHaircutBrotherScript:
|
|||||||
special FadeInPalettes
|
special FadeInPalettes
|
||||||
special RestartMapMusic
|
special RestartMapMusic
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x7c82a
|
writetext GoldenrodUndergroundYoungerHaircutBrotherAllDoneText
|
||||||
waitbutton
|
waitbutton
|
||||||
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iftrue EitherHaircutBrotherScript_SlightlyHappier
|
iftrue EitherHaircutBrotherScript_SlightlyHappier
|
||||||
@ -331,19 +331,19 @@ YoungerHaircutBrotherScript:
|
|||||||
sjump EitherHaircutBrotherScript_MuchHappier
|
sjump EitherHaircutBrotherScript_MuchHappier
|
||||||
|
|
||||||
.Refused:
|
.Refused:
|
||||||
writetext UnknownText_0x7c842
|
writetext GoldenrodUndergroundYoungerHaircutBrotherHowDisappointingText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
.NotEnoughMoney:
|
.NotEnoughMoney:
|
||||||
writetext UnknownText_0x7c85b
|
writetext GoldenrodUndergroundYoungerHaircutBrotherShortOnFundsText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
.AlreadyGotHaircut:
|
.AlreadyGotHaircut:
|
||||||
writetext UnknownText_0x7c87b
|
writetext GoldenrodUndergroundYoungerHaircutBrotherOneHaircutADayText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
@ -375,14 +375,14 @@ BasementDoorScript::
|
|||||||
iftrue .Open
|
iftrue .Open
|
||||||
checkitem BASEMENT_KEY
|
checkitem BASEMENT_KEY
|
||||||
iftrue .Unlock
|
iftrue .Unlock
|
||||||
writetext UnknownText_0x7c5b0
|
writetext GoldenrodUndergroundTheDoorsLockedText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
.Unlock:
|
.Unlock:
|
||||||
playsound SFX_TRANSACTION
|
playsound SFX_TRANSACTION
|
||||||
writetext UnknownText_0x7c5d6
|
writetext GoldenrodUndergroundBasementKeyOpenedDoorText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
changeblock 18, 6, $2e ; unlocked door
|
changeblock 18, 6, $2e ; unlocked door
|
||||||
@ -392,13 +392,13 @@ BasementDoorScript::
|
|||||||
end
|
end
|
||||||
|
|
||||||
.Open:
|
.Open:
|
||||||
writetext UnknownText_0x7c5c3
|
writetext GoldenrodUndergroundTheDoorIsOpenText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
GoldenrodUndergroundScript_ShopClosed:
|
GoldenrodUndergroundScript_ShopClosed:
|
||||||
writetext UnknownText_0x7c904
|
writetext GoldenrodUndergroundWeAreNotOpenTodayText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
@ -509,20 +509,20 @@ PokemaniacDonaldAfterBattleText:
|
|||||||
cont "#MON."
|
cont "#MON."
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7c5b0:
|
GoldenrodUndergroundTheDoorsLockedText:
|
||||||
text "The door's locked…"
|
text "The door's locked…"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7c5c3:
|
GoldenrodUndergroundTheDoorIsOpenText:
|
||||||
text "The door is open."
|
text "The door is open."
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7c5d6:
|
GoldenrodUndergroundBasementKeyOpenedDoorText:
|
||||||
text "The BASEMENT KEY"
|
text "The BASEMENT KEY"
|
||||||
line "opened the door."
|
line "opened the door."
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7c5f9:
|
GoldenrodUndergroundOlderHaircutBrotherOfferHaircutText:
|
||||||
text "Welcome!"
|
text "Welcome!"
|
||||||
|
|
||||||
para "I run the #MON"
|
para "I run the #MON"
|
||||||
@ -540,37 +540,37 @@ UnknownText_0x7c5f9:
|
|||||||
line "to do that?"
|
line "to do that?"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7c69a:
|
GoldenrodUndergroundOlderHaircutBrotherAskWhichMonText:
|
||||||
text "Which #MON"
|
text "Which #MON"
|
||||||
line "should I work on?"
|
line "should I work on?"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7c6b8:
|
GoldenrodUndergroundOlderHaircutBrotherWatchItBecomeBeautifulText:
|
||||||
text "OK! Watch it"
|
text "OK! Watch it"
|
||||||
line "become beautiful!"
|
line "become beautiful!"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7c6d8:
|
GoldenrodUndergroundOlderHaircutBrotherAllDoneText:
|
||||||
text "There! All done!"
|
text "There! All done!"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7c6ea:
|
GoldenrodUndergroundOlderHaircutBrotherThatsAShameText:
|
||||||
text "Is that right?"
|
text "Is that right?"
|
||||||
line "That's a shame!"
|
line "That's a shame!"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7c709:
|
GoldenrodUndergroundOlderHaircutBrotherYoullNeedMoreMoneyText:
|
||||||
text "You'll need more"
|
text "You'll need more"
|
||||||
line "money than that."
|
line "money than that."
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7c72b:
|
GoldenrodUndergroundOlderHaircutBrotherOneHaircutADayText:
|
||||||
text "I do only one"
|
text "I do only one"
|
||||||
line "haircut a day. I'm"
|
line "haircut a day. I'm"
|
||||||
cont "done for today."
|
cont "done for today."
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7c75c:
|
GoldenrodUndergroundYoungerHaircutBrotherOfferHaircutText:
|
||||||
text "Welcome to the"
|
text "Welcome to the"
|
||||||
line "#MON SALON!"
|
line "#MON SALON!"
|
||||||
|
|
||||||
@ -586,32 +586,32 @@ UnknownText_0x7c75c:
|
|||||||
para "So? How about it?"
|
para "So? How about it?"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7c7f1:
|
GoldenrodUndergroundYoungerHaircutBrotherAskWhichMonText:
|
||||||
text "OK, which #MON"
|
text "OK, which #MON"
|
||||||
line "should I do?"
|
line "should I do?"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7c80e:
|
GoldenrodUndergroundYoungerHaircutBrotherIllMakeItLookCoolText:
|
||||||
text "OK! I'll make it"
|
text "OK! I'll make it"
|
||||||
line "look cool!"
|
line "look cool!"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7c82a:
|
GoldenrodUndergroundYoungerHaircutBrotherAllDoneText:
|
||||||
text "There we go!"
|
text "There we go!"
|
||||||
line "All done!"
|
line "All done!"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7c842:
|
GoldenrodUndergroundYoungerHaircutBrotherHowDisappointingText:
|
||||||
text "No? "
|
text "No? "
|
||||||
line "How disappointing!"
|
line "How disappointing!"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7c85b:
|
GoldenrodUndergroundYoungerHaircutBrotherShortOnFundsText:
|
||||||
text "You're a little"
|
text "You're a little"
|
||||||
line "short on funds."
|
line "short on funds."
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7c87b:
|
GoldenrodUndergroundYoungerHaircutBrotherOneHaircutADayText:
|
||||||
text "I can do only one"
|
text "I can do only one"
|
||||||
line "haircut a day."
|
line "haircut a day."
|
||||||
|
|
||||||
@ -637,7 +637,7 @@ HaircutBrosText_MuchHappier:
|
|||||||
line "delighted!"
|
line "delighted!"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7c904:
|
GoldenrodUndergroundWeAreNotOpenTodayText:
|
||||||
text "We're not open"
|
text "We're not open"
|
||||||
line "today."
|
line "today."
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user