shithub: pokecrystal

Download patch

ref: 1aa569b32920d53528d20e07957bad0806158279
parent: 5d9cbfec53532ba07e5eb5ff3030229c27ff34e8
author: igidrau <[email protected]>
date: Thu Jul 12 18:32:11 EDT 2018

Changed some label according to Rangi's comment

I changed things from GitHub, so I hope this still works

--- a/maps/PlayersHouse1F.asm
+++ b/maps/PlayersHouse1F.asm
@@ -44,11 +44,11 @@
 	setscene SCENE_FINISHED
 	setevent EVENT_PLAYERS_HOUSE_MOM_1
 	clearevent EVENT_PLAYERS_HOUSE_MOM_2
-	writetext Text_Pokegear
+	writetext Text_MomGivePokegear
 	buttonsound
 	special SetDayOfWeek
 .SetDayOfWeek:
-	writetext Text_DST
+	writetext Text_IsItDSTNow
 	yesorno
 	iffalse .WrongDay
 	special InitialSetDSTFlag
@@ -67,17 +67,17 @@
 	jump .KnowPhone
 
 .KnowPhone:
-	writetext Text_KnowTheInstructions
+	writetext Text_KnowThePhoneInstructions
 	buttonsound
 	jump .FinishPhone
 
 .ExplainPhone:
-	writetext Text_DontKnowTheInstructions
+	writetext Text_DontKnowThePhoneInstructions
 	buttonsound
 	jump .FinishPhone
 
 .FinishPhone:
-	writetext Text_InstructionsNext
+	writetext Text_PhoneInstructionsNext
 	waitbutton
 	closetext
 	checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
@@ -230,7 +230,7 @@
 	para "Here you go!"
 	done
 
-Text_Pokegear:
+Text_MomGivePokegear:
 	text "#MON GEAR, or"
 	line "just #GEAR."
 
@@ -245,7 +245,7 @@
 	line "that!"
 	done
 
-Text_DST:
+Text_IsItDSTNow:
 	text "Is it Daylight"
 	line "Saving Time now?"
 	done
@@ -262,7 +262,7 @@
 	cont "the PHONE?"
 	done
 
-Text_KnowTheInstructions:
+Text_KnowThePhoneInstructions:
 	text "Don't you just"
 	line "turn the #GEAR"
 
@@ -270,7 +270,7 @@
 	line "PHONE icon?"
 	done
 
-Text_DontKnowTheInstructions:
+Text_DontKnowThePhoneInstructions:
 	text "I'll read the"
 	line "instructions."
 
@@ -279,7 +279,7 @@
 	cont "PHONE icon."
 	done
 
-Text_InstructionsNext:
+Text_PhoneInstructionsNext:
 	text "Phone numbers are"
 	line "stored in memory."