shithub: pokecrystal

Download patch

ref: fb2ac9e210be5ed47377c8a6a72e533edd64c1fa
parent: 2b40a1fb9c80b6667db1f63643a342c09f610979
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Thu Mar 1 12:33:43 EST 2018

Remaining map labels: UnknownText and MovementData

--- a/maps/BattleTower1F.asm
+++ b/maps/BattleTower1F.asm
@@ -63,7 +63,7 @@
 	ifnotequal $0, Script_Menu_ChallengeExplanationCancel
 	jump Script_BattleTowerIntroductionYesNo
 
-Script_Menu_ChallengeExplanationCancel: ; 0x9e3fc
+Script_Menu_ChallengeExplanationCancel:
 	writetext Text_WantToGoIntoABattleRoom
 	writebyte TRUE
 	special Menu_ChallengeExplanationCancel
@@ -71,7 +71,7 @@
 	ifequal 2, Script_BattleTowerExplanation
 	jump Script_BattleTowerHopeToServeYouAgain
 
-Script_ChooseChallenge: ; 0x9e40f
+Script_ChooseChallenge:
 	writebyte BATTLETOWERACTION_RESETDATA ; ResetBattleTowerTrainerSRAM
 	special BattleTowerAction
 	special CheckForBattleTowerRules
@@ -117,7 +117,7 @@
 	warpcheck
 	end
 
-Script_GivePlayerHisPrize: ; 0x9e47a
+Script_GivePlayerHisPrize:
 	writebyte BATTLETOWERACTION_1C
 	special BattleTowerAction
 	writebyte BATTLETOWERACTION_GIVEREWARD
@@ -131,17 +131,17 @@
 	closetext
 	end
 
-Script_YourPackIsStuffedFull: ; 0x9e498
+Script_YourPackIsStuffedFull:
 	writetext Text_YourPackIsStuffedFull
 	waitbutton
 	closetext
 	end
 
-Script_BattleTowerIntroductionYesNo: ; 0x9e49e
+Script_BattleTowerIntroductionYesNo:
 	writetext Text_WouldYouLikeToHearAboutTheBattleTower
 	yesorno
 	iffalse Script_BattleTowerSkipExplanation
-Script_BattleTowerExplanation: ; 0x9e4a5
+Script_BattleTowerExplanation:
 	writetext Text_BattleTowerIntroduction_2
 Script_BattleTowerSkipExplanation:
 	writebyte BATTLETOWERACTION_SET_EXPLANATION_READ
@@ -159,7 +159,7 @@
 	closetext
 	end
 
-Script_WaitButton: ; 0x9e4bb
+Script_WaitButton:
 	waitbutton
 	closetext
 	end
@@ -223,12 +223,12 @@
 	waitbutton
 	jump Script_BattleTowerHopeToServeYouAgain
 
-Script_AMonLevelExceeds: ; 0x9e542
+Script_AMonLevelExceeds:
 	writetext Text_AMonLevelExceeds
 	waitbutton
 	jump Script_Menu_ChallengeExplanationCancel
 
-Script_MayNotEnterABattleRoomUnderL70: ; 0x9e549
+Script_MayNotEnterABattleRoomUnderL70:
 	writetext Text_MayNotEnterABattleRoomUnderL70
 	waitbutton
 	jump Script_Menu_ChallengeExplanationCancel
@@ -346,7 +346,7 @@
 	turn_head RIGHT
 	step_end
 
-Text_BattleTowerWelcomesYou: ; 0x9e5ab
+Text_BattleTowerWelcomesYou:
 	text "BATTLE TOWER"
 	line "welcomes you!"
 
@@ -354,17 +354,17 @@
 	line "to a BATTLE ROOM."
 	done
 
-Text_WantToGoIntoABattleRoom: ; 0x9e5ea
+Text_WantToGoIntoABattleRoom:
 	text "Want to go into a"
 	line "BATTLE ROOM?"
 	done
 
-Text_RightThisWayToYourBattleRoom: ; 0x9e60a
+Text_RightThisWayToYourBattleRoom:
 	text "Right this way to"
 	line "your BATTLE ROOM."
 	done
 
-Text_BattleTowerIntroduction_1: ; 0x9e62f
+Text_BattleTowerIntroduction_1:
 	text "BATTLE TOWER is a"
 	line "facility made for"
 	cont "#MON battles."
@@ -424,7 +424,7 @@
 	para ""
 	done
 
-Text_BattleTowerIntroduction_2: ; 0x9e886
+Text_BattleTowerIntroduction_2:
 	text "BATTLE TOWER is a"
 	line "facility made for"
 	cont "#MON battles."
@@ -460,7 +460,7 @@
 	para ""
 	done
 
-Text_ReceivedAListOfLeadersOnTheHonorRoll: ; 0x9e9eb
+Text_ReceivedAListOfLeadersOnTheHonorRoll:
 	text "Received a list of"
 	line "LEADERS on the"
 	cont "HONOR ROLL."
@@ -468,18 +468,18 @@
 	para ""
 	done
 
-Text_PleaseConfirmOnThisMonitor: ; 0x9ea1b
+Text_PleaseConfirmOnThisMonitor:
 	text "Please confirm on"
 	line "this monitor."
 	done
 
-Text_ThankYou: ; 0x9ea3c
+Text_ThankYou:
 	text "Thank you!"
 
 	para ""
 	done
 
-Text_ThanksForVisiting: ; 0x9ea49
+Text_ThanksForVisiting:
 	text "Thanks for"
 	line "visiting!"
 	done
@@ -502,7 +502,7 @@
 	para ""
 	done
 
-Text_CongratulationsYouveBeatenAllTheTrainers: ; 0x9eaef
+Text_CongratulationsYouveBeatenAllTheTrainers:
 	text "Congratulations!"
 
 	para "You've beaten all"
@@ -522,7 +522,7 @@
 	line "CENTER?"
 	done
 
-Text_PlayerGotFive: ; 0x9eb7e
+Text_PlayerGotFive:
 	text "<PLAYER> got five"
 	line "@"
 	text_from_ram wStringBuffer4
@@ -531,7 +531,7 @@
 	text_waitbutton
 	db "@"
 
-Text_YourPackIsStuffedFull: ; 0x9eb94
+Text_YourPackIsStuffedFull:
 	text "Oops, your PACK is"
 	line "stuffed full."
 
@@ -539,7 +539,7 @@
 	line "and come back."
 	done
 
-Text_YourRegistrationIsComplete: ; 0x9ebd6
+Text_YourRegistrationIsComplete:
 	text "Your registration"
 	line "is complete."
 
@@ -546,17 +546,17 @@
 	para "Please come again!"
 	done
 
-Text_WeHopeToServeYouAgain: ; 0x9ec09
+Text_WeHopeToServeYouAgain:
 	text "We hope to serve"
 	line "you again."
 	done
 
-Text_PleaseStepThisWay: ; 0x9ec26
+Text_PleaseStepThisWay:
 	text "Please step this"
 	line "way."
 	done
 
-Text_WouldYouLikeToHearAboutTheBattleTower: ; 0x9ec3d
+Text_WouldYouLikeToHearAboutTheBattleTower:
 	text "Would you like to"
 	line "hear about the"
 	cont "BATTLE TOWER?"
@@ -582,12 +582,12 @@
 	cont "deleted. OK?"
 	done
 
-Text_CheckTheLeaderHonorRoll: ; 0x9ed1e
+Text_CheckTheLeaderHonorRoll:
 	text "Check the LEADER"
 	line "HONOR ROLL?"
 	done
 
-Text_ReadBattleTowerRules: ; 0x9ed3c
+Text_ReadBattleTowerRules:
 	text "BATTLE TOWER rules"
 	line "are written here."
 
@@ -594,7 +594,7 @@
 	para "Read the rules?"
 	done
 
-Text_BattleTowerRules: ; 0x9ed72
+Text_BattleTowerRules:
 	text "Three #MON may"
 	line "enter battles."
 
@@ -626,13 +626,13 @@
 	line "invalid."
 	done
 
-Text_YourMonWillBeHealedToFullHealth: ; 0x9ee92
+Text_YourMonWillBeHealedToFullHealth:
 	text "Your #MON will"
 	line "be healed to full"
 	cont "health."
 	done
 
-Text_NextUpOpponentNo: ; 0x9eebc
+Text_NextUpOpponentNo:
 	text "Next up, opponent"
 	line "no.@"
 	text_from_ram wStringBuffer3
@@ -647,7 +647,7 @@
 	line "the CENTER."
 	done
 
-Text_SaveBeforeEnteringBattleRoom: ; 0x9ef1f
+Text_SaveBeforeEnteringBattleRoom:
 	text "Before entering"
 	line "the BATTLE ROOM,"
 
@@ -655,7 +655,7 @@
 	line "be saved."
 	done
 
-Text_SaveAndEndTheSession: ; 0x9ef5e
+Text_SaveAndEndTheSession:
 	text "SAVE and end the"
 	line "session?"
 	done
@@ -668,7 +668,7 @@
 	line "the previous ROOM."
 	done
 
-Text_CancelYourBattleRoomChallenge: ; 0x9efbf
+Text_CancelYourBattleRoomChallenge:
 	text "Cancel your BATTLE"
 	line "ROOM challenge?"
 	done
@@ -699,7 +699,7 @@
 	line "tomorrow."
 	done
 
-Text_TooMuchTimeElapsedNoRegister: ; 0x9f0c1
+Text_TooMuchTimeElapsedNoRegister:
 	text "Sorry, but it's"
 	line "not possible to"
 
@@ -730,7 +730,7 @@
 	cont "challenge."
 	done
 
-Text_AMonLevelExceeds: ; 0x9f1e5
+Text_AMonLevelExceeds:
 	text "One or more of"
 	line "your #MON's"
 	cont "levels exceeds @"
@@ -738,7 +738,7 @@
 	text "."
 	done
 
-Text_MayNotEnterABattleRoomUnderL70: ; 0x9f217
+Text_MayNotEnterABattleRoomUnderL70:
 	text_from_ram wcd49
 	text " may not"
 	line "enter a BATTLE"
@@ -750,7 +750,7 @@
 	text "."
 	done
 
-Text_BattleTowerYoungster: ; 0x9f264
+Text_BattleTowerYoungster:
 	text "Destroyed by the"
 	line "first opponent in"
 
@@ -758,7 +758,7 @@
 	line "I'm no good…"
 	done
 
-Text_BattleTowerCooltrainerF: ; 0x9f2a4
+Text_BattleTowerCooltrainerF:
 	text "There are lots of"
 	line "BATTLE ROOMS, but"
 
@@ -766,7 +766,7 @@
 	line "them all!"
 	done
 
-Text_BattleTowerGranny: ; 0x9f2e3
+Text_BattleTowerGranny:
 	text "It's a grueling"
 	line "task, not being"
 
@@ -780,7 +780,7 @@
 	line "winning battles."
 	done
 
-Text_BattleTowerBugCatcher: ; 0x9f35b
+Text_BattleTowerBugCatcher:
 	text "I'm trying to see"
 	line "how far I can go"
 
--- a/maps/BattleTowerBattleRoom.asm
+++ b/maps/BattleTowerBattleRoom.asm
@@ -9,7 +9,7 @@
 
 	db 0 ; callbacks
 
-.EnterBattleRoom: ; 0x9f419
+.EnterBattleRoom:
 	disappear BATTLETOWERBATTLEROOM_YOUNGSTER
 	priorityjump Script_BattleRoom
 	setscene SCENE_FINISHED
@@ -16,10 +16,10 @@
 .DummyScene:
 	end
 
-Script_BattleRoom: ; 0x9f421
+Script_BattleRoom:
 	applymovement PLAYER, MovementData_BattleTowerBattleRoomPlayerWalksIn
 ; beat all 7 opponents in a row
-Script_BattleRoomLoop: ; 0x9f425
+Script_BattleRoomLoop:
 	writebyte BATTLETOWERBATTLEROOM_YOUNGSTER
 	special LoadOpponentTrainerAndPokemonWithOTSprite
 	appear BATTLETOWERBATTLEROOM_YOUNGSTER
@@ -55,13 +55,13 @@
 	writetext Text_NextUpOpponentNo
 	yesorno
 	iffalse Script_DontBattleNextOpponent
-Script_ContinueAndBattleNextOpponent: ; 0x9f477
+Script_ContinueAndBattleNextOpponent:
 	closetext
 	applymovement PLAYER, MovementData_BattleTowerBattleRoomPlayerTurnsToFaceNextOpponent
 	applymovement BATTLETOWERBATTLEROOM_RECEPTIONIST, MovementData_BattleTowerBattleRoomReceptionistWalksAway
 	jump Script_BattleRoomLoop
 
-Script_DontBattleNextOpponent: ; 0x9f483
+Script_DontBattleNextOpponent:
 	writetext Text_SaveAndEndTheSession
 	yesorno
 	iffalse Script_DontSaveAndEndTheSession
@@ -75,7 +75,7 @@
 	waitsfx
 	special FadeOutPalettes
 	special Reset
-Script_DontSaveAndEndTheSession: ; 0x9f4a3
+Script_DontSaveAndEndTheSession:
 	writetext Text_CancelYourBattleRoomChallenge
 	yesorno
 	iffalse Script_ContinueAndBattleNextOpponent
@@ -101,7 +101,7 @@
 	closetext
 	end
 
-Script_BeatenAllTrainers: ; 0x9f4d9
+Script_BeatenAllTrainers:
 	pause 60
 	special BattleTowerFade
 	warpfacing UP, BATTLE_TOWER_1F, 7, 7
--- a/maps/BattleTowerHallway.asm
+++ b/maps/BattleTowerHallway.asm
@@ -35,7 +35,7 @@
 ; enter different rooms for different levels to battle against
 ; at least it should look like that
 ; because all warps lead to the same room
-.WalkToChosenBattleRoom: ; 0x9f5dc
+.WalkToChosenBattleRoom:
 	ifequal 3, .L30L40
 	ifequal 4, .L30L40
 	ifequal 5, .L50L60
@@ -47,23 +47,23 @@
 	applymovement BATTLETOWERHALLWAY_RECEPTIONIST, MovementData_BattleTowerHallwayWalkTo1020Room
 	jump .EnterBattleRoom
 
-.L30L40: ; 0x9f603
+.L30L40:
 	applymovement BATTLETOWERHALLWAY_RECEPTIONIST, MovementData_BattleTowerHallwayWalkTo3040Room
 	jump .EnterBattleRoom
 
-.L50L60: ; 0x9f60a
+.L50L60:
 	applymovement BATTLETOWERHALLWAY_RECEPTIONIST, MovementData_BattleTowerHallwayWalkTo5060Room
 	jump .EnterBattleRoom
 
-.L70L80: ; 0x9f611
+.L70L80:
 	applymovement BATTLETOWERHALLWAY_RECEPTIONIST, MovementData_BattleTowerHallwayWalkTo7080Room
 	jump .EnterBattleRoom
 
-.L90L100: ; 0x9f618
+.L90L100:
 	applymovement BATTLETOWERHALLWAY_RECEPTIONIST, MovementData_BattleTowerHallwayWalkTo90100Room
 	jump .EnterBattleRoom
 
-.EnterBattleRoom: ; 0x9f61f
+.EnterBattleRoom:
 	faceobject PLAYER, BATTLETOWERHALLWAY_RECEPTIONIST
 	opentext
 	writetext Text_PleaseStepThisWay
--- a/maps/EcruteakTinTowerEntrance.asm
+++ b/maps/EcruteakTinTowerEntrance.asm
@@ -64,7 +64,7 @@
 EcruteakTinTowerEntrance_CoordEvent_DontMove:
 	end
 
-SageScript_0x98062:
+EcruteakTinTowerEntranceSageScript:
 	faceplayer
 	opentext
 	checkevent EVENT_CLEARED_RADIO_TOWER
@@ -71,13 +71,13 @@
 	iftrue .CheckForClearBell
 	checkflag ENGINE_FOGBADGE
 	iftrue .BlockPassage_GotFogBadge
-	writetext UnknownText_0x980d1
+	writetext EcruteakTinTowerEntranceSageText
 	waitbutton
 	closetext
 	end
 
 .BlockPassage_GotFogBadge:
-	writetext UnknownText_0x98131
+	writetext EcruteakTinTowerEntranceSageText_GotFogBadge
 	waitbutton
 	closetext
 	end
@@ -86,16 +86,16 @@
 	checkevent EVENT_KOJI_ALLOWS_YOU_PASSAGE_TO_TIN_TOWER
 	iftrue .AllowedThrough
 	checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
-	iftrue .Event000
+	iftrue .RangClearBell
 	checkitem CLEAR_BELL
-	iftrue .RingClearBell
-	writetext UnknownText_0x981a4
+	iftrue .GotClearBell
+	writetext EcruteakTinTowerEntranceSageText_NoClearBell
 	waitbutton
 	closetext
 	end
 
-.RingClearBell:
-	writetext UnknownText_0x98250
+.GotClearBell:
+	writetext EcruteakTinTowerEntranceSageText_HearsClearBell
 	waitbutton
 	closetext
 	setscene SCENE_FINISHED
@@ -105,29 +105,29 @@
 	end
 
 .AllowedThrough:
-	writetext UnknownText_0x9837e
+	writetext EcruteakTinTowerEntranceSageText_PleaseDoGoOn
 	waitbutton
 	closetext
 	end
 
-.Event000:
-	writetext UnknownText_0x98391
+.RangClearBell:
+	writetext EcruteakTinTowerEntranceSageText_HeardClearBell
 	waitbutton
 	closetext
 	end
 
-SageScript_0x980b0:
+EcruteakTinTowerEntranceWanderingSageScript:
 	faceplayer
 	opentext
 	checkevent EVENT_GOT_CLEAR_BELL
 	iftrue .GotClearBell
-	writetext UnknownText_0x9840b
+	writetext EcruteakTinTowerEntranceWanderingSageText
 	waitbutton
 	closetext
 	end
 
 .GotClearBell:
-	writetext UnknownText_0x9846f
+	writetext EcruteakTinTowerEntranceWanderingSageText_GotClearBell
 	waitbutton
 	closetext
 	end
@@ -149,7 +149,7 @@
 	turn_head DOWN
 	step_end
 
-UnknownText_0x980d1:
+EcruteakTinTowerEntranceSageText:
 	text "TIN TOWER is off"
 	line "limits to anyone"
 
@@ -160,7 +160,7 @@
 	line "have to leave."
 	done
 
-UnknownText_0x98131:
+EcruteakTinTowerEntranceSageText_GotFogBadge:
 	text "TIN TOWER is off"
 	line "limits to anyone"
 
@@ -174,7 +174,7 @@
 	cont "right through."
 	done
 
-UnknownText_0x981a4:
+EcruteakTinTowerEntranceSageText_NoClearBell:
 	text "A momentous event"
 	line "has occurred."
 
@@ -192,7 +192,7 @@
 	line "understand…"
 	done
 
-UnknownText_0x98250:
+EcruteakTinTowerEntranceSageText_HearsClearBell:
 	text "A momentous event"
 	line "has occurred."
 
@@ -226,11 +226,11 @@
 	para "Please, do go on."
 	done
 
-UnknownText_0x9837e:
+EcruteakTinTowerEntranceSageText_PleaseDoGoOn:
 	text "Please, do go on."
 	done
 
-UnknownText_0x98391:
+EcruteakTinTowerEntranceSageText_HeardClearBell:
 	text "That bell's chime"
 	line "is indicative of"
 	cont "the bearer's soul."
@@ -244,7 +244,7 @@
 	para "Please, do go on."
 	done
 
-UnknownText_0x9840b:
+EcruteakTinTowerEntranceWanderingSageText:
 	text "The TIN TOWER"
 	line "ahead is a nine-"
 
@@ -256,7 +256,7 @@
 	cont "see it."
 	done
 
-UnknownText_0x9846f:
+EcruteakTinTowerEntranceWanderingSageText_GotClearBell:
 	text "The TIN TOWER"
 	line "shook! A #MON"
 
@@ -292,7 +292,7 @@
 	db 0 ; bg events
 
 	db 4 ; object events
-	object_event  4,  6, SPRITE_SAGE, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, SageScript_0x98062, EVENT_RANG_CLEAR_BELL_1
-	object_event  5,  6, SPRITE_SAGE, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, SageScript_0x98062, EVENT_RANG_CLEAR_BELL_2
-	object_event  6,  9, SPRITE_SAGE, SPRITEMOVEDATA_WANDER, 1, 1, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, SageScript_0x980b0, EVENT_ECRUTEAK_TIN_TOWER_ENTRANCE_WANDERING_SAGE
+	object_event  4,  6, SPRITE_SAGE, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, EcruteakTinTowerEntranceSageScript, EVENT_RANG_CLEAR_BELL_1
+	object_event  5,  6, SPRITE_SAGE, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, EcruteakTinTowerEntranceSageScript, EVENT_RANG_CLEAR_BELL_2
+	object_event  6,  9, SPRITE_SAGE, SPRITEMOVEDATA_WANDER, 1, 1, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, EcruteakTinTowerEntranceWanderingSageScript, EVENT_ECRUTEAK_TIN_TOWER_ENTRANCE_WANDERING_SAGE
 	object_event  3, 11, SPRITE_GRAMPS, SPRITEMOVEDATA_WANDER, 1, 1, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, EcruteakTinTowerEntranceGrampsScript, EVENT_ECRUTEAK_TIN_TOWER_ENTRANCE_WANDERING_SAGE
--- a/maps/GoldenrodDeptStore2F.asm
+++ b/maps/GoldenrodDeptStore2F.asm
@@ -39,7 +39,7 @@
 GoldenrodDeptStore2FElevatorButton:
 	jumpstd elevatorbutton
 
-UnusedText_0x55b7c:
+GoldenrodDeptStore2FUnusedText1:
 ; unused
 	text "We intend to sell"
 	line "items for #MON"
@@ -50,7 +50,7 @@
 	cont "MON hold it."
 	done
 
-UnusedText_0x55bd3:
+GoldenrodDeptStore2FUnusedText2:
 ; unused
 	text "By giving #MON"
 	line "items to hold, I"
--- a/maps/RuinsOfAlphKabutoChamber.asm
+++ b/maps/RuinsOfAlphKabutoChamber.asm
@@ -105,7 +105,7 @@
 	end
 
 .AllUnownCaught:
-	writetext UnknownText_0x594cb
+	writetext RuinsOfAlphResearchCenterScientist1Text_GotAllUnown
 	waitbutton
 	closetext
 	end
--- a/maps/RuinsOfAlphResearchCenter.asm
+++ b/maps/RuinsOfAlphResearchCenter.asm
@@ -40,16 +40,16 @@
 	pause 30
 	turnobject RUINSOFALPHRESEARCHCENTER_SCIENTIST3, DOWN
 	opentext
-	writetext UnknownText_0x59278
+	writetext RuinsOfAlphResearchCenterModifiedDexText
 	waitbutton
 	closetext
 	applymovement RUINSOFALPHRESEARCHCENTER_SCIENTIST3, MovementData_0x59274
 	opentext
-	writetext UnknownText_0x592fa
+	writetext RuinsOfAlphResearchCenterDexUpgradedText
 	playsound SFX_ITEM
 	waitsfx
 	setflag ENGINE_UNOWN_DEX
-	writetext UnknownText_0x59311
+	writetext RuinsOfAlphResearchCenterScientist3Text
 	waitbutton
 	closetext
 	applymovement RUINSOFALPHRESEARCHCENTER_SCIENTIST3, MovementData_0x59276
@@ -62,13 +62,13 @@
 	opentext
 	checkcode VAR_UNOWNCOUNT
 	ifequal NUM_UNOWN, .PrinterAvailable
-	writetext UnknownText_0x59311
+	writetext RuinsOfAlphResearchCenterScientist3Text
 	waitbutton
 	closetext
 	end
 
 .PrinterAvailable:
-	writetext UnknownText_0x5935f
+	writetext RuinsOfAlphResearchCenterScientist3_PrinterAvailable
 	waitbutton
 	closetext
 	end
@@ -82,25 +82,25 @@
 	iftrue .GotUnownDex
 	checkevent EVENT_MADE_UNOWN_APPEAR_IN_RUINS
 	iftrue .UnownAppeared
-	writetext UnknownText_0x593ed
+	writetext RuinsOfAlphResearchCenterScientist1Text
 	waitbutton
 	closetext
 	end
 
 .UnownAppeared:
-	writetext UnknownText_0x59478
+	writetext RuinsOfAlphResearchCenterScientist1Text_UnownAppeared
 	waitbutton
 	closetext
 	end
 
 .GotUnownDex:
-	writetext UnknownText_0x59445
+	writetext RuinsOfAlphResearchCenterScientist1Text_GotUnownDex
 	waitbutton
 	closetext
 	end
 
 .GotAllUnown:
-	writetext UnknownText_0x594cb
+	writetext RuinsOfAlphResearchCenterScientist1Text_GotAllUnown
 	waitbutton
 	closetext
 	clearevent EVENT_RUINS_OF_ALPH_OUTSIDE_TOURIST_YOUNGSTERS
@@ -113,19 +113,19 @@
 	ifequal NUM_UNOWN, .GotAllUnown
 	checkevent EVENT_MADE_UNOWN_APPEAR_IN_RUINS
 	iftrue .UnownAppeared
-	writetext UnknownText_0x5954f
+	writetext RuinsOfAlphResearchCenterScientist2Text
 	waitbutton
 	closetext
 	end
 
 .UnownAppeared:
-	writetext UnknownText_0x595cb
+	writetext RuinsOfAlphResearchCenterScientist2Text_UnownAppeared
 	waitbutton
 	closetext
 	end
 
 .GotAllUnown:
-	writetext UnknownText_0x59769
+	writetext RuinsOfAlphResearchCenterScientist2Text_GotAllUnown
 	waitbutton
 	closetext
 	end
@@ -137,13 +137,13 @@
 	checkcode VAR_UNOWNCOUNT
 	ifequal NUM_UNOWN, .GotAllUnown
 .SkipChecking:
-	writetext RuinsOfAlphResearchCenterComputerText1
+	writetext RuinsOfAlphResearchCenterComputerText
 	waitbutton
 	closetext
 	end
 
 .GotAllUnown:
-	writetext RuinsOfAlphResearchCenterComputerText2
+	writetext RuinsOfAlphResearchCenterComputerText_GotAllUnown
 	waitbutton
 	closetext
 	end
@@ -155,7 +155,7 @@
 	checkcode VAR_UNOWNCOUNT
 	ifequal NUM_UNOWN, .PrinterAvailable
 .SkipChecking:
-	writetext RuinsOfAlphResearchCenterDoesntWorkText
+	writetext RuinsOfAlphResearchCenterPrinterText_DoesntWork
 	waitbutton
 	closetext
 	end
@@ -189,7 +189,7 @@
 	step UP
 	step_end
 
-UnknownText_0x59278:
+RuinsOfAlphResearchCenterModifiedDexText:
 	text "Done!"
 
 	para "I modified your"
@@ -206,12 +206,12 @@
 	cont "they were caught."
 	done
 
-UnknownText_0x592fa:
+RuinsOfAlphResearchCenterDexUpgradedText:
 	text "<PLAYER>'s #DEX"
 	line "was upgraded."
 	done
 
-UnknownText_0x59311:
+RuinsOfAlphResearchCenterScientist3Text:
 	text "The UNOWN you"
 	line "catch will all be"
 	cont "recorded."
@@ -220,7 +220,7 @@
 	line "many kinds exist."
 	done
 
-UnknownText_0x5935f:
+RuinsOfAlphResearchCenterScientist3_PrinterAvailable:
 	text "You caught all the"
 	line "UNOWN variations?"
 
@@ -235,7 +235,7 @@
 	line "it anytime."
 	done
 
-UnknownText_0x593ed:
+RuinsOfAlphResearchCenterScientist1Text:
 	text "The RUINS are"
 	line "about 1500 years"
 	cont "old."
@@ -245,13 +245,13 @@
 	cont "built--or by whom."
 	done
 
-UnknownText_0x59445:
+RuinsOfAlphResearchCenterScientist1Text_GotUnownDex:
 	text "I wonder how many"
 	line "kinds of #MON"
 	cont "are in the RUINS?"
 	done
 
-UnknownText_0x59478:
+RuinsOfAlphResearchCenterScientist1Text_UnownAppeared:
 	text "#MON appeared"
 	line "in the RUINS?"
 
@@ -262,7 +262,7 @@
 	line "investigate this."
 	done
 
-UnknownText_0x594cb:
+RuinsOfAlphResearchCenterScientist1Text_GotAllUnown:
 	text "Our investigation,"
 	line "with your help, is"
 
@@ -276,7 +276,7 @@
 	line "#MON."
 	done
 
-UnknownText_0x5954f:
+RuinsOfAlphResearchCenterScientist2Text:
 	text "There are odd pat-"
 	line "terns drawn on the"
 
@@ -289,7 +289,7 @@
 	cont "of the RUINS."
 	done
 
-UnknownText_0x595cb:
+RuinsOfAlphResearchCenterScientist2Text_UnownAppeared:
 	text "The strange #-"
 	line "MON you saw in the"
 	cont "RUINS?"
@@ -307,7 +307,7 @@
 	cont "kinds of them…"
 	done
 
-UnusedText_0x59669:
+RuinsOfAlphResearchCenterUnusedText1:
 ; unused
 	text "We think something"
 	line "caused the cryptic"
@@ -319,7 +319,7 @@
 	line "studies on that."
 	done
 
-UnusedText_0x596d3:
+RuinsOfAlphResearchCenterUnusedText2:
 ; unused
 	text "According to my"
 	line "research…"
@@ -337,7 +337,7 @@
 	line "link…"
 	done
 
-UnknownText_0x59769:
+RuinsOfAlphResearchCenterScientist2Text_GotAllUnown:
 	text "Why did those"
 	line "ancient patterns"
 
@@ -348,7 +348,7 @@
 	line "deepens…"
 	done
 
-RuinsOfAlphResearchCenterComputerText1:
+RuinsOfAlphResearchCenterComputerText:
 	text "RUINS OF ALPH"
 
 	para "Exploration"
@@ -355,7 +355,7 @@
 	line "Year 10"
 	done
 
-RuinsOfAlphResearchCenterComputerText2:
+RuinsOfAlphResearchCenterComputerText_GotAllUnown:
 	text "Mystery #MON"
 	line "Name: UNOWN"
 
@@ -363,7 +363,7 @@
 	line "kinds found."
 	done
 
-RuinsOfAlphResearchCenterDoesntWorkText:
+RuinsOfAlphResearchCenterPrinterText_DoesntWork:
 	text "This doesn't seem"
 	line "to work yet."
 	done