summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorcamthesaxman <camthesaxman@users.noreply.github.com>2019-07-31 00:13:42 -0500
committercamthesaxman <camthesaxman@users.noreply.github.com>2019-07-31 00:13:42 -0500
commitb74a0c3122113b5ebef469739745e2b8fd420c50 (patch)
treee6bd06cc852ca638f9dc9a0d7c8a12b7ee394a5a /src/main.c
parentd7a754386ce491791fe8216fdcb0f4fb72240774 (diff)
resolve more battle system differences
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index d7ef91df0..4b34ebd6e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2,13 +2,13 @@
#include "gba/flash_internal.h"
#include "gba/m4a_internal.h"
#include "main.h"
+#include "battle_controllers.h"
#include "intro.h"
#include "link.h"
#include "load_save.h"
#include "m4a.h"
#include "play_time.h"
#include "random.h"
-#include "rom3.h"
#include "overworld.h"
#include "rtc.h"
#include "siirtc.h"