Note that the map connection Surf bug fix will change the movement speed

This commit is contained in:
Rangi 2020-09-27 12:46:42 -04:00
parent 1357e0d674
commit 034729bdfe
1 changed files with 3 additions and 1 deletions

View File

@ -987,7 +987,7 @@ This can occur if your party and current PC box are both full when you start the
push hl
push de
ld a, [wEnemyMonSpecies]
-; dec a
- ; dec a
+ dec a
rlca
rlca
@ -1362,6 +1362,8 @@ Then edit `SurfStartStep` in [engine/overworld/player_object.asm](https://github
+ db D_RIGHT, 0, -1
```
This fix will make the player enter the water at a normal walking speed, not with a slow step.
### Swimming NPCs aren't limited by their movement radius