summaryrefslogtreecommitdiff
path: root/src/scrcmd.c
diff options
context:
space:
mode:
authorMarijn van der Werf <marijn.vanderwerf@gmail.com>2017-05-26 14:53:51 +0200
committerMarijn van der Werf <marijn.vanderwerf@gmail.com>2017-05-26 15:40:11 +0200
commit4d2b22a899c11dfcacfec6889968ab01655a3fe3 (patch)
tree046ea9bcc455ab967a6cfa7676f02870f68c881b /src/scrcmd.c
parent49dbd87051650e06248ed4e70fbe4b623a8db779 (diff)
Add headers
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r--src/scrcmd.c20
1 files changed, 14 insertions, 6 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c
index 33867b58a..965a1aa88 100644
--- a/src/scrcmd.c
+++ b/src/scrcmd.c
@@ -1,6 +1,18 @@
+#include "decoration_inventory.h"
+#include "field_screen_effect.h"
+#include "field_map_obj.h"
+#include "script_movement.h"
+#include "field_fadetransition.h"
+#include "mystery_event_script.h"
+#include "contest_link_80C2020.h"
+#include "fieldmap.h"
+#include "field_specials.h"
+#include "shop.h"
+#include "party_menu.h"
+#include "field_tasks.h"
+#include "tv.h"
+#include "slot_machine.h"
#include "global.h"
-#include "asm.h"
-#include "asm_fieldmap.h"
#include "battle_setup.h"
#include "berry.h"
#include "clock.h"
@@ -35,9 +47,6 @@
typedef u16 (*SpecialFunc)(void);
typedef void (*NativeFunc)(void);
-extern struct Pokemon gPlayerParty[6]; // 0x3004360
-extern struct Pokemon gEnemyParty[6]; // 0x30045C0
-
extern u32 gUnknown_0202E8AC;
extern u32 gUnknown_0202E8B0;
extern u16 gUnknown_0202E8B4;
@@ -60,7 +69,6 @@ extern SpecialFunc gSpecials[];
extern u8 *gStdScripts[];
extern u8 *gStdScripts_End[];
-extern u8 * const gUnknown_083CE048[];
extern struct Decoration gDecorations[];
// This is defined in here so the optimizer can't see its value when compiling