diff options
author | libjet <libj3t@gmail.com> | 2020-05-25 15:30:15 +0100 |
---|---|---|
committer | libjet <libj3t@gmail.com> | 2020-05-25 15:30:15 +0100 |
commit | 1e5871640db027e6acbafbb968354657ca4c7e75 (patch) | |
tree | 639d47131ca9a71decca946ce3a149240fe490d4 /wram.asm | |
parent | cc8f2afe787a64d787d2ed4e93a97d6b2f41da9c (diff) |
Add engine/link/init_list.asm
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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:: |