Removed deprecated methods

This commit is contained in:
Maruno17
2024-06-27 21:37:00 +01:00
parent 509a414f37
commit 6cc07d1c7a
12 changed files with 1 additions and 866 deletions

View File

@@ -61,12 +61,6 @@ module GameData
@pbs_file_suffix = hash[:pbs_file_suffix] || ""
end
# @deprecated This method is slated to be removed in v22.
def base_damage
Deprecation.warn_method("base_damage", "v22", "power")
return @power
end
# @return [String] the translated name of this move
def name
return pbGetMessageFromHash(MessageTypes::MOVE_NAMES, @real_name)