Reformatted gNatureStatTable

This commit is contained in:
Eduardo Quezada 2023-02-12 01:19:03 -03:00
parent c32fbf594a
commit d699d55ba3

View File

@ -1355,8 +1355,7 @@ const struct SpindaSpot gSpindaSpotGraphics[] =
#include "data/pokemon/item_effects.h" #include "data/pokemon/item_effects.h"
const s8 gNatureStatTable[NUM_NATURES][NUM_NATURE_STATS] = const s8 gNatureStatTable[NUM_NATURES][NUM_NATURE_STATS] =
{ { // Attack Defense Speed Sp.Atk Sp.Def
// Atk Def Spd Sp.Atk Sp.Def
[NATURE_HARDY] = { 0, 0, 0, 0, 0 }, [NATURE_HARDY] = { 0, 0, 0, 0, 0 },
[NATURE_LONELY] = { +1, -1, 0, 0, 0 }, [NATURE_LONELY] = { +1, -1, 0, 0, 0 },
[NATURE_BRAVE] = { +1, 0, -1, 0, 0 }, [NATURE_BRAVE] = { +1, 0, -1, 0, 0 },