summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-08-07 12:39:29 -0700
committerYamaArashi <shadow962@live.com>2015-08-07 12:39:29 -0700
commit40c1ecb4374a83d9511fe2c5fa99704d9cfc521b (patch)
tree400c46f2005706ea7243cb243544be9ca2c51206 /wram.asm
parentf658aff5383fa1e22343efc17e4551c6e7685a39 (diff)
fixed names
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm11
1 files changed, 8 insertions, 3 deletions
diff --git a/wram.asm b/wram.asm
index 547d00e4..872d1e8e 100755
--- a/wram.asm
+++ b/wram.asm
@@ -1226,8 +1226,10 @@ wItemList:: ; cf7b
wListPointer:: ; cf8b
ds 2
-wcf8d:: ds 1 ; used in GetMonName
-wcf8e:: ds 1 ; also used in GetMonName (probably as a pointer)
+wUnusedCF8D:: ; cf8d
+; 2 bytes
+; used to store pointers, but never read
+ ds 2
wItemPrices:: ; cf8f
ds 2
@@ -1789,7 +1791,10 @@ wPredefBank:: ; d0b7
ds 1
W_MONHEADER:: ; d0b8
-W_MONHDEXNUM:: ; d0b8
+
+W_MONHINDEX:: ; d0b8
+; In the ROM base stats data stucture, this is the dex number, but it is
+; overwritten with the internal index number after the header is copied to WRAM.
ds 1
W_MONHBASESTATS:: ; d0b9