Clears celadon TR rocket HQ after getting recognized by Archer in Mt. Ember

This commit is contained in:
chardub
2025-02-06 19:17:41 -05:00
parent a9de6b6c97
commit 1809d246b6
6 changed files with 1 additions and 2 deletions

View File

@@ -21,8 +21,7 @@ module SaveData
# @param file_path [String] path of the file to load from
# @return [Hash, Array] loaded save data
# @raise [IOError, SystemCallError] if file opening fails
def self.get_data_from_file(file_path)
validate file_path => String
def self.get_data_from_file(file_path) validate file_path => String
save_data = nil
File.open(file_path) do |file|
data = Marshal.load(file)