summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-04-29 15:08:13 -0400
committeryenatch <yenatch@gmail.com>2013-04-29 15:11:48 -0400
commitf2185cd0e4ef38a84fd8b49104843b8e84f37aba (patch)
treef20f2584c0ac5024f6043ec243f6fb652c968333 /wram.asm
parent652d26bb053dc9974c0d8fbbe88d7258f5815757 (diff)
BaseStats is now BaseData
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 7419a674f..bbda401ac 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1165,9 +1165,10 @@ UnownLetter: ; d234
ds 1
-CurBaseStats: ; d236
+CurBaseData: ; d236
BaseDexNo: ; d236
ds 1
+BaseStats: ; d237
BaseHP: ; d237
ds 1
BaseAttack: ; d238