diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-03-04 14:11:26 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-04 14:11:26 -0600 |
commit | 29e51811f411dfeae825e6c0c259ffa3f9ac08b2 (patch) | |
tree | d6e48a855ac49f1b7f0257e2de405b627f48a3bf /include/strings.h | |
parent | 0a9f0d80f5f3d1cf02ae26a7bad1d771f8dedc52 (diff) | |
parent | 1f052cc08d224e8e397a2aed23aa2f05f50e474f (diff) |
Merge pull request #225 from DizzyEggg/clear_battle_files
Clean some battle files
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[]; |