mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Refactored checking whether a Pokémon/species is single gendered, tweaked console message.
This commit is contained in:
@@ -5,22 +5,19 @@ module Console
|
||||
def self.setup_console
|
||||
return unless $DEBUG
|
||||
echoln "GPU Cache Max: #{Bitmap.max_size}"
|
||||
echoln "--------------------------------"
|
||||
echoln "-------------------------------------------------------------------------------"
|
||||
echoln "#{System.game_title} Output Window"
|
||||
echoln "--------------------------------"
|
||||
echoln "If you are seeing this window, you are running"
|
||||
echoln "#{System.game_title} in Debug Mode. This means"
|
||||
echoln "that you're either playing a Debug Version, or"
|
||||
echoln "you are playing from within RPG Maker XP."
|
||||
echoln "-------------------------------------------------------------------------------"
|
||||
echoln "If you can see this window, you are running the game in Debug Mode. This means"
|
||||
echoln "that you're either playing a debug version of the game, or you're playing from"
|
||||
echoln "within RPG Maker XP."
|
||||
echoln ""
|
||||
echoln "Closing this window will close the game. If"
|
||||
echoln "you want to get rid of this window, run the"
|
||||
echoln "program from the Shell, or download a Release"
|
||||
echoln "version."
|
||||
echoln "Closing this window will close the game. If you want to get rid of this window,"
|
||||
echoln "run the program from the Shell, or download a release version of the game."
|
||||
echoln ""
|
||||
echoln "--------------------------------"
|
||||
echoln "-------------------------------------------------------------------------------"
|
||||
echoln "Debug Output:"
|
||||
echoln "--------------------------------"
|
||||
echoln "-------------------------------------------------------------------------------"
|
||||
echoln ""
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user