mirror of https://github.com/pret/pokeemerald.git
add spaces around - and remove comment from include in battle.h
This commit is contained in:
parent
3b91735e63
commit
e31158d017
|
@ -11,8 +11,7 @@
|
|||
#include "battle_gfx_sfx_util.h"
|
||||
#include "battle_util2.h"
|
||||
#include "battle_bg.h"
|
||||
|
||||
#include "pokeball.h" // i'm not sure about this one
|
||||
#include "pokeball.h"
|
||||
|
||||
#define GET_BATTLER_POSITION(battler) (gBattlerPositions[battler])
|
||||
#define GET_BATTLER_SIDE(battler) (GetBattlerPosition(battler) & BIT_SIDE)
|
||||
|
|
Loading…
Reference in New Issue