summaryrefslogtreecommitdiff
path: root/src/field/use_pokeblock.c
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-02-03 13:35:38 -0500
committeryenatch <yenatch@gmail.com>2018-02-03 13:35:38 -0500
commit204d3e45f0c0843ada1243897d36e873059efde1 (patch)
treeb4c3fae28387695175f007357848286afbb0a494 /src/field/use_pokeblock.c
parent3ed97d94be70bee91b581517311c01cf20c917de (diff)
parentf1584e69c307427516d2c180ab92e28bc3786326 (diff)
Merge remote-tracking branch 'origin/master' into battle-1
Diffstat (limited to 'src/field/use_pokeblock.c')
-rw-r--r--src/field/use_pokeblock.c1
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));