summaryrefslogtreecommitdiff
path: root/src/lottery_corner.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-11-04 20:32:12 -0700
committerYamaArashi <shadow962@live.com>2016-11-04 20:32:12 -0700
commit81dd35ffdb0811d4ea9dd4d15158cc5a12808314 (patch)
tree57bda74e752df27580c905b8f473df6e88824df4 /src/lottery_corner.c
parent4d4f1b51384d57db93cd3344b2964106f8620f4f (diff)
add flag.h and var.h
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 4085bcff7..7b0ca6153 100644
--- a/src/lottery_corner.c
+++ b/src/lottery_corner.c
@@ -2,9 +2,7 @@
#include "pokemon.h"
#include "rng.h"
#include "string_util.h"
-
-extern bool8 VarSet(u16 id, u16 value);
-extern u16 VarGet(u16 id);
+#include "var.h"
extern u16 gScriptResult;
extern u16 gUnknown_0202E8CC;