Skip to content

Moveable ghost hack - #62

Merged
FramePerfection merged 7 commits into
Developmentfrom
moveable-ghost-hack
Aug 26, 2026
Merged

Moveable ghost hack#62
FramePerfection merged 7 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

@hugou74130 hugou74130 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested in-game and it works perfectly on Usamune. Verified the memory
through STROOP:
when the ghost is injected into an empty memory region, it
fills that memory correctly with no conflict with any of the ROM hack's
features. All the other addresses are correct no bugs. Same result on
both the US and JP ROMs: everything works exactly as intended.

@FramePerfection
FramePerfection merged commit 953c9a1 into Development Aug 26, 2026
1 check passed
@FramePerfection
FramePerfection deleted the moveable-ghost-hack branch August 28, 2026 10:51
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

2 participants