shithub: pokered

Download patch

ref: aba1d9f02a8d1391f02e14217981791683357976
parent: fa3e27b157112a26e41ed9d6d87a9f5622894f28
author: YamaArashi <shadow962@live.com>
date: Tue Jan 24 01:20:13 EST 2012

update 2 text names

hg-commit-id: e9ece8076f6d


--- a/common.asm
+++ b/common.asm
@@ -25184,7 +25184,7 @@
 	jp $4d5a ; redraw pokemon names and HP bars
 
 AttackSubstitute: ; 625E
-	ld hl,UnnamedText_3e2ac
+	ld hl,SubstituteTookDamageText
 	call PrintText
 ; values for player turn
 	ld de,W_ENEMYSUBSITUTEHP
@@ -25209,7 +25209,7 @@
 	ld h,b
 	ld l,c
 	res 4,[hl] ; unset the substitute bit
-	ld hl,UnnamedText_3e2b1
+	ld hl,SubstituteBrokeText
 	call PrintText
 ; flip whose turn it is for the next function call
 	ld a,[H_WHOSETURN]
@@ -25231,13 +25231,13 @@
 	ld [hl],a ; zero the effect of the attacker's move
 	jp $4d5a ; redraw pokemon names and HP bars
 
-UnnamedText_3e2ac: ; 0x3e2ac
-	TX_FAR _UnnamedText_3e2ac
+SubstituteTookDamageText: ; 0x3e2ac
+	TX_FAR _SubstituteTookDamageText
 	db $50
 ; 0x3e2ac + 5 bytes
 
-UnnamedText_3e2b1: ; 0x3e2b1
-	TX_FAR _UnnamedText_3e2b1
+SubstituteBrokeText: ; 0x3e2b1
+	TX_FAR _SubstituteBrokeText
 	db $50
 ; 0x3e2b1 + 5 bytes
 
@@ -57059,13 +57059,13 @@
 	db "ignored orders!", $58
 ; 0x89b32 + 21 bytes
 
-_UnnamedText_3e2ac: ; 0x89b47
+_SubstituteTookDamageText: ; 0x89b47
 	db $0, "The SUBSTITUTE", $4f
 	db "took damage for", $55
 	db $59, "!", $58
 ; 0x89b47 + 35 bytes
 
-_UnnamedText_3e2b1: ; 0x89b6a
+_SubstituteBrokeText: ; 0x89b6a
 	db $0, $59, "'s", $4f
 	db "SUBSTITUTE broke!", $58
 ; 0x89b6a + 22 bytes