summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2015-09-21 10:34:29 -0700
committerMarcus Huderle <huderlem@gmail.com>2015-09-21 10:34:29 -0700
commit962178c4451b547fbd919a9f65bb3524831dfade (patch)
tree298605eb0d43640c45906596c11bc5e00fc9ff4d /wram.asm
parentdec68d287789eaae3b2ab5b7d79e0699a8a474bd (diff)
Label CopyDataToRAM routine.
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm8
1 files changed, 7 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index ce39b34..ad9f6c0 100755
--- a/wram.asm
+++ b/wram.asm
@@ -5,7 +5,13 @@ wc000::
ds $500
wcBottomMessageText:: ; 0xc500
- ds $b00
+ ds $200
+
+wStageCollisionMap:: ; 0xc700
+; Collision data for each tile for the current stage.
+ ds $300
+
+ ds $600
SECTION "WRAM Bank 1", WRAMX, BANK[1]