diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-07-07 14:24:19 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-07-07 14:24:19 +0200 |
commit | 1c48e585747de0a2273c4b3eb4be114d5214b8a2 (patch) | |
tree | 22b5defef1a26a46f1a6a1e7e2cbfc17fcc5bf66 /include/battle_message.h | |
parent | 98922986456010f6c81ff4450aa2914a33ad50dc (diff) |
small fixes
Diffstat (limited to 'include/battle_message.h')
-rw-r--r-- | include/battle_message.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/battle_message.h b/include/battle_message.h index cccbae841..147bfa501 100644 --- a/include/battle_message.h +++ b/include/battle_message.h @@ -248,6 +248,13 @@ extern const u8 gText_BattleSwitchWhich4[]; extern const u8 gText_BattleSwitchWhich5[]; extern const u8 gText_SafariBalls[]; extern const u8 gText_SafariBallLeft[]; +extern const u8 gText_Sleep[]; +extern const u8 gText_Poison[]; +extern const u8 gText_Burn[]; +extern const u8 gText_Paralysis[]; +extern const u8 gText_Ice[]; +extern const u8 gText_Confusion[]; +extern const u8 gText_Love[]; extern const u8 gText_SpaceAndSpace[]; extern const u8 gText_CommaSpace[]; extern const u8 gText_Space2[]; |