mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-24 23:35:59 +00:00
More or less standardised separator comments in the code
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#===============================================================================
|
||||
# HP/Status options
|
||||
# HP/Status options.
|
||||
#===============================================================================
|
||||
|
||||
MenuHandlers.add(:battle_pokemon_debug_menu, :hp_status_menu, {
|
||||
"name" => _INTL("HP/status..."),
|
||||
"parent" => :main,
|
||||
@@ -129,8 +130,9 @@ MenuHandlers.add(:battle_pokemon_debug_menu, :full_heal, {
|
||||
})
|
||||
|
||||
#===============================================================================
|
||||
# Level/stats options
|
||||
# Level/stats options.
|
||||
#===============================================================================
|
||||
|
||||
MenuHandlers.add(:battle_pokemon_debug_menu, :level_stats, {
|
||||
"name" => _INTL("Stats/level..."),
|
||||
"parent" => :main,
|
||||
@@ -408,8 +410,9 @@ MenuHandlers.add(:battle_pokemon_debug_menu, :set_happiness, {
|
||||
})
|
||||
|
||||
#===============================================================================
|
||||
# Types
|
||||
# Types.
|
||||
#===============================================================================
|
||||
|
||||
MenuHandlers.add(:battle_pokemon_debug_menu, :set_types, {
|
||||
"name" => _INTL("Set types"),
|
||||
"parent" => :main,
|
||||
@@ -457,8 +460,9 @@ MenuHandlers.add(:battle_pokemon_debug_menu, :set_types, {
|
||||
})
|
||||
|
||||
#===============================================================================
|
||||
# Moves options
|
||||
# Moves options.
|
||||
#===============================================================================
|
||||
|
||||
MenuHandlers.add(:battle_pokemon_debug_menu, :moves, {
|
||||
"name" => _INTL("Moves..."),
|
||||
"parent" => :main,
|
||||
@@ -600,8 +604,9 @@ MenuHandlers.add(:battle_pokemon_debug_menu, :reset_moves, {
|
||||
})
|
||||
|
||||
#===============================================================================
|
||||
# Other options
|
||||
# Other options.
|
||||
#===============================================================================
|
||||
|
||||
MenuHandlers.add(:battle_pokemon_debug_menu, :set_item, {
|
||||
"name" => _INTL("Set item"),
|
||||
"parent" => :main,
|
||||
|
||||
Reference in New Issue
Block a user