Added more save data conversions

This commit is contained in:
Maruno17
2021-03-01 19:12:32 +00:00
parent fa99c2bcd7
commit ec742ac5f2
9 changed files with 124 additions and 43 deletions

View File

@@ -43,7 +43,7 @@ class PokemonGlobalMetadata
# Events
attr_accessor :eventvars
# Affecting the map
attr_writer :bridge
attr_accessor :bridge
attr_accessor :repel
attr_accessor :flashUsed
attr_accessor :encounter_version
@@ -129,10 +129,6 @@ class PokemonGlobalMetadata
# Save file
@safesave = false
end
def bridge
return @bridge || 0
end
end