diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-09-21 10:34:29 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-09-21 10:34:29 -0700 |
commit | 962178c4451b547fbd919a9f65bb3524831dfade (patch) | |
tree | 298605eb0d43640c45906596c11bc5e00fc9ff4d /wram.asm | |
parent | dec68d287789eaae3b2ab5b7d79e0699a8a474bd (diff) |
Label CopyDataToRAM routine.
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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] |