diff --git a/binding-mri/module_rpg1.rb b/binding-mri/module_rpg1.rb index 0b5a33e..000c3a7 100644 --- a/binding-mri/module_rpg1.rb +++ b/binding-mri/module_rpg1.rb @@ -19,14 +19,11 @@ module RPG def self.load_bitmap(folder_name, filename, hue = 0) if ModLoader::IS_ENABLED if File.exist?("/mod-storage/" + folder_name + filename) - print "test" path = Graphics.adapted_file("/mod-storage/" + folder_name + filename) else - print "test2" path = Graphics.adapted_file(folder_name + filename) end else - print "test3" path = Graphics.adapted_file(folder_name + filename) end if not @cache.include?(path) or @cache[path].disposed? diff --git a/scripts/Main.rb b/scripts/Main.rb index 6cfd1ac..04df541 100644 --- a/scripts/Main.rb +++ b/scripts/Main.rb @@ -23,8 +23,6 @@ begin #debug shit Input.set_led(255, 150, 30) - print Dir.entries(".") - # Load persistent data Persistent.load