diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-01-30 20:37:10 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-30 20:37:10 -0800 |
commit | 2bd2dd1db7252a928a84cd65ea0510ed1533fa9b (patch) | |
tree | 42bbf9fb1c470f1769329fb7a15a56d83034e78a /src/field/use_pokeblock.c | |
parent | 710477b8a56a9dd31f68d039002546af111123f3 (diff) | |
parent | 58928acf41b3ed7fc9f7de12db2aad27de744203 (diff) |
Merge pull request #512 from PikalaxALT/pokemon_storage_system
[Merge if you so choose] Pokemon Storage System
Diffstat (limited to 'src/field/use_pokeblock.c')
-rw-r--r-- | src/field/use_pokeblock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/field/use_pokeblock.c b/src/field/use_pokeblock.c index 42020c49a..8ea93aab8 100644 --- a/src/field/use_pokeblock.c +++ b/src/field/use_pokeblock.c @@ -104,7 +104,6 @@ static EWRAM_DATA struct Pokeblock *gUnknown_0203930C = NULL; EWRAM_DATA u8 gPokeblockMonID = 0; EWRAM_DATA s16 gPokeblockGain = 0; -extern u16 gKeyRepeatStartDelay; extern u16 gSpecialVar_ItemId; // FIXME: remove after merge of #349 Pokeblock static void launch_c3_walk_stairs_and_run_once(void (*const)(void)); |