diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-07-17 23:17:18 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-07-18 10:56:26 +0200 |
commit | db8830ba53f27cb36f16012c1efcc94812a36776 (patch) | |
tree | 64f3b6da9e783e7eb83b3c5281385763bfd02396 /wram.asm | |
parent | ffa63c51df4d954e5fd9af99f376e1a4837b9dad (diff) |
Label more mobile WRAM
Memes and a pipedream of a fully-documented wram.
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -359,7 +359,13 @@ SECTION "Battle", WRAM0 UNION ; c608 ; unidentified uses -wc608:: ds 480 +wc608:: ds 53 +wc63d:: ds 5 +wc642:: ds 5 +wc647:: ds 33 +wc668:: ds 32 +wc688:: ds 2 +wc68a:: ds 350 NEXTU ; c608 ; surrounding tiles @@ -868,7 +874,18 @@ endc NEXTU ; c6d0 ; mobile data -wc6d0:: ds 126 +wc6d0:: ds 56 +wc708:: db +wc709:: db +wc70a:: db +wc70b:: db +wc70c:: db +wc70d:: db +wc70e:: db +wc70f:: db +wc710:: db +wc711:: db +wc712:: ds 60 wc74e:: ds 107 wc7b9:: ds 1 wc7ba:: ds 1 |