diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-03 22:52:50 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-03 22:52:50 -0500 |
commit | a831b34e5c73b3166b6d45301861522b3c207cac (patch) | |
tree | ded181e063004fecc742b46f21936d7a9f4b5129 /docs/bugs_and_glitches.md | |
parent | 9f62d7911bdc0550d9ef1e66195ed22fb7f3ba1c (diff) |
Identify some uses of wBuffer1-6 in new Crystal code
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 4d7abd7a2..9c93eb8fc 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -1313,7 +1313,7 @@ First, edit `UsedSurfScript` in [engine/events/overworld.asm](https://github.com callasm .empty_fn ; empty function - readmem wBuffer2 + readmem wSurfingPlayerState writevar VAR_MOVEMENT special UpdatePlayerSprite |