diff --git a/include/constants/moves.h b/include/constants/moves.h index f8fa1773bf..dc8bc59a3f 100644 --- a/include/constants/moves.h +++ b/include/constants/moves.h @@ -1,10 +1,6 @@ #ifndef GUARD_CONSTANTS_MOVES_H #define GUARD_CONSTANTS_MOVES_H -#ifndef BATTLE_ENGINE - #define MOVE_ROCK_CLIMB 1 -#endif - #define MOVE_NONE 0 #define MOVE_POUND 1 #define MOVE_KARATE_CHOP 2 diff --git a/src/field_effect.c b/src/field_effect.c index a79409fd93..427bac13a3 100644 --- a/src/field_effect.c +++ b/src/field_effect.c @@ -259,10 +259,6 @@ static bool8 RockClimb_WaitStopRockClimb(struct Task *task, struct ObjectEvent * static bool8 RockClimb_StopRockClimbInit(struct Task *task, struct ObjectEvent *objectEvent); // Static RAM declarations -#if FOLLOW_ME_IMPLEMENTED -static void TryAttachFollowerToPlayer(void); -#endif - static u8 sActiveList[32]; // External declarations