Streamline pointer notation (#2139)
This commit is contained in:
+1
-1
@@ -593,7 +593,7 @@ static const struct WindowTemplate sBattleArenaWindowTemplates[] =
|
||||
DUMMY_WIN_TEMPLATE
|
||||
};
|
||||
|
||||
const struct WindowTemplate * const gBattleWindowTemplates[] =
|
||||
const struct WindowTemplate *const gBattleWindowTemplates[] =
|
||||
{
|
||||
[B_WIN_TYPE_NORMAL] = sStandardBattleWindowTemplates,
|
||||
[B_WIN_TYPE_ARENA] = sBattleArenaWindowTemplates,
|
||||
|
||||
Reference in New Issue
Block a user