Keep memory map values in hardware_constants.asm

This commit is contained in:
Remy Oukaour
2017-12-26 23:18:05 -05:00
parent 5d229dcef2
commit 47e4f21e62
8 changed files with 28 additions and 33 deletions

View File

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