summaryrefslogtreecommitdiff
path: root/src/battle_script_commands.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-02-28 23:58:29 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-02-28 23:58:29 +0100
commita28dfd6da4d74e093297c998a887741d1562e64d (patch)
tree8155f4ce85e1ba928b0a4bcf69d6bf07bf74a6c7 /src/battle_script_commands.c
parentfed5f03097aef2dd39e33abdece1daaaf27da39f (diff)
parentbcef4e7d1c20bad3d4631c5a8314a8de8da80e49 (diff)
Merge branch 'master' into clear_battle_files
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r--src/battle_script_commands.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c
index d83597cff..b588970b7 100644
--- a/src/battle_script_commands.c
+++ b/src/battle_script_commands.c
@@ -48,15 +48,6 @@ extern u16 gBattle_BG2_Y;
extern u16 gBattle_BG3_X;
extern struct MusicPlayerInfo gMPlayInfo_BGM;
-struct TrainerMoney
-{
- u8 classId;
- u8 value;
-};
-
-extern const struct BattleMove gBattleMoves[];
-extern const u8 gTypeEffectiveness[336];
-extern const struct TrainerMoney gTrainerMoneyTable[];
extern const u8* const gBattleScriptsForMoveEffects[];
// functions