diff options
author | YamaArashi <shadow962@live.com> | 2016-11-04 20:32:12 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-11-04 20:32:12 -0700 |
commit | 81dd35ffdb0811d4ea9dd4d15158cc5a12808314 (patch) | |
tree | 57bda74e752df27580c905b8f473df6e88824df4 /src/lottery_corner.c | |
parent | 4d4f1b51384d57db93cd3344b2964106f8620f4f (diff) |
add flag.h and var.h
Diffstat (limited to 'src/lottery_corner.c')
-rw-r--r-- | src/lottery_corner.c | 4 |
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; |