diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-28 23:50:25 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-28 23:50:25 +0100 |
commit | e93da9b1f9696d52e885e4e8428de44feb11573a (patch) | |
tree | 5aedc6434426de94bdf5867485c940a2be96614b /include/strings.h | |
parent | 0cd9ba36ce985a6bba1d47d0c57cd82b80543602 (diff) |
make strings in battle message static
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/strings.h b/include/strings.h index 70b2777e1..ceb994900 100644 --- a/include/strings.h +++ b/include/strings.h @@ -112,9 +112,6 @@ extern const u8 gText_Cancel4[]; extern const u8 gText_IsThisTheCorrectTime[]; extern const u8 gText_PkmnFainted3[]; extern const u8 gText_Coins[]; -extern const u8 gText_Draw[]; -extern const u8 gText_Loss[]; -extern const u8 gText_Win[]; extern const u8 gText_Var1AteTheVar2[]; extern const u8 gText_Var1HappilyAteVar2[]; |