From 82aea0f71eba0b93dc3d19ad31e024fcbbff8c20 Mon Sep 17 00:00:00 2001 From: DeeDeeG Date: Sat, 27 Apr 2019 21:34:10 -0400 Subject: [PATCH] GoldenrodDeptStore5F.asm: Re-label UnknownText --- maps/GoldenrodDeptStore5F.asm | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/maps/GoldenrodDeptStore5F.asm b/maps/GoldenrodDeptStore5F.asm index 0c7ca9b1d..370286551 100644 --- a/maps/GoldenrodDeptStore5F.asm +++ b/maps/GoldenrodDeptStore5F.asm @@ -64,14 +64,14 @@ GoldenrodDeptStore5FReceptionistScript: checkflag ENGINE_GOLDENROD_DEPT_STORE_TM27_RETURN iftrue .EventIsOver special GetFirstPokemonHappiness - writetext UnknownText_0x56143 + writetext GoldenrodDeptStore5FReceptionistOhYourMonDotDotDotText buttonsound ifgreater 150 - 1, .VeryHappy ifgreater 50 - 1, .SomewhatHappy sjump .NotVeryHappy .VeryHappy: - writetext UnknownText_0x5615a + writetext GoldenrodDeptStore5FReceptionistThisMoveShouldBePerfectText buttonsound verbosegiveitem TM_RETURN iffalse .Done @@ -80,13 +80,13 @@ GoldenrodDeptStore5FReceptionistScript: end .SomewhatHappy: - writetext UnknownText_0x561a6 + writetext GoldenrodDeptStore5FReceptionistItsAdorableText waitbutton closetext end .NotVeryHappy: - writetext UnknownText_0x561d8 + writetext GoldenrodDeptStore5FReceptionistItLooksEvilHowAboutThisTMText buttonsound verbosegiveitem TM_FRUSTRATION iffalse .Done @@ -95,7 +95,7 @@ GoldenrodDeptStore5FReceptionistScript: end .EventIsOver: - writetext UnknownText_0x56202 + writetext GoldenrodDeptStore5FReceptionistThereAreTMsPerfectForMonText waitbutton .Done: closetext @@ -106,14 +106,14 @@ Carrie: opentext special GameboyCheck ifnotequal GBCHECK_CGB, .NotGBC ; This is a dummy check from Gold/Silver - writetext UnknownText_0x56241 + writetext GoldenrodDeptStore5FCarrieMysteryGiftExplanationText waitbutton closetext special UnlockMysteryGift end .NotGBC: - writetext UnknownText_0x56279 + writetext GoldenrodDeptStore5FCarrieMysteryGiftRequiresGBCText waitbutton closetext end @@ -138,12 +138,12 @@ GoldenrodDeptStore5FDirectory: GoldenrodDeptStore5FElevatorButton: jumpstd elevatorbutton -UnknownText_0x56143: +GoldenrodDeptStore5FReceptionistOhYourMonDotDotDotText: text "Hello. Oh, your" line "#MON…" done -UnknownText_0x5615a: +GoldenrodDeptStore5FReceptionistThisMoveShouldBePerfectText: text "It's very attached" line "to you." @@ -152,20 +152,20 @@ UnknownText_0x5615a: cont "pair like you." done -UnknownText_0x561a6: +GoldenrodDeptStore5FReceptionistItsAdorableText: text "It's adorable!" para "You should teach" line "it good TM moves." done -UnknownText_0x561d8: +GoldenrodDeptStore5FReceptionistItLooksEvilHowAboutThisTMText: text "It looks evil. How" line "about this TM for" cont "it?" done -UnknownText_0x56202: +GoldenrodDeptStore5FReceptionistThereAreTMsPerfectForMonText: text "There are sure to" line "be TMs that are" @@ -173,7 +173,7 @@ UnknownText_0x56202: line "your #MON." done -UnknownText_0x56241: +GoldenrodDeptStore5FCarrieMysteryGiftExplanationText: text "MYSTERY GIFT." para "With just a" @@ -181,7 +181,7 @@ UnknownText_0x56241: cont "get a gift." done -UnknownText_0x56279: +GoldenrodDeptStore5FCarrieMysteryGiftRequiresGBCText: text "The MYSTERY GIFT" line "option requires a" cont "Game Boy Color."