summaryrefslogtreecommitdiff
path: root/src/rom6.c
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2017-06-27 15:01:18 -0400
committerscnorton <scnorton@biociphers.org>2017-06-27 15:01:18 -0400
commit00c7dee919c8f93b8519a7eede2c41ba2ddcaf08 (patch)
tree5707f8764920abcd4cffca84c675e5c53c32559d /src/rom6.c
parent3d9eb18add0d8a9eb5bfa77fc64cd7b1f37fea5d (diff)
parent06b6cada0ddedc62063171703ba6607019751a9a (diff)
Merge branch 'master' into pokemon_data
Diffstat (limited to 'src/rom6.c')
-rw-r--r--src/rom6.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/rom6.c b/src/rom6.c
index a8233eb5b..759aed93f 100644
--- a/src/rom6.c
+++ b/src/rom6.c
@@ -1,9 +1,11 @@
#include "global.h"
#include "rom6.h"
-#include "asm.h"
#include "braille_puzzles.h"
#include "field_effect.h"
+#include "field_map_obj.h"
#include "field_player_avatar.h"
+#include "item_use.h"
+#include "pokemon_menu.h"
#include "rom4.h"
#include "script.h"
#include "songs.h"
@@ -19,10 +21,6 @@ extern u8 gLastFieldPokeMenuOpened;
extern void (*gUnknown_03005CE4)(void);
extern u8 UseRockSmashScript[];
-extern void sub_808AB90(void);
-extern void task08_080A1C44(u8);
-extern u8 sub_80CA1C8(void);
-
static void task08_080C9820(u8);
static void sub_810B3DC(u8);
static void sub_810B428(u8);