shithub: pokecrystal

Download patch

ref: 82aea0f71eba0b93dc3d19ad31e024fcbbff8c20
parent: 318d042e6c8830f642670115cc0f94dd91344245
author: DeeDeeG <DeeDeeG@users.noreply.github.com>
date: Sat Apr 27 17:34:10 EDT 2019

GoldenrodDeptStore5F.asm: Re-label UnknownText

--- a/maps/GoldenrodDeptStore5F.asm
+++ b/maps/GoldenrodDeptStore5F.asm
@@ -64,7 +64,7 @@
 	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
@@ -71,7 +71,7 @@
 	sjump .NotVeryHappy
 
 .VeryHappy:
-	writetext UnknownText_0x5615a
+	writetext GoldenrodDeptStore5FReceptionistThisMoveShouldBePerfectText
 	buttonsound
 	verbosegiveitem TM_RETURN
 	iffalse .Done
@@ -80,13 +80,13 @@
 	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 @@
 	end
 
 .EventIsOver:
-	writetext UnknownText_0x56202
+	writetext GoldenrodDeptStore5FReceptionistThereAreTMsPerfectForMonText
 	waitbutton
 .Done:
 	closetext
@@ -106,7 +106,7 @@
 	opentext
 	special GameboyCheck
 	ifnotequal GBCHECK_CGB, .NotGBC ; This is a dummy check from Gold/Silver
-	writetext UnknownText_0x56241
+	writetext GoldenrodDeptStore5FCarrieMysteryGiftExplanationText
 	waitbutton
 	closetext
 	special UnlockMysteryGift
@@ -113,7 +113,7 @@
 	end
 
 .NotGBC:
-	writetext UnknownText_0x56279
+	writetext GoldenrodDeptStore5FCarrieMysteryGiftRequiresGBCText
 	waitbutton
 	closetext
 	end
@@ -138,12 +138,12 @@
 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,7 +152,7 @@
 	cont "pair like you."
 	done
 
-UnknownText_0x561a6:
+GoldenrodDeptStore5FReceptionistItsAdorableText:
 	text "It's adorable!"
 
 	para "You should teach"
@@ -159,13 +159,13 @@
 	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 @@
 	line "your #MON."
 	done
 
-UnknownText_0x56241:
+GoldenrodDeptStore5FCarrieMysteryGiftExplanationText:
 	text "MYSTERY GIFT."
 
 	para "With just a"
@@ -181,7 +181,7 @@
 	cont "get a gift."
 	done
 
-UnknownText_0x56279:
+GoldenrodDeptStore5FCarrieMysteryGiftRequiresGBCText:
 	text "The MYSTERY GIFT"
 	line "option requires a"
 	cont "Game Boy Color."