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

@@ -1398,8 +1398,8 @@ ClearWRAM:: ; 25a
push af
ld [rSVBK], a
xor a
ld hl, wRAM1Start
ld bc, $1000
ld hl, WRAM1_Start
ld bc, WRAM1_End - WRAM1_Start
call ByteFill
pop af
inc a