Skip to content

Conversation

@A-Green-Spoon
Copy link
Contributor

@A-Green-Spoon A-Green-Spoon commented Apr 25, 2025

Adds the two small crates in the wiggler room at the top of MQ Jabu to the shuffled locations

Build Artifacts

locationTable[RC_SPIRIT_TEMPLE_BEFORE_CHILD_CLIMB_SMALL_CRATE_2] = Location::SmallCrate(RC_SPIRIT_TEMPLE_BEFORE_CHILD_CLIMB_SMALL_CRATE_2, RCQUEST_VANILLA, RCAREA_SPIRIT_TEMPLE, SCENE_SPIRIT_TEMPLE, TWO_ACTOR_PARAMS(-1151, -939), "Before Child Climb Small Crate 2", RHT_CRATE_SPIRIT_TEMPLE, RG_DEKU_NUTS_5, SpoilerCollectionCheck::RandomizerInf(RAND_INF_SPIRIT_TEMPLE_BEFORE_CHILD_CLIMB_SMALL_CRATE_2));
locationTable[RC_JABU_JABUS_BELLY_MQ_TRIPLE_HALLWAY_SMALL_CRATE_1] = Location::SmallCrate(RC_JABU_JABUS_BELLY_MQ_TRIPLE_HALLWAY_SMALL_CRATE_1, RCQUEST_MQ, RCAREA_JABU_JABUS_BELLY, SCENE_JABU_JABU, TWO_ACTOR_PARAMS(-512, -4592), "MQ Triple Hallway Small Crate 1", RHT_CRATE_JABU_JABU, RG_GREEN_RUPEE, SpoilerCollectionCheck::RandomizerInf(RAND_INF_JABU_JABUS_BELLY_MQ_TRIPLE_HALLWAY_SMALL_CRATE_1));
locationTable[RC_JABU_JABUS_BELLY_MQ_TRIPLE_HALLWAY_SMALL_CRATE_2] = Location::SmallCrate(RC_JABU_JABUS_BELLY_MQ_TRIPLE_HALLWAY_SMALL_CRATE_2, RCQUEST_MQ, RCAREA_JABU_JABUS_BELLY, SCENE_JABU_JABU, TWO_ACTOR_PARAMS(-666, -4671), "MQ Triple Hallway Small Crate 2", RHT_CRATE_JABU_JABU, RG_GREEN_RUPEE, SpoilerCollectionCheck::RandomizerInf(RAND_INF_JABU_JABUS_BELLY_MQ_TRIPLE_HALLWAY_SMALL_CRATE_2));
locationTable[RC_JABU_JABUS_BELLY_MQ_WIGGLERS_SMALL_CRATE_1] = Location::SmallCrate(RC_JABU_JABUS_BELLY_MQ_WIGGLERS_SMALL_CRATE_1, RCQUEST_MQ, RCAREA_JABU_JABUS_BELLY, SCENE_JABU_JABU, TWO_ACTOR_PARAMS(-1381, -2115), "MQ Wigglers Small Crate 1", RHT_CRATE_JABU_JABU, RG_GREEN_RUPEE, SpoilerCollectionCheck::RandomizerInf(RAND_INF_JABU_JABUS_BELLY_MQ_WIGGLERS_SMALL_CRATE_1));
Copy link
Contributor

Choose a reason for hiding this comment

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

A general point I was to bring up is that we do not have an agreed upon name for these things, and so they get called different things at different points. I would like to use this PR review to decide on something so that in future we can be consistent.

I also don't like this name as it is shared with the mario bug enemy.

Names I have personally heard tossed around for these are Cubes, Jelly (cubes), Jigglies, or something more obviously descriptive., but I'm not too bothered so long as it is obvious what it is and doesn't make the enums really long.

(I would also want to consider naming small crates "boxes" for similar length reasons, but that's not for this PR)

@A-Green-Spoon A-Green-Spoon force-pushed the add-mq-jabu-small-crates branch from 52244c9 to e6bc42c Compare April 29, 2025 20:56
@leggettc18 leggettc18 changed the base branch from develop-blair to develop April 29, 2025 20:57
@leggettc18
Copy link
Contributor

Rebased to develop because the grass name change, while it was warranted, would have caused spoiler logs to not parse between bugfix versions which I wanted to avoid, and the missing crates weren't causing crashes or logic issues, they were just not being shuffled.

@leggettc18 leggettc18 merged commit 7cbb0d4 into HarbourMasters:develop Apr 29, 2025
6 checks passed
ReddestDream pushed a commit to ReddestDream/Shipwright that referenced this pull request Apr 30, 2025
* also change grass to match

* add crates back
ReddestDream pushed a commit to ReddestDream/Shipwright that referenced this pull request May 4, 2025
* also change grass to match

* add crates back
Schicksal88 pushed a commit to Schicksal88/Shipwright that referenced this pull request May 6, 2025
* also change grass to match

* add crates back
Schicksal88 pushed a commit to Schicksal88/Shipwright that referenced this pull request May 6, 2025
* also change grass to match

* add crates back
@A-Green-Spoon A-Green-Spoon deleted the add-mq-jabu-small-crates branch May 8, 2025 16:23
krazyjakee pushed a commit to krazyjakee/OOT that referenced this pull request Sep 6, 2025
* also change grass to match

* add crates back
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.

4 participants