mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-14 14:08:19 -05:00
Update battle_controllers.h
typo
This commit is contained in:
@@ -97,7 +97,7 @@ enum {
|
||||
(gBattleControllerExecFlags & (gBitTable[battlerId] << ((playerId) * 4)))
|
||||
|
||||
// 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.
|
||||
#define IS_BATTLE_CONTROLLER_ACTIVE_OR_PENDING_SYNC_ANYWHERE(battlerId) \
|
||||
(gBattleControllerExecFlags & ( \
|
||||
|
||||
Reference in New Issue
Block a user