shithub: pokecrystal

Download patch

ref: 71821405ffa8acb3f6596a6438fa1663ea20b924
parent: 6cdc14b9202e706ed4b4c7935054ef06abf83567
author: surskitty <surskitty@gmail.com>
date: Wed Oct 25 20:03:06 EDT 2017

Labelling some of Morty's scripts.

--- a/maps/EcruteakGym.asm
+++ b/maps/EcruteakGym.asm
@@ -19,7 +19,7 @@
 	db 0
 
 UnknownScript_0x99d53:
-	priorityjump UnknownScript_0x99dc6
+	priorityjump EcruteakGymClosed
 	end
 
 UnknownScript_0x99d57:
@@ -39,7 +39,7 @@
 	reloadmapafterbattle
 	setevent EVENT_BEAT_MORTY
 	opentext
-	writetext UnknownText_0x9a043
+	writetext Text_ReceivedFogBadge
 	playsound SFX_GET_BADGE
 	waitsfx
 	setflag ENGINE_FOGBADGE
@@ -50,25 +50,25 @@
 	setevent EVENT_RANG_CLEAR_BELL_2
 .FightDone:
 	checkevent EVENT_GOT_TM30_SHADOW_BALL
-	iftrue UnknownScript_0x99db1
+	iftrue .GotShadowBall
 	setevent EVENT_BEAT_SAGE_JEFFREY
 	setevent EVENT_BEAT_SAGE_PING
 	setevent EVENT_BEAT_MEDIUM_MARTHA
 	setevent EVENT_BEAT_MEDIUM_GRACE
-	writetext UnknownText_0x9a059
+	writetext MortyText_FogBadgeSpeech
 	buttonsound
 	verbosegiveitem TM_SHADOW_BALL
-	iffalse UnknownScript_0x99db5
+	iffalse .NoRoomForShadowBall
 	setevent EVENT_GOT_TM30_SHADOW_BALL
-	writetext UnknownText_0x9a0ec
+	writetext MortyText_ShadowBallSpeech
 	waitbutton
 	closetext
 	end
 
-UnknownScript_0x99db1:
+.GotShadowBall:
 	writetext UnknownText_0x9a145
 	waitbutton
-UnknownScript_0x99db5:
+.NoRoomForShadowBall:
 	closetext
 	end
 
@@ -83,7 +83,7 @@
 .RadioTowerRockets:
 	jumpstd radiotowerrockets
 
-UnknownScript_0x99dc6:
+EcruteakGymClosed:
 	applymovement PLAYER, MovementData_0x99e5d
 	applymovement ECRUTEAKGYM_GRAMPS, MovementData_0x99e63
 	opentext
@@ -230,12 +230,12 @@
 	line "BADGE is yours."
 	done
 
-UnknownText_0x9a043:
+Text_ReceivedFogBadge:
 	text "<PLAYER> received"
 	line "FOGBADGE."
 	done
 
-UnknownText_0x9a059:
+MortyText_FogBadgeSpeech:
 	text "By having FOG-"
 	line "BADGE, #MON up"
 
@@ -252,7 +252,7 @@
 	line "this too."
 	done
 
-UnknownText_0x9a0ec:
+MortyText_ShadowBallSpeech:
 	text "It's SHADOW BALL."
 	line "It causes damage"