Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Korok Cove Hide n Seek Minigame #96

Open
scawful opened this issue Aug 15, 2024 · 1 comment
Open

Add Korok Cove Hide n Seek Minigame #96

scawful opened this issue Aug 15, 2024 · 1 comment
Labels
sprite Sprite assembly and graphics

Comments

@scawful
Copy link
Owner

scawful commented Aug 15, 2024

The Korok Cove is a special map and the only one which contains the Korok NPC. Currently, they dynamically transfer their sheets in during the sprite routine but every sprite does it so when they load into view there is a flickering. This needs to be fixed. There should be an origin korok who initializes the sheet and is the interaction sprite for starting the hide and seek minigame with the other Koroks. Given there is no subtypes in the overworld this will require some sort of global flag set by the Korok and cleared when leaving the special map.

@scawful scawful added the sprite Sprite assembly and graphics label Aug 15, 2024
@scawful scawful added this to the Oracle of Secrets v1.0 milestone Aug 15, 2024
@scawful
Copy link
Owner Author

scawful commented Aug 23, 2024

Koroks have been updated to only upload their graphics for their area once, however there are some draw bugs with the walking state of the koroks which will need to be fixed in ZSpriteMaker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sprite Sprite assembly and graphics
Projects
Status: In Progress
Development

No branches or pull requests

1 participant