mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
fixes egg moves issue with pokemon that breed with incense in the official games, updates intro screen
This commit is contained in:
@@ -225,7 +225,7 @@ class CharacterSelectMenuPresenter
|
||||
def applyHairEasterEggs()
|
||||
@hairstyle = HAIR_RIVAL if @name == "Gary" && @gender == 1
|
||||
@hairstyle = HAIR_BROCK if @name == "Brock" && @gender == 1
|
||||
@hairstyle = HAIR_MISTY if @name == "Misty" && @gender == 0
|
||||
@hairstyle = HAIR_MISTY1 if @name == "Misty" && @gender == 0
|
||||
|
||||
end
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ module Settings
|
||||
AI_ENTRIES_RATE_LOG_FILE = 'Data/pokedex/rate_limit.log' # Path to the log file
|
||||
|
||||
#Spritepack
|
||||
NEWEST_SPRITEPACK_MONTH = 1
|
||||
NEWEST_SPRITEPACK_MONTH = 2
|
||||
NEWEST_SPRITEPACK_YEAR = 2025
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user