rename battle4 and battleai

This commit is contained in:
DizzyEggg
2017-09-28 17:38:07 +02:00
parent 7273b8f262
commit 6d4d58a8a7
7 changed files with 13 additions and 13 deletions
+1 -2
View File
@@ -13,7 +13,7 @@
#include "text.h"
#include "string_util.h"
#include "battle_message.h"
#include "battle_ai.h"
#include "battle_ai_script_commands.h"
#include "battle_controllers.h"
#include "event_data.h"
#include "calculate_base_damage.h"
@@ -57,7 +57,6 @@ extern u8 gCurrMovePos;
extern u8 gUnknown_020241E9;
extern const struct BattleMove gBattleMoves[];
extern void (* const gBattleScriptingCommandsTable[])(void);
// scripts
extern const u8 gUnknown_082DAE2A[];
@@ -1,5 +1,5 @@
#include "global.h"
#include "battle_ai.h"
#include "battle_ai_script_commands.h"
#include "pokemon.h"
#include "battle.h"
#include "species.h"
@@ -2,7 +2,7 @@
#include "battle.h"
#include "battle_move_effects.h"
#include "battle_message.h"
#include "battle_ai.h"
#include "battle_ai_script_commands.h"
#include "moves.h"
#include "abilities.h"
#include "item.h"