diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-24 10:24:52 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-24 10:24:52 -0400 |
commit | dc18e188b2948ede03328c0c0cf7ab423cacc861 (patch) | |
tree | 0eff97454766331e3bb41e3158b1575cf044b983 /docs/bugs_and_glitches.md | |
parent | 8bf76af5a7360d9e86a24e3d9750329f354b3ac3 (diff) |
Sync some files with pokegold
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 dfaeb28ef..145f23403 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -1729,7 +1729,7 @@ Most of the NPCs in [maps/NationalParkBugContest.asm](https://github.com/pret/po ```diff .CheckWarp: -; Bug: Since no case is made for STANDING here, it will check --; [.edgewarps + $ff]. This resolves to $3e at $8035a. +-; [.EdgeWarps + $ff]. This resolves to $3e. -; This causes wWalkingIntoEdgeWarp to be nonzero when standing on tile $3e, -; making bumps silent. - |