diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-13 22:53:33 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-13 22:53:33 -0400 |
commit | 4e2487c056c4dcddd3059a105e6ac89144137ab1 (patch) | |
tree | 31fec08ba9384bc5baf3895a07fa8684ff84941c /wram.asm | |
parent | ca01a92880a5d71bce2bec6caa7714c8e1cf0f17 (diff) |
hLCDCPointer and InitList
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -1795,12 +1795,9 @@ wMailboxItems:: ds MAILBOX_CAPACITY wMailboxEnd:: ds 1 ; d0fe ds 2 -wd100:: ds 1 -wd101:: ds 1 -wd102:: ds 1 -wd103:: ds 1 -wd104:: ds 1 -wd105:: ds 1 +wListPointer:: dw ; d100 +wUnusedD102:: dw ; d102 +wItemAttributesPtr:: dw ; d104 CurItem:: ds 1 ; d106 CurItemQuantity:: ; d107 @@ -2180,7 +2177,7 @@ wNiteEncounterRate:: ds 1 ; d25c wWaterEncounterRate:: ds 1 ; d25d wListMoves_MoveIndicesBuffer:: ds NUM_MOVES wPutativeTMHMMove:: ds 1 -wd263:: ds 1 +wInitListType:: ds 1 wAISwitch:: ds 1 wFoundMatchingIDInParty:: wNamedObjectIndexBuffer:: |