diff options
author | jidoc01 <jidoc01@naver.com> | 2019-06-26 23:37:35 +0900 |
---|---|---|
committer | jidoc01 <jidoc01@naver.com> | 2019-06-26 23:41:01 +0900 |
commit | 0919ad412409085f88ab0bc00ba36c8e833f286d (patch) | |
tree | d48b2de3363db4a53a26466f9db60387d2d7a65f /src/wram.asm | |
parent | 218885d0e33412e249eba132ddfa4ffcc5056a0b (diff) |
[Bank 6] Edit some other banks related to bank 6.
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm index 050059c..c765831 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1513,7 +1513,11 @@ wd087:: ; d087 wd088:: ; d088 ds $1 - ds $19 +wd089:: ; d089 + ds $1 + +wd08a:: ; d08a + ds $18 wd0a2:: ; d0a2 ds $2 @@ -1524,7 +1528,11 @@ wd0a4:: ; d0a4 wd0a5:: ; d0a5 ds $1 - ds $3 +wd0a6:: ; d0a6 + ds $1 + +dw0a7:: ; d0a7 + ds $2 wd0a9:: ; d0a9 ds $1 |