diff options
author | yenatch <yenatch@gmail.com> | 2015-08-19 21:51:04 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-08-19 21:51:04 -0700 |
commit | 9e3bd6cb9b4366ba242d828d2e3bfd7a26e588e4 (patch) | |
tree | d615807f6f4d2fd5a57d299492eb606aae174a24 /wram.asm | |
parent | 038166f97c7cc7466fd8012cfcb23fc013e025cd (diff) |
Label scratch space and a bunch of box lists.
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2674,6 +2674,8 @@ w6_d600:: ds $600 SECTION "Scratch", SRAM, BANK [0] +sScratch:: + SECTION "SRAM Bank 0", SRAM [$a600], BANK [0] |