diff options
author | yenatch <yenatch@gmail.com> | 2013-04-29 15:08:13 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-04-29 15:11:48 -0400 |
commit | f2185cd0e4ef38a84fd8b49104843b8e84f37aba (patch) | |
tree | f20f2584c0ac5024f6043ec243f6fb652c968333 /wram.asm | |
parent | 652d26bb053dc9974c0d8fbbe88d7258f5815757 (diff) |
BaseStats is now BaseData
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1165,9 +1165,10 @@ UnownLetter: ; d234 ds 1 -CurBaseStats: ; d236 +CurBaseData: ; d236 BaseDexNo: ; d236 ds 1 +BaseStats: ; d237 BaseHP: ; d237 ds 1 BaseAttack: ; d238 |