diff options
author | YamaArashi <shadow962@live.com> | 2016-10-28 15:41:15 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-28 15:41:15 -0700 |
commit | d9e59a388c7c4b2464769963b3d58980ce742f70 (patch) | |
tree | dc2c4dc78b6272854bfddd83c029323acd712391 /data/nature_stat_table.inc | |
parent | 38076cb64093e5d50323075516b832111dc59c92 (diff) |
included .s to .inc
Diffstat (limited to 'data/nature_stat_table.inc')
-rw-r--r-- | data/nature_stat_table.inc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/data/nature_stat_table.inc b/data/nature_stat_table.inc new file mode 100644 index 000000000..e09d41a43 --- /dev/null +++ b/data/nature_stat_table.inc @@ -0,0 +1,27 @@ +gNatureStatTable:: @ 81FD070 + @ Atk Def Spd Sp.Atk Sp.Def + .byte 0, 0, 0, 0, 0 @ Hardy + .byte 1, -1, 0, 0, 0 @ Lonely + .byte 1, 0, -1, 0, 0 @ Brave + .byte 1, 0, 0, -1, 0 @ Adamant + .byte 1, 0, 0, 0, -1 @ Naughty + .byte -1, 1, 0, 0, 0 @ Bold + .byte 0, 0, 0, 0, 0 @ Docile + .byte 0, 1, -1, 0, 0 @ Relaxed + .byte 0, 1, 0, -1, 0 @ Impish + .byte 0, 1, 0, 0, -1 @ Lax + .byte -1, 0, 1, 0, 0 @ Timid + .byte 0, -1, 1, 0, 0 @ Hasty + .byte 0, 0, 0, 0, 0 @ Serious + .byte 0, 0, 1, -1, 0 @ Jolly + .byte 0, 0, 1, 0, -1 @ Naive + .byte -1, 0, 0, 1, 0 @ Modest + .byte 0, -1, 0, 1, 0 @ Mild + .byte 0, 0, -1, 1, 0 @ Quiet + .byte 0, 0, 0, 0, 0 @ Bashful + .byte 0, 0, 0, 1, -1 @ Rash + .byte -1, 0, 0, 0, 1 @ Calm + .byte 0, -1, 0, 0, 1 @ Gentle + .byte 0, 0, -1, 0, 1 @ Sassy + .byte 0, 0, 0, -1, 1 @ Careful + .byte 0, 0, 0, 0, 0 @ Quirky |