Skip to content

Moveable ghost hack - #62

Open
FramePerfection wants to merge 5 commits into
Developmentfrom
moveable-ghost-hack
Open

Moveable ghost hack#62
FramePerfection wants to merge 5 commits into
Developmentfrom
moveable-ghost-hack

Conversation

@FramePerfection

Copy link
Copy Markdown
Owner

This should resolve #4, and obsolete #59 by generalizing its idea of moving the ghost hack "out of the way" to prevent RAM allocation collisions.

The reason why #59 is not preferrable is thus far undocumented, but very intentional:
Most binary ROM hacks allocate RAM banks in regions beyond 0x80500000, so it is more than likely to encounter level data there - exactly the same problem we are facing with the Usamune crash, just in different memory regions.
This impossible to resolve conflict motivates handing control over the offset to the user, at least to a degree.

@FramePerfection FramePerfection self-assigned this Aug 24, 2026
@FramePerfection FramePerfection added bug Something isn't working enhancement New feature or request labels Aug 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ghost hack causes crashes on Usamune 1.93 U

1 participant