Skip to content

Commit

Permalink
Start cosmetic refactor #2263
Browse files Browse the repository at this point in the history
  • Loading branch information
theballaam96 committed Dec 22, 2024
1 parent b907bb8 commit be7c890
Show file tree
Hide file tree
Showing 12 changed files with 2,726 additions and 2,694 deletions.
4 changes: 2 additions & 2 deletions randomizer/Patching/ApplyLocal.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
from randomizer.Enums.Models import Model, ModelNames, HeadResizeImmune
from randomizer.Enums.Settings import RandomModels, BigHeadMode
from randomizer.Lists.Songs import ExcludedSongsSelector
from randomizer.Patching.Cosmetics.TextRando import writeCrownNames
from randomizer.Patching.Cosmetics.Holiday import applyHolidayMode
from randomizer.Patching.CosmeticColors import (
apply_cosmetic_colors,
applyHolidayMode,
overwrite_object_colors,
writeMiscCosmeticChanges,
writeCrownNames,
darkenDPad,
darkenPauseBubble,
)
Expand Down
6 changes: 2 additions & 4 deletions randomizer/Patching/ApplyRandomizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,11 @@
from randomizer.Patching.BananaPortRando import randomize_bananaport, move_bananaports
from randomizer.Patching.BarrelRando import randomize_barrels
from randomizer.Patching.CoinPlacer import randomize_coins
from randomizer.Patching.Cosmetics.TextRando import writeBootMessages
from randomizer.Patching.Cosmetics.Puzzles import updateMillLeverTexture, updateCryptLeverTexture, updateDiddyDoors
from randomizer.Patching.CosmeticColors import (
applyHelmDoorCosmetics,
applyKongModelSwaps,
updateCryptLeverTexture,
updateMillLeverTexture,
writeBootMessages,
updateDiddyDoors,
showWinCondition,
)
from randomizer.Patching.CratePlacer import randomize_melon_crate
Expand Down
Loading

0 comments on commit be7c890

Please sign in to comment.