diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-24 20:11:17 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-24 20:11:17 -0500 |
commit | 4613bcfadf2df5da711646f1ee54e2e4982309c7 (patch) | |
tree | 18d7f857a27a8df0ff7a390b80b2de64a39f88f1 /docs/bugs_and_glitches.md | |
parent | 4ca9f45db702fe7104ef1c4d0a381f9fa9292f8f (diff) |
Use STRING_BUFFER_LENGTH for the wStringBuffers
Diffstat (limited to 'docs/bugs_and_glitches.md')
-rw-r--r-- | docs/bugs_and_glitches.md | 2 |
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 ``` |