diff options
author | xCrystal <rgr.crystal@gmail.com> | 2016-03-05 17:25:30 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2016-03-05 20:10:31 +0100 |
commit | 102fa38ab095c26b49a23a1e75e3b2087d131541 (patch) | |
tree | 45aabdd09ea871e7b746c8fb1da2c9020ead05ba /src/text/texta.asm | |
parent | 4f740092b306c1652131fe37dde65d35a42a0b6b (diff) |
figure out substatus duelvars
ex can't attack status
Diffstat (limited to 'src/text/texta.asm')
-rw-r--r-- | src/text/texta.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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" |