remove leftover
This commit is contained in:
parent
0eb715de11
commit
d3a5ddcb4b
@ -1,10 +1,6 @@
|
|||||||
#ifndef GUARD_CONSTANTS_MOVES_H
|
#ifndef GUARD_CONSTANTS_MOVES_H
|
||||||
#define GUARD_CONSTANTS_MOVES_H
|
#define GUARD_CONSTANTS_MOVES_H
|
||||||
|
|
||||||
#ifndef BATTLE_ENGINE
|
|
||||||
#define MOVE_ROCK_CLIMB 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define MOVE_NONE 0
|
#define MOVE_NONE 0
|
||||||
#define MOVE_POUND 1
|
#define MOVE_POUND 1
|
||||||
#define MOVE_KARATE_CHOP 2
|
#define MOVE_KARATE_CHOP 2
|
||||||
|
|||||||
@ -259,10 +259,6 @@ static bool8 RockClimb_WaitStopRockClimb(struct Task *task, struct ObjectEvent *
|
|||||||
static bool8 RockClimb_StopRockClimbInit(struct Task *task, struct ObjectEvent *objectEvent);
|
static bool8 RockClimb_StopRockClimbInit(struct Task *task, struct ObjectEvent *objectEvent);
|
||||||
// Static RAM declarations
|
// Static RAM declarations
|
||||||
|
|
||||||
#if FOLLOW_ME_IMPLEMENTED
|
|
||||||
static void TryAttachFollowerToPlayer(void);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static u8 sActiveList[32];
|
static u8 sActiveList[32];
|
||||||
|
|
||||||
// External declarations
|
// External declarations
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user