summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-01-30 22:42:41 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2018-01-30 22:42:41 -0500
commit1282405d4a672d82f67832dad17da454495b7e97 (patch)
tree030ddd9574086cad2d2fb5088266f5c5da2bdecc /docs
parentecf10c83a7cb984f81abacfd4d7cefd356a5e6c2 (diff)
SPRITEMOVEDATA_LAPRAS → SPRITEMOVEDATA_SWIM_WANDER
(more precise, and encourages hacks to add more SWIM movements)
Diffstat (limited to 'docs')
-rw-r--r--docs/bugs_and_glitches.md2
-rw-r--r--docs/map_scripts.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md
index 3c5728b78..abd5bf3bf 100644
--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -1081,7 +1081,7 @@ In [home/map.asm](/home/map.asm):
## `Function6ec1` does not correctly limit object movement
-This bug is why the Lapras in Union Cave, which uses `SPRITEMOVEDATA_LAPRAS`, is not restricted by its `1, 1` movement radius.
+This bug is why the Lapras in Union Cave, which uses `SPRITEMOVEDATA_SWIM_WANDER`, is not restricted by its `1, 1` movement radius.
In [engine/npc_movement.asm](/engine/npc_movement.asm):
diff --git a/docs/map_scripts.md b/docs/map_scripts.md
index 9ac926c5b..2a5abe13c 100644
--- a/docs/map_scripts.md
+++ b/docs/map_scripts.md
@@ -166,7 +166,7 @@ Movement types:
- `SPRITEMOVEDATA_BIGDOLL`
-- `SPRITEMOVEDATA_LAPRAS`
+- `SPRITEMOVEDATA_SWIM_WANDER`
Object types: