summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/bugs_and_glitches.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md
index 9c93eb8fc..9b50f2a7e 100644
--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -1750,7 +1750,7 @@ The exact cause of this bug is unknown.
ld de, wStringBuffer1
ld a, BANK("Evolutions and Attacks")
- ld bc, 10
-+ ld bc, wStringBuffer2 - wStringBuffer1
++ ld bc, STRING_BUFFER_LENGTH
call FarCopyBytes
```