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

Finish Kydreeok final boss #58

Open
scawful opened this issue Mar 29, 2024 · 0 comments · Fixed by #61
Open

Finish Kydreeok final boss #58

scawful opened this issue Mar 29, 2024 · 0 comments · Fixed by #61
Assignees
Labels
asm Involved assembly programming help wanted Extra attention is needed

Comments

@scawful
Copy link
Owner

scawful commented Mar 29, 2024

Kydreeok will be the final boss of the game, as the final form of the Pirate King Kydrog you fight in the Dragon Ship. The boss is currently implemented as a main Kydreeok sprite which controls a dungeon object for the body and two Kydreeok_Head sprites which are guided by the body sprite.

It has basic movement around the arena with collision as well as logic for the heads to rotate in place while neck pieces follow them. There are still some improvements which need to be made to make the head sprites feel more independent, as well as establishing the bosses actual weaknesses and the different phases of the fight, as to be on par with the Ganon fight which it will be replacing.

This boss will likely be able to be reused with the normal Gleeok dragon graphics for future hacks and allow future users to remove phases if they want a simpler boss fight.

Sprites/Bosses/kydreeok.asm
Sprites/Bosses/kydreeok_head.asm

image

@scawful scawful added help wanted Extra attention is needed asm Involved assembly programming labels Mar 29, 2024
@scawful scawful added this to the Fortress of Secrets Demo milestone Mar 29, 2024
@scawful scawful moved this to Todo in Oracle of Secrets Mar 29, 2024
@scawful scawful moved this from Todo to In Progress in Oracle of Secrets Mar 29, 2024
@scawful scawful linked a pull request Mar 30, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from In Progress to Done in Oracle of Secrets Apr 19, 2024
@scawful scawful reopened this Apr 19, 2024
@scawful scawful moved this from Done to Todo in Oracle of Secrets Aug 16, 2024
@scawful scawful removed this from the Fortress of Secrets Demo milestone Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
asm Involved assembly programming help wanted Extra attention is needed
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

3 participants