diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-26 23:07:46 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-26 23:07:46 -0500 |
commit | 5d229dcef2cabe2568491932bb082b0a42b46ed2 (patch) | |
tree | f67005efb7e78d5974df42af22ee7d5e4f73cbcb /docs | |
parent | 172dba3c0b38eeea09342efe297ccc7ea9b4d3d3 (diff) |
Copy sram.asm's global start/end constants for wram.asm and vram.asm
Diffstat (limited to 'docs')
-rw-r--r-- | docs/bugs_and_glitches.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 |