Copy sram.asm's global start/end constants for wram.asm and vram.asm

This commit is contained in:
Remy Oukaour
2017-12-26 23:07:46 -05:00
parent 172dba3c0b
commit 5d229dcef2
8 changed files with 31 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ GLOBAL SRAM_Begin, SRAM_End
SECTION "Scratch", SRAM
sScratch::
sScratch:: ds $600 ; a000
SECTION "SRAM Bank 0", SRAM