summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorlibjet <libj3t@gmail.com>2020-05-25 15:30:15 +0100
committerlibjet <libj3t@gmail.com>2020-05-25 15:30:15 +0100
commit1e5871640db027e6acbafbb968354657ca4c7e75 (patch)
tree639d47131ca9a71decca946ce3a149240fe490d4 /wram.asm
parentcc8f2afe787a64d787d2ed4e93a97d6b2f41da9c (diff)
Add engine/link/init_list.asm
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm7
1 files changed, 3 insertions, 4 deletions
diff --git a/wram.asm b/wram.asm
index c2b23477..949d0425 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1583,15 +1583,14 @@ wMailboxItems:: ds MAILBOX_CAPACITY
wMailboxEnd::
ENDU ; cffc
-wcffc:: ds 1 ; cffc
-wcffd:: ds 1 ; cffd
+wListPointer:: dw ; cffc
wUnusedCFFE:: dw ; cffe
SECTION "WRAM 1", WRAMX
-wd000:: ds 1 ; d000
-wd001:: ds 1 ; d001
+wItemAttributesPtr:: dw ; d000
+
wCurItem:: db ; d002
wCurItemQuantity:: ; d003
wMartItemID::