Skip to content

Adding Flag Shuffling Bosses by World#137

Open
JackQuincy wants to merge 1 commit into
ff6wc:mainfrom
JackQuincy:shuffle-bosses-by-world
Open

Adding Flag Shuffling Bosses by World#137
JackQuincy wants to merge 1 commit into
ff6wc:mainfrom
JackQuincy:shuffle-bosses-by-world

Conversation

@JackQuincy

Copy link
Copy Markdown

Adding flag -bbws which shuffles bosses in separate pools between the World of Ruin and the World of Balance based on the location the boss spot is in.

@wrjones104

Copy link
Copy Markdown
Collaborator

/gemini review

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a new feature to shuffle boss battles restricted by world (World of Balance and World of Ruin) via the -bbws flag. It adds the necessary command-line arguments, separates boss packs into world-specific pools, and implements the world-shuffling logic. The feedback points out a redundant safety check for Phunbaba 3 in the World of Balance boss list, which can be safely removed since the pools are kept strictly separate.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread data/enemy_packs.py
Comment on lines +193 to +194
# I don't think this is needed because phunbaba 3 should be in wor but just in case
self.phunbaba3_safety_check(wob_bosses_to_replace)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The safety check for Phunbaba 3 is redundant and unreachable under world shuffle. Number 128 is a World of Balance boss, whereas Phunbaba 3 is a World of Ruin boss. Since the two pools are kept strictly separate during world shuffle, Phunbaba 3 can never be assigned to the Number 128 location. We can safely remove this redundant call and comment to keep the codebase clean and maintainable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants