release 6.2

This commit is contained in:
infinitefusion
2024-06-28 12:01:39 -04:00
parent 0b9e83f554
commit 3a488c9ba6
7249 changed files with 713866 additions and 136365 deletions

View File

@@ -9,6 +9,9 @@ class Trainer
attr_accessor :party
attr_accessor :quests
attr_accessor :sprite_override
attr_accessor :lowest_difficulty
attr_accessor :selected_difficulty
attr_accessor :game_mode
def inspect
str = super.chop
@@ -216,6 +219,9 @@ class Trainer
@language = pbGetLanguage
@party = []
@sprite_override = sprite_override
@lowest_difficulty=2 #On hard by default, lowered whenever the player selects another difficulty
@selected_difficulty=2 #On hard by default, lowered whenever the player selects another difficulty
@game_mode =0 #classic
end
end