mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 13:44:59 +00:00
Rewrote load game screen inc. supporting multiple save files, allowed \PN and \v[42] in map names and Town Map point names
This commit is contained in:
@@ -102,6 +102,7 @@ module GameData
|
||||
return false
|
||||
end
|
||||
|
||||
# TODO: Make the below depend on a Setting rather than quoting it out.
|
||||
def display_type(pkmn, move = nil)
|
||||
=begin
|
||||
case @function_code
|
||||
@@ -187,6 +188,7 @@ module GameData
|
||||
return @type
|
||||
end
|
||||
|
||||
# TODO: Make the below depend on a Setting rather than quoting it out.
|
||||
def display_damage(pkmn, move = nil)
|
||||
=begin
|
||||
case @function_code
|
||||
|
||||
Reference in New Issue
Block a user