Skip to content

Hk rework entrance rando#6

Open
qwint wants to merge 7 commits intohk_reworkfrom
hk_er_pr
Open

Hk rework entrance rando#6
qwint wants to merge 7 commits intohk_reworkfrom
hk_er_pr

Conversation

@qwint
Copy link
Copy Markdown
Owner

@qwint qwint commented Mar 15, 2026

adds ER build off of #5

still seems to have resource state caching issues which were present in non-er flower quest but as expected seem exacerbated in er, but else should be complete

additionally adds option groups because i was annoyed finding the new options testing webhost

Comment on lines +221 to +222
option_full = 2
option_room = 3
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

People will be confused about this distinction if they don't read carefully (nobody reads carefully). I would suggest maparea and fullarea to avoid the confusion (I will also be doing this internally on the client, not that it matters)

Comment on lines +274 to +275
option_coupled = 1
option_decoupled = 2
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

is there a reason this is not 0/1? it's not a major issue but it's annoying that the default value deserialized when it's not provided (all bits 0 aka 0) is not the same as the default value of the option

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

nah, i got it like that and didn't touch it to not confuse the client bits that were already written,
can change it to whatever you prefer

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.

3 participants