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

@@ -79,6 +79,7 @@ end
#===============================================================================
#
#===============================================================================
EventHandlers.add(:on_enter_map, :end_safari_game,
proc { |_old_map_id|
pbSafariState.pbEnd if !pbInSafari?
@@ -104,6 +105,7 @@ EventHandlers.add(:on_player_step_taken_can_transfer, :safari_game_counter,
#===============================================================================
#
#===============================================================================
EventHandlers.add(:on_calling_wild_battle, :safari_battle,
proc { |pkmn, handled|
# handled is an array: [nil]. If [true] or [false], the battle has already
@@ -177,6 +179,10 @@ class PokemonPauseMenu
end
end
#===============================================================================
#
#===============================================================================
MenuHandlers.add(:pause_menu, :quit_safari_game, {
"name" => _INTL("Quit"),
"order" => 60,