- 1,765
- Posts
- 9
- Years
- Seen today
![[PokeCommunity.com] Deep Marsh Tiles [PokeCommunity.com] Deep Marsh Tiles](https://i.imgur.com/VwBzTsE.gif)
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)
Get it here!
Last edited: