summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-08-19 21:51:04 -0700
committeryenatch <yenatch@gmail.com>2015-08-19 21:51:04 -0700
commit9e3bd6cb9b4366ba242d828d2e3bfd7a26e588e4 (patch)
treed615807f6f4d2fd5a57d299492eb606aae174a24 /wram.asm
parent038166f97c7cc7466fd8012cfcb23fc013e025cd (diff)
Label scratch space and a bunch of box lists.
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
index 229c57091..a5ff2028f 100644
--- a/wram.asm
+++ b/wram.asm
@@ -2674,6 +2674,8 @@ w6_d600:: ds $600
SECTION "Scratch", SRAM, BANK [0]
+sScratch::
+
SECTION "SRAM Bank 0", SRAM [$a600], BANK [0]