diff options
author | YamaArashi <shadow962@live.com> | 2015-10-13 07:01:39 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-10-13 07:01:39 -0700 |
commit | 9cf66deb9877eff7a674540d5c58b4b2e0e6b914 (patch) | |
tree | 6b2583ba4a386e52aecc9e87c70ef15cacb5dff5 | |
parent | f678112ce1c204decbef5c089a19e46af76dca4e (diff) |
fix alignment
-rw-r--r-- | data/nature_stat_table.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/nature_stat_table.s b/data/nature_stat_table.s index d0c5e9f1b..9d2375808 100644 --- a/data/nature_stat_table.s +++ b/data/nature_stat_table.s @@ -1,5 +1,5 @@ gNatureStatTable: ; 831E818 -; Atk Def Spd Sp.Atk Sp.Def +; 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 |