General tidying up

This commit is contained in:
Maruno17
2020-12-28 15:46:08 +00:00
parent d3d7222fd3
commit fb29c6b760
44 changed files with 1822 additions and 2650 deletions

View File

@@ -1,3 +1,6 @@
#===============================================================================
#
#===============================================================================
class PokemonSystem
attr_accessor :textspeed
attr_accessor :battlescene
@@ -36,8 +39,6 @@ class PokemonSystem
def tilemap; return MAP_VIEW_MODE; end
end
#===============================================================================
# Stores game options
# Default options are at the top of script section SpriteWindow.
@@ -113,8 +114,9 @@ def pbSettingToTextSpeed(speed)
return MessageConfig::TextSpeed || 1
end
#===============================================================================
#
#===============================================================================
module MessageConfig
def self.pbDefaultSystemFrame
begin
@@ -153,8 +155,6 @@ module MessageConfig
end
end
#===============================================================================
#
#===============================================================================
@@ -168,8 +168,9 @@ module PropertyMixin
end
end
#===============================================================================
#
#===============================================================================
class EnumOption
include PropertyMixin
attr_reader :values
@@ -195,8 +196,9 @@ class EnumOption
end
end
#===============================================================================
#
#===============================================================================
class EnumOption2
include PropertyMixin
attr_reader :values
@@ -222,8 +224,9 @@ class EnumOption2
end
end
#===============================================================================
#
#===============================================================================
class NumberOption
include PropertyMixin
attr_reader :name
@@ -253,8 +256,9 @@ class NumberOption
end
end
#===============================================================================
#
#===============================================================================
class SliderOption
include PropertyMixin
attr_reader :name
@@ -285,8 +289,6 @@ class SliderOption
end
end
#===============================================================================
# Main options list
#===============================================================================
@@ -403,8 +405,6 @@ class Window_PokemonOption < Window_DrawableCommand
end
end
#===============================================================================
# Options main screen
#===============================================================================
@@ -587,8 +587,6 @@ class PokemonOption_Scene
end
end
#===============================================================================
#
#===============================================================================