summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-26 23:18:05 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-26 23:18:05 -0500
commit47e4f21e62705a8d2c832dad257c421a5cbd5c1b (patch)
treeae8467ac9fae56f8f85496dd80ae5639c9ecc4b0 /docs
parent5d229dcef2cabe2568491932bb082b0a42b46ed2 (diff)
Keep memory map values in hardware_constants.asm
Diffstat (limited to 'docs')
-rw-r--r--docs/bugs_and_glitches.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md
index 3c940ef78..b4a8f9a59 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, WRAM1_Start
- ld bc, WRAM1_End - WRAM1_Start
+ ld hl, WRAM1_Begin
+ ld bc, WRAM1_End - WRAM1_Begin
call ByteFill
pop af
inc a