summaryrefslogtreecommitdiff
path: root/src/starter_choose.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/starter_choose.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/starter_choose.c')
-rw-r--r--src/starter_choose.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/starter_choose.c b/src/starter_choose.c
index 725d481be..f21ddde1c 100644
--- a/src/starter_choose.c
+++ b/src/starter_choose.c
@@ -1,8 +1,10 @@
#include "global.h"
#include "starter_choose.h"
+#include "asm.h"
#include "main.h"
#include "menu.h"
#include "palette.h"
+#include "pokedex.h"
#include "songs.h"
#include "sound.h"
#include "string_util.h"
@@ -10,10 +12,6 @@
#include "trig.h"
#include "decompress.h"
-//Functions that need to be put in headers
-void remove_some_task(void);
-u16 SpeciesToNationalPokedexNum(u16);
-
struct MonCoords
{
u8 x, y;
@@ -54,7 +52,6 @@ static void Task_StarterChoose4(u8 taskId);
static void Task_StarterChoose5(u8 taskId);
static void Task_StarterChoose6(u8 taskId);
-extern u8 *GetPokemonCategory(u16);
static void CreateStarterPokemonLabel(u8, u8);
static u8 CreatePokemonFrontSprite(u16, u8, u8);