Streamline pointer notation (#2139)
This commit is contained in:
@@ -799,7 +799,7 @@ struct
|
||||
|
||||
#include "data/battle_frontier/battle_tent.h"
|
||||
|
||||
static void (* const sBattleTowerFuncs[])(void) =
|
||||
static void (*const sBattleTowerFuncs[])(void) =
|
||||
{
|
||||
[BATTLE_TOWER_FUNC_INIT] = InitTowerChallenge,
|
||||
[BATTLE_TOWER_FUNC_GET_DATA] = GetTowerData,
|
||||
|
||||
Reference in New Issue
Block a user