remove leftover

This commit is contained in:
AlexOn1ine 2025-08-05 21:14:21 +02:00
parent 0eb715de11
commit d3a5ddcb4b
2 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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