Removed alternate map rendering code

This commit is contained in:
Maruno17
2021-05-19 20:25:51 +01:00
parent 42b7988089
commit e7d116780f
12 changed files with 51 additions and 575 deletions

View File

@@ -148,8 +148,7 @@ class Sprite_Character < RPG::Sprite
self.oy -= @character.bob_height
end
if self.visible
if $PokemonSystem.tilemap == 0 ||
(@character.is_a?(Game_Event) && @character.name[/regulartone/i])
if @character.is_a?(Game_Event) && @character.name[/regulartone/i]
self.tone.set(0, 0, 0, 0)
else
pbDayNightTint(self)