Renamed trainer charsets and added code to the sprite renamer that will rename them and edit map data accordingly

This commit is contained in:
Maruno17
2021-05-11 21:00:15 +01:00
parent 911ba343ce
commit 8ff43cbd4c
3 changed files with 65 additions and 18 deletions

View File

@@ -34,7 +34,7 @@ module GameData
end
def self.charset_filename(tr_type)
return self.check_file(tr_type, "Graphics/Characters/trchar")
return self.check_file(tr_type, "Graphics/Characters/trainer_")
end
def self.charset_filename_brief(tr_type)