summaryrefslogtreecommitdiff
path: root/src/lottery_corner.c
diff options
context:
space:
mode:
authorMarijn van der Werf <marijn.vanderwerf@gmail.com>2016-12-01 03:51:24 +0100
committerYamaArashi <YamaArashi@users.noreply.github.com>2016-11-30 18:51:24 -0800
commit4258e60771aa9fdabd678930eca534423bd371b8 (patch)
treeecca2ee7641abc0562f39b6c7dd907af2184e102 /src/lottery_corner.c
parent831f8cd4fd94613d6b52d87df1b4903bedfaa717 (diff)
Declare more non-static functions in header files (#111)
* Declare more non-static functions in header files * Use `(void)` for functions without arguments. * Move global-included data to seperate headers * Don't import types or global in header * Fix fieldmap imports * Revert in-code changes * Add missing newlines
Diffstat (limited to 'src/lottery_corner.c')
-rw-r--r--src/lottery_corner.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lottery_corner.c b/src/lottery_corner.c
index c807237af..f073688e0 100644
--- a/src/lottery_corner.c
+++ b/src/lottery_corner.c
@@ -1,5 +1,5 @@
#include "global.h"
-#include "pokemon.h"
+#include "lottery_corner.h"
#include "rng.h"
#include "string_util.h"
#include "var.h"
@@ -14,8 +14,6 @@ extern u16 gSpecialVar_0x8006;
static EWRAM_DATA u16 sWinNumberDigit = 0;
static EWRAM_DATA u16 sOtIdDigit = 0;
-void sub_8145D14(u32);
-u32 sub_8145D3C(void);
static u8 GetMatchingDigits(u16, u16);
void sub_8145A78(void)