Tidied up, removed unused code

This commit is contained in:
Maruno17
2021-01-17 21:26:20 +00:00
parent cb684094be
commit 7f254c6434
17 changed files with 26 additions and 567 deletions

View File

@@ -344,8 +344,7 @@ class MapScreenScene
if $game_map
@currentmap=$game_map.map_id
else
system=load_data("Data/System.rxdata")
@currentmap=system.edit_map_id
@currentmap=($data_system) ? $data_system.edit_map_id : 1
end
putSprite(@currentmap)
end