Merge pull request #1859 from AsparagusEduardo/pret/doc/natures

Reformatted gNatureStatTable
This commit is contained in:
GriffinR
2023-03-04 23:31:43 -05:00
committed by GitHub
+1 -2
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 },