mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 21:54:58 +00:00
More or less standardised separator comments in the code
This commit is contained in:
@@ -127,7 +127,7 @@ class Window_PokemonBag < Window_DrawableCommand
|
||||
end
|
||||
|
||||
#===============================================================================
|
||||
# Bag visuals
|
||||
# Bag visuals.
|
||||
#===============================================================================
|
||||
class PokemonBag_Scene
|
||||
ITEMLISTBASECOLOR = Color.new(88, 88, 80)
|
||||
@@ -453,7 +453,7 @@ class PokemonBag_Scene
|
||||
end
|
||||
|
||||
#===============================================================================
|
||||
# Bag mechanics
|
||||
# Bag mechanics.
|
||||
#===============================================================================
|
||||
class PokemonBagScreen
|
||||
def initialize(scene, bag)
|
||||
|
||||
Reference in New Issue
Block a user