Skip to content

Conversation

@mattman107
Copy link

No description provided.

Copy link
Author

@mattman107 mattman107 left a comment

Choose a reason for hiding this comment

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

Also this relies on some of the stuff from the Zora's River refactor. The Climb/Power Bracelet enums etc.

lambda bundle: call_gossip_fairy_except_suns(bundle)),
(EventLocations.ZF_BUTTERFLY_FAIRY, Events.CAN_ACCESS_FAIRIES,
lambda bundle: can_use(Items.STICKS, bundle) and at_day(bundle))
(EventLocations.ZF_FAIRY, Events.CAN_ACCESS_FAIRIES, lambda bundle: call_gossip_fairy_except_suns(bundle) or (can_use(Items.STICKS, bundle) and at_day(bundle)))
Copy link
Author

Choose a reason for hiding this comment

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

Ship combined the two events into one.

Comment on lines +3454 to +3460
ZF_BUSH_1 = "ZF Bush 1"
ZF_BUSH_2 = "ZF Bush 2"
ZF_BUSH_3 = "ZF Bush 3"
ZF_BUSH_4 = "ZF Bush 4"
ZF_BUSH_5 = "ZF Bush 5"
ZF_BUSH_6 = "ZF Bush 6"

Copy link
Author

Choose a reason for hiding this comment

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

Not sure if these strings are identical to Ship.

@mattman107 mattman107 marked this pull request as draft January 22, 2026 03:18
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.

1 participant