mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-27 16:56:00 +00:00
More or less standardised separator comments in the code
This commit is contained in:
@@ -23,7 +23,7 @@ class PokemonGlobalMetadata
|
||||
end
|
||||
|
||||
#===============================================================================
|
||||
# General purpose utilities
|
||||
# General purpose utilities.
|
||||
#===============================================================================
|
||||
def pbDrawGauge(bitmap, rect, color, value, maxValue)
|
||||
return if !bitmap
|
||||
@@ -100,7 +100,7 @@ class PurifyChamberSet
|
||||
end
|
||||
|
||||
# Tempo refers to the type advantages of each Pokemon in a certain set in a
|
||||
# clockwise direction. Tempo also depends on the number of Pokemon in the set
|
||||
# clockwise direction. Tempo also depends on the number of Pokemon in the set.
|
||||
def tempo
|
||||
ret = 0
|
||||
@list.length.times do |i|
|
||||
@@ -1296,6 +1296,7 @@ end
|
||||
#===============================================================================
|
||||
#
|
||||
#===============================================================================
|
||||
|
||||
MenuHandlers.add(:pc_menu, :purify_chamber, {
|
||||
"name" => _INTL("Purify Chamber"),
|
||||
"order" => 30,
|
||||
|
||||
Reference in New Issue
Block a user