Berry plant bug fix from previous commit

This commit is contained in:
Maruno17
2021-11-15 14:00:41 +00:00
parent f00553c1eb
commit 99b6d86962
2 changed files with 3 additions and 2 deletions

View File

@@ -442,9 +442,10 @@ class TilemapRenderer
else
ret = true # Need a full refresh
end
else
ret = true
end
@current_map_id = $game_map.map_id
ret = true
end
# Check for tile movement
current_map_display_x = ($game_map.display_x.to_f / Game_Map::X_SUBPIXELS).round