From 5d229dcef2cabe2568491932bb082b0a42b46ed2 Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Tue, 26 Dec 2017 23:07:46 -0500 Subject: Copy sram.asm's global start/end constants for wram.asm and vram.asm --- docs/bugs_and_glitches.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index 6e346f60d..3c940ef78 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -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 -- cgit v1.2.3