- Pokémon Essentials Version
- v17.2 ➖
 
	To use it, you must create a new tile with terrain tag
MarshDeep. Remember to change the number if you are already using the default 17.There's also one other edit to "def bush_depth" in Game_Character.
This line :
			
				Code:
			
		
		
		      return 12 if self.map.bush?(@x,@y) and !moving?
			
				Code:
			
		
		
		      return 12 if (self.map.bush?(@x,@y) and !moving?) || (self==$game_player && $PokemonGlobal.stuck)- Credits
- Just me!
 
	