summaryrefslogtreecommitdiff
path: root/src/field/use_pokeblock.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-02-04 23:06:04 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2018-02-04 23:06:04 -0500
commitecfdc57e1cff1fa34ff7edcf7524aeadbc265b69 (patch)
tree123155f492599caf4597b6fc812a0a064d3962bd /src/field/use_pokeblock.c
parent9776f51f0643a8d988fcd5fc2ac404a7ea285235 (diff)
parentf1f6c7337f4f2f002b456468b0ccc327fc494d02 (diff)
Merge branch 'master' into fix_nonmatching
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));