Struct pointers star standarizing
This commit is contained in:
@@ -10,10 +10,10 @@
|
||||
#include "constants/metatile_behaviors.h"
|
||||
|
||||
static u8 GetValidMewMoveDirection(u8);
|
||||
static bool8 ShouldMewMoveNorth(struct ObjectEvent*, u8);
|
||||
static bool8 ShouldMewMoveSouth(struct ObjectEvent*, u8);
|
||||
static bool8 ShouldMewMoveEast(struct ObjectEvent*, u8);
|
||||
static bool8 ShouldMewMoveWest(struct ObjectEvent*, u8);
|
||||
static bool8 ShouldMewMoveNorth(struct ObjectEvent *, u8);
|
||||
static bool8 ShouldMewMoveSouth(struct ObjectEvent *, u8);
|
||||
static bool8 ShouldMewMoveEast(struct ObjectEvent *, u8);
|
||||
static bool8 ShouldMewMoveWest(struct ObjectEvent *, u8);
|
||||
static u8 GetRandomMewDirectionCandidate(u8);
|
||||
static bool8 CanMewMoveToCoords(s16, s16);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user