diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-22 00:17:34 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-22 00:17:34 -0800 |
commit | 3c286feec6786ed6d6bb12161719cf06ffacaf31 (patch) | |
tree | d27be6ae1d47377286a24329ed403e348a63b27e /src/safari_zone.c | |
parent | e675043558c3dba9409358b37d1d11c2302702d0 (diff) | |
parent | 4554b546ef1699d4b3bde9ef27e7477e620d38d9 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into dump_songs
Diffstat (limited to 'src/safari_zone.c')
-rw-r--r-- | src/safari_zone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/safari_zone.c b/src/safari_zone.c index f1d59907d..ce1eb65bc 100644 --- a/src/safari_zone.c +++ b/src/safari_zone.c @@ -5,6 +5,7 @@ #include "main.h" #include "battle.h" #include "string_util.h" +#include "pokeblock.h" struct PokeblockFeeder { @@ -24,7 +25,6 @@ extern u8 EventScript_2A4B8A[]; extern u8 EventScript_2A4B6F[]; extern u8 EventScript_2A4B4C[]; extern u8 EventScript_2A4B9B[]; -extern const u8* const gPokeblockNames[]; extern void sub_80EE44C(u8, u8); extern void IncrementGameStat(u8 index); |