More or less standardised separator comments in the code

This commit is contained in:
Maruno17
2024-06-27 21:21:26 +01:00
parent 225549bfce
commit 509a414f37
198 changed files with 1907 additions and 1263 deletions

View File

@@ -145,7 +145,7 @@ class SliderOption
end
#===============================================================================
# Main options list
# Main options list.
#===============================================================================
class Window_PokemonOption < Window_DrawableCommand
attr_reader :value_changed
@@ -263,7 +263,7 @@ class Window_PokemonOption < Window_DrawableCommand
end
#===============================================================================
# Options main screen
# Options main screen.
#===============================================================================
class PokemonOption_Scene
attr_reader :sprites
@@ -379,8 +379,9 @@ class PokemonOptionScreen
end
#===============================================================================
# Options Menu commands
# Options Menu commands.
#===============================================================================
MenuHandlers.add(:options_menu, :bgm_volume, {
"name" => _INTL("Music Volume"),
"order" => 10,