diff options
author | YamaArashi <shadow962@live.com> | 2017-05-07 22:57:17 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-05-07 22:57:17 -0700 |
commit | 71f9479b00adf175cc43e704c27a9d50749f5d67 (patch) | |
tree | bf8b0ad318182ac48f04e9ed77d22802cf00bd69 /data/text | |
parent | 9c75355d718ab63bbe53fbdf3ab0eb414982a77e (diff) |
finish decompiling pokemon_3
Diffstat (limited to 'data/text')
-rw-r--r-- | data/text/battle_strings.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/text/battle_strings.inc b/data/text/battle_strings.inc index 35c3d7d6b..d1aca1dee 100644 --- a/data/text/battle_strings.inc +++ b/data/text/battle_strings.inc @@ -480,7 +480,7 @@ BattleText_TookAttack2: .string "{DEFENDING_MON}’s {STRING 22}\ntook the attack!$" gUnknown_083FFCCA:: @ 83FFCCA -BattleText_PreventedSwitch: +BattleText_PreventedSwitch:: .string "{STRING 0}’s {STRING 20}\nprevents switching!\p$" BattleText_PreventedOther: .string "{DEFENDING_MON}’s {STRING 22}\nprevented {STRING 16}’s\l{STRING 0} from working!$" |