Skip to content

remove unused VB_SHOULDs#5056

Merged
aMannus merged 6 commits intoHarbourMasters:developfrom
briaguya0:clean-up-shoulds-part-2
Feb 14, 2025
Merged

remove unused VB_SHOULDs#5056
aMannus merged 6 commits intoHarbourMasters:developfrom
briaguya0:clean-up-shoulds-part-2

Conversation

@briaguya0
Copy link
Contributor

@briaguya0 briaguya0 commented Feb 13, 2025

resolves #4997

after going through everything in #4997 i verified the docs had been updated for everything mentioned in that issue.

this PR just removes the leftover unused ones

Build Artifacts

@briaguya0 briaguya0 changed the title clean up vb should docs part 2 remove unused VB_SHOULDs Feb 13, 2025
@briaguya0 briaguya0 marked this pull request as ready for review February 13, 2025 10:49
Comment on lines -525 to -531
// Replace the blue warp transitions with ones that lead back to the chamber of sages
case VB_BLUE_WARP_APPLY_ENTRANCE_AND_CUTSCENE: {
DoorWarp1* blueWarp = va_arg(args, DoorWarp1*);
BossRush_HandleBlueWarp(gPlayState, blueWarp->actor.world.pos.x, blueWarp->actor.world.pos.z);
*should = false;
break;
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it was added in #4255, but i could only find one instance of it in there

Copy link
Contributor

Choose a reason for hiding this comment

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

Potentially related to #5006

case VB_GIVE_ITEM_STRENGTH_1:
case VB_GIVE_ITEM_ZELDAS_LETTER:
case VB_GIVE_ITEM_OCARINA_OF_TIME:
case VB_GIVE_ITEM_KOKIRI_EMERALD:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

looks like this was added in 596ea5e but i couldn't find it being used in there either

@aMannus aMannus merged commit 20a9f41 into HarbourMasters:develop Feb 14, 2025
5 checks passed
@briaguya0 briaguya0 deleted the clean-up-shoulds-part-2 branch February 15, 2025 04:49
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.

clean up GIVanillaBehavior

2 participants