shithub: pokecrystal

Download patch

ref: 034729bdfe1dcaf0e130cbd537f12b0a352a5825
parent: 1357e0d674efaae639c930b02477c316d1c7b6ca
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sun Sep 27 08:46:42 EDT 2020

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

--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -987,7 +987,7 @@
  	push hl
  	push de
  	ld a, [wEnemyMonSpecies]
--; dec a
+-	; dec a
 +	dec a
  	rlca
  	rlca
@@ -1361,6 +1361,8 @@
 +	db D_LEFT,  0, -1
 +	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