diff options
author | yenatch <yenatch@gmail.com> | 2017-07-03 22:58:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-03 22:58:47 -0400 |
commit | 86a4a2cd3b7cda3b1885e53e7c9ac4d31270bd6c (patch) | |
tree | 5b3c87ca05d93264a7a3e62347a571299ce90795 /data/nature_stat_table.inc | |
parent | 8d82578d3a101b06f9d2ced31738021007c4e533 (diff) | |
parent | d8bfc0998dec654e908caddccf8147ea62c0ea4a (diff) |
Merge pull request #328 from PikalaxALT/pokemon_data
Pokémon data
Diffstat (limited to 'data/nature_stat_table.inc')
-rw-r--r-- | data/nature_stat_table.inc | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/data/nature_stat_table.inc b/data/nature_stat_table.inc deleted file mode 100644 index e09d41a43..000000000 --- a/data/nature_stat_table.inc +++ /dev/null @@ -1,27 +0,0 @@ -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 |