mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
GoldenrodDeptStore5F.asm: Re-label UnknownText
This commit is contained in:
parent
318d042e6c
commit
82aea0f71e
@ -64,14 +64,14 @@ GoldenrodDeptStore5FReceptionistScript:
|
|||||||
checkflag ENGINE_GOLDENROD_DEPT_STORE_TM27_RETURN
|
checkflag ENGINE_GOLDENROD_DEPT_STORE_TM27_RETURN
|
||||||
iftrue .EventIsOver
|
iftrue .EventIsOver
|
||||||
special GetFirstPokemonHappiness
|
special GetFirstPokemonHappiness
|
||||||
writetext UnknownText_0x56143
|
writetext GoldenrodDeptStore5FReceptionistOhYourMonDotDotDotText
|
||||||
buttonsound
|
buttonsound
|
||||||
ifgreater 150 - 1, .VeryHappy
|
ifgreater 150 - 1, .VeryHappy
|
||||||
ifgreater 50 - 1, .SomewhatHappy
|
ifgreater 50 - 1, .SomewhatHappy
|
||||||
sjump .NotVeryHappy
|
sjump .NotVeryHappy
|
||||||
|
|
||||||
.VeryHappy:
|
.VeryHappy:
|
||||||
writetext UnknownText_0x5615a
|
writetext GoldenrodDeptStore5FReceptionistThisMoveShouldBePerfectText
|
||||||
buttonsound
|
buttonsound
|
||||||
verbosegiveitem TM_RETURN
|
verbosegiveitem TM_RETURN
|
||||||
iffalse .Done
|
iffalse .Done
|
||||||
@ -80,13 +80,13 @@ GoldenrodDeptStore5FReceptionistScript:
|
|||||||
end
|
end
|
||||||
|
|
||||||
.SomewhatHappy:
|
.SomewhatHappy:
|
||||||
writetext UnknownText_0x561a6
|
writetext GoldenrodDeptStore5FReceptionistItsAdorableText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
.NotVeryHappy:
|
.NotVeryHappy:
|
||||||
writetext UnknownText_0x561d8
|
writetext GoldenrodDeptStore5FReceptionistItLooksEvilHowAboutThisTMText
|
||||||
buttonsound
|
buttonsound
|
||||||
verbosegiveitem TM_FRUSTRATION
|
verbosegiveitem TM_FRUSTRATION
|
||||||
iffalse .Done
|
iffalse .Done
|
||||||
@ -95,7 +95,7 @@ GoldenrodDeptStore5FReceptionistScript:
|
|||||||
end
|
end
|
||||||
|
|
||||||
.EventIsOver:
|
.EventIsOver:
|
||||||
writetext UnknownText_0x56202
|
writetext GoldenrodDeptStore5FReceptionistThereAreTMsPerfectForMonText
|
||||||
waitbutton
|
waitbutton
|
||||||
.Done:
|
.Done:
|
||||||
closetext
|
closetext
|
||||||
@ -106,14 +106,14 @@ Carrie:
|
|||||||
opentext
|
opentext
|
||||||
special GameboyCheck
|
special GameboyCheck
|
||||||
ifnotequal GBCHECK_CGB, .NotGBC ; This is a dummy check from Gold/Silver
|
ifnotequal GBCHECK_CGB, .NotGBC ; This is a dummy check from Gold/Silver
|
||||||
writetext UnknownText_0x56241
|
writetext GoldenrodDeptStore5FCarrieMysteryGiftExplanationText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
special UnlockMysteryGift
|
special UnlockMysteryGift
|
||||||
end
|
end
|
||||||
|
|
||||||
.NotGBC:
|
.NotGBC:
|
||||||
writetext UnknownText_0x56279
|
writetext GoldenrodDeptStore5FCarrieMysteryGiftRequiresGBCText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
@ -138,12 +138,12 @@ GoldenrodDeptStore5FDirectory:
|
|||||||
GoldenrodDeptStore5FElevatorButton:
|
GoldenrodDeptStore5FElevatorButton:
|
||||||
jumpstd elevatorbutton
|
jumpstd elevatorbutton
|
||||||
|
|
||||||
UnknownText_0x56143:
|
GoldenrodDeptStore5FReceptionistOhYourMonDotDotDotText:
|
||||||
text "Hello. Oh, your"
|
text "Hello. Oh, your"
|
||||||
line "#MON…"
|
line "#MON…"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x5615a:
|
GoldenrodDeptStore5FReceptionistThisMoveShouldBePerfectText:
|
||||||
text "It's very attached"
|
text "It's very attached"
|
||||||
line "to you."
|
line "to you."
|
||||||
|
|
||||||
@ -152,20 +152,20 @@ UnknownText_0x5615a:
|
|||||||
cont "pair like you."
|
cont "pair like you."
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x561a6:
|
GoldenrodDeptStore5FReceptionistItsAdorableText:
|
||||||
text "It's adorable!"
|
text "It's adorable!"
|
||||||
|
|
||||||
para "You should teach"
|
para "You should teach"
|
||||||
line "it good TM moves."
|
line "it good TM moves."
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x561d8:
|
GoldenrodDeptStore5FReceptionistItLooksEvilHowAboutThisTMText:
|
||||||
text "It looks evil. How"
|
text "It looks evil. How"
|
||||||
line "about this TM for"
|
line "about this TM for"
|
||||||
cont "it?"
|
cont "it?"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x56202:
|
GoldenrodDeptStore5FReceptionistThereAreTMsPerfectForMonText:
|
||||||
text "There are sure to"
|
text "There are sure to"
|
||||||
line "be TMs that are"
|
line "be TMs that are"
|
||||||
|
|
||||||
@ -173,7 +173,7 @@ UnknownText_0x56202:
|
|||||||
line "your #MON."
|
line "your #MON."
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x56241:
|
GoldenrodDeptStore5FCarrieMysteryGiftExplanationText:
|
||||||
text "MYSTERY GIFT."
|
text "MYSTERY GIFT."
|
||||||
|
|
||||||
para "With just a"
|
para "With just a"
|
||||||
@ -181,7 +181,7 @@ UnknownText_0x56241:
|
|||||||
cont "get a gift."
|
cont "get a gift."
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x56279:
|
GoldenrodDeptStore5FCarrieMysteryGiftRequiresGBCText:
|
||||||
text "The MYSTERY GIFT"
|
text "The MYSTERY GIFT"
|
||||||
line "option requires a"
|
line "option requires a"
|
||||||
cont "Game Boy Color."
|
cont "Game Boy Color."
|
||||||
|
Loading…
Reference in New Issue
Block a user