diff options
author | yenatch <yenatch@gmail.com> | 2018-07-19 00:46:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-19 00:46:59 -0400 |
commit | 2d73d040d16a7836f935a7a6cb2a311aed2ca5a2 (patch) | |
tree | d2ac10a6cc7f70e839f393706e1a3261cf95c2ae /wram.asm | |
parent | 3e14c1f26e91b1fc1d18eed389518ae8454e938f (diff) | |
parent | 1cb364cc1825d1b149eb4e0fe09d1cab21006208 (diff) |
Merge pull request #542 from mid-kid/master
Miscellaneous fixes
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 |