Merge pull request #221 from DizzyEggg/data_to_c

Move some data to C
This commit is contained in:
Diegoisawesome
2018-02-28 16:55:45 -06:00
committed by GitHub
36 changed files with 4430 additions and 4623 deletions

View File

@@ -45,7 +45,6 @@ in order to read the next command correctly. refer to battle_ai_scripts.s for th
AI scripts.
*/
extern const struct BattleMove gBattleMoves[];
extern const u8 * const gBattleAI_ScriptsTable[];
extern u32 GetAiScriptsInRecordedBattle();