-
Notifications
You must be signed in to change notification settings - Fork 67
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
Unpack summary screen graphics #298
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
polish: Align this (and other graphics) to be as recognizable as possible, using nitrogfx
options for mwidth
and mheight
to control how they are translated back to NCGR
s.
You can use the extra_args
keyword argument of generator.process()
to supply the additional arguments without needing to write a new generator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's unfortunately a few stubborn ones that can't be made to look nice (pokerus icon, move cursor, ribbon cursor, tabs) but the rest should be fixed now.
Unpacks all the graphics in the summary screen graphics NARC
pl_pst_gra.narc
.There is an issue with NCER generation in nitrogfx that has to be addressed in order for the .jsons in this PR to match, so this will stay as a draft until the relevant nitrogfx PR is merged. It should be ready to review though.