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

@@ -111,8 +111,8 @@ _ResetWRAM: ; 5bae
xor a
call ByteFill
ld hl, wRAM1Start
ld bc, wGameData - wRAM1Start
ld hl, WRAM1_Start
ld bc, wGameData - WRAM1_Start
xor a
call ByteFill