summaryrefslogtreecommitdiff
path: root/src/new_game.c
diff options
context:
space:
mode:
authorMarijn van der Werf <marijn.vanderwerf@gmail.com>2016-12-02 19:06:22 +0100
committerYamaArashi <YamaArashi@users.noreply.github.com>2016-12-02 10:06:22 -0800
commit1f222c04ef1d10ff5a5c6bb98cd4380ecf2bba86 (patch)
tree573d6368233110b17292e498f49532c1c9244404 /src/new_game.c
parent4258e60771aa9fdabd678930eca534423bd371b8 (diff)
[WIP] Extract all external function declarations to headers (#114)
* Extract other external function declarations * Fix GBA compilation * Revert `sub_803C434` to asm
Diffstat (limited to 'src/new_game.c')
-rw-r--r--src/new_game.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/new_game.c b/src/new_game.c
index 97a6c6ee0..c8221fa5d 100644
--- a/src/new_game.c
+++ b/src/new_game.c
@@ -1,5 +1,7 @@
#include "global.h"
#include "new_game.h"
+#include "asm.h"
+#include "berry.h"
#include "play_time.h"
#include "pokemon_size_record.h"
#include "script.h"