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

@@ -1,7 +1,11 @@
#===============================================================================
#
#===============================================================================
module PBEffects
#===========================================================================
# These effects apply to a battler
#===========================================================================
#-----------------------------------------------------------------------------
# These effects apply to a battler.
#-----------------------------------------------------------------------------
AquaRing = 0
Attract = 1
BanefulBunker = 2
@@ -123,9 +127,10 @@ module PBEffects
WeightChange = 115
Yawn = 116
#=============================================================================
# These effects apply to a battler position
#=============================================================================
#-----------------------------------------------------------------------------
# These effects apply to a battler position.
#-----------------------------------------------------------------------------
FutureSightCounter = 700
FutureSightMove = 701
FutureSightUserIndex = 702
@@ -136,9 +141,10 @@ module PBEffects
WishAmount = 707
WishMaker = 708
#=============================================================================
# These effects apply to a side
#=============================================================================
#-----------------------------------------------------------------------------
# These effects apply to a side.
#-----------------------------------------------------------------------------
AuroraVeil = 800
CraftyShield = 801
EchoedVoiceCounter = 802
@@ -162,9 +168,10 @@ module PBEffects
ToxicSpikes = 820
WideGuard = 821
#=============================================================================
# These effects apply to the battle (i.e. both sides)
#=============================================================================
#-----------------------------------------------------------------------------
# These effects apply to the battle (i.e. both sides).
#-----------------------------------------------------------------------------
AmuletCoin = 900
FairyLock = 901
FusionBolt = 902