mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-19 09:54:19 +01:00
Reformatted gNatureStatTable
This commit is contained in:
parent
c32fbf594a
commit
d699d55ba3
@ -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 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user