Update battle_controllers.h
typo
This commit is contained in:
@@ -97,7 +97,7 @@ enum {
|
|||||||
(gBattleControllerExecFlags & (gBitTable[battlerId] << ((playerId) * 4)))
|
(gBattleControllerExecFlags & (gBitTable[battlerId] << ((playerId) * 4)))
|
||||||
|
|
||||||
// This actually checks if a specific controller is active on any player or if
|
// This actually checks if a specific controller is active on any player or if
|
||||||
// *any* controlleris pending sync over link communications, but the macro name
|
// *any* controller is pending sync over link communications, but the macro name
|
||||||
// can only be so specific before it just gets ridiculous.
|
// can only be so specific before it just gets ridiculous.
|
||||||
#define IS_BATTLE_CONTROLLER_ACTIVE_OR_PENDING_SYNC_ANYWHERE(battlerId) \
|
#define IS_BATTLE_CONTROLLER_ACTIVE_OR_PENDING_SYNC_ANYWHERE(battlerId) \
|
||||||
(gBattleControllerExecFlags & ( \
|
(gBattleControllerExecFlags & ( \
|
||||||
|
|||||||
Reference in New Issue
Block a user