Skip to content

Conversation

@InsaneFirebat
Copy link
Collaborator

Replaces our orgs with a macro that assigns freespace to the next available byte. Use %startfree(80) to org into the next byte of freespace in bank $80. Use %endfree(80) to signal the end of freespace usage and update macro variables. Replaces most of the print commands with a list of banks written to, the next available byte, and how many bytes are remaining.

From https://github.com/cout/baby_metroid/blob/main/src/freespace.asm

Replaces our orgs with a macro that assigns freespace to the next available byte
Use %startfree(80) to org into the next byte of freespace in bank $80
Use %endfree(80) to signal the end of freespace usage and update macro variables
Replaces most of the print commands with a list of banks written to, the next available byte, and how many bytes are remaining
From https://github.com/cout/baby_metroid/blob/main/src/freespace.asm

Co-Authored-By: Paul Brannan <[email protected]>
@InsaneFirebat
Copy link
Collaborator Author

Error: This request has been automatically failed because it uses a deprecated version of actions/upload-artifact: v3. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

This sounds like it needs @NobodyNada attention

@InsaneFirebat InsaneFirebat changed the base branch from next-update to master February 17, 2025 11:39
@InsaneFirebat InsaneFirebat changed the base branch from master to next-update February 17, 2025 11:40
@InsaneFirebat InsaneFirebat changed the base branch from next-update to master February 17, 2025 11:42
@InsaneFirebat
Copy link
Collaborator Author

Merged into #223

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