diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-01-19 17:50:52 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-01-19 18:19:33 -0500 |
commit | b65980cd4ea7e1a8052a0d2c5cb6edd73d35b89c (patch) | |
tree | 355ef6baab155f6eb553d534ade7af6f0dac65c8 /src/fldeff_escalator.c | |
parent | c2ddb92c9e0905a6625f83f7b5e0936b630c0597 (diff) |
Remove unused local variables and functions
Diffstat (limited to 'src/fldeff_escalator.c')
-rw-r--r-- | src/fldeff_escalator.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fldeff_escalator.c b/src/fldeff_escalator.c index 7a96eaa82..733dca722 100644 --- a/src/fldeff_escalator.c +++ b/src/fldeff_escalator.c @@ -10,8 +10,6 @@ static EWRAM_DATA u8 sEscalatorAnim_TaskId = 0; static void SetEscalatorMetatile(u8 taskId, const s16 *metatileIds, u16 metatileMasks); static void Task_DrawEscalator(u8 taskId); -static void Task_DrawTeleporterHousing(u8 taskId); -static void Task_DrawTeleporterCable(u8 taskId); #define ESCALATOR_STAGES 3 #define LAST_ESCALATOR_STAGE (ESCALATOR_STAGES - 1) |