summaryrefslogtreecommitdiff
path: root/src/text
diff options
context:
space:
mode:
Diffstat (limited to 'src/text')
-rwxr-xr-xsrc/text/text_offsets.asm4
-rw-r--r--src/text/texta.asm2
-rw-r--r--src/text/textb.asm2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/text/text_offsets.asm b/src/text/text_offsets.asm
index b906c99..7e7d64b 100755
--- a/src/text/text_offsets.asm
+++ b/src/text/text_offsets.asm
@@ -2421,7 +2421,7 @@ TextOffsets:: ; 34000 (d:4000)
text KinglerKind
text KinglerDescription
text HorseaName
- text HorseasSmokescreenDescription
+ text OpponentAttackMayDoNothingDescription
text HorseaKind
text HorseaDescription
text SeadraName
@@ -2624,7 +2624,7 @@ TextOffsets:: ; 34000 (d:4000)
text GravelerDescription
text GolemName
text AvalancheName
- text AvalancheDescription
+ text GolemsSelfdestructDescription
text GolemKind
text GolemDescription
text OnixName
diff --git a/src/text/texta.asm b/src/text/texta.asm
index 48adce3..d9f2281 100644
--- a/src/text/texta.asm
+++ b/src/text/texta.asm
@@ -1267,7 +1267,7 @@ KinglerDescription: ; 5bed7 (16:7ed7)
HorseaName: ; 5bf43 (16:7f43)
db TX_START,"Horsea",TX_END
-HorseasSmokescreenDescription: ; 5bf4b (16:7f4b)
+OpponentAttackMayDoNothingDescription: ; 5bf4b (16:7f4b)
db TX_START,"If the Defending Pok`mon tries to\n"
db "attack during your opponent's next\n"
db "turn, your opponent flips a coin.\n"
diff --git a/src/text/textb.asm b/src/text/textb.asm
index f7a84da..d03046e 100644
--- a/src/text/textb.asm
+++ b/src/text/textb.asm
@@ -857,7 +857,7 @@ GolemName: ; 5ef4c (17:6f4c)
AvalancheName: ; 5ef53 (17:6f53)
db TX_START,"Avalanche",TX_END
-AvalancheDescription: ; 5ef5e (17:6f5e)
+GolemsSelfdestructDescription: ; 5ef5e (17:6f5e)
db TX_START,"Does 20 damage to each Pok`mon on\n"
db "each player's Bench. (Don't apply\n"
db "Weakness and Resistance for Benched\n"