You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
SPRITEMOVEDATA_LAPRAS → SPRITEMOVEDATA_SWIM_WANDER
(more precise, and encourages hacks to add more SWIM movements)
This commit is contained in:
@@ -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):
|
||||
|
||||
|
@@ -166,7 +166,7 @@ Movement types:
|
||||
|
||||
- `SPRITEMOVEDATA_BIGDOLL`
|
||||
|
||||
- `SPRITEMOVEDATA_LAPRAS`
|
||||
- `SPRITEMOVEDATA_SWIM_WANDER`
|
||||
|
||||
Object types:
|
||||
|
||||
|
Reference in New Issue
Block a user