You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2026. It is now read-only.
Move the N64 matching target closer to the standard decompilation workflow: clean checkout + user-provided ROM + extraction should rebuild the target ROM and allow SHA-1 comparison.
Current State
The native port is the supported play target. The matching target still needs extracted animation/image-table data wired into the link using the existing .incbin pattern, similar to music.s and ob_seg.s.
Acceptance Criteria
make can consume extracted user-local data tables without committing ROM-derived data.
COMPARE=1 make has a documented expected result for supported regions.
No ROM-derived .bin, generated tables, images, audio, or other extracted assets are tracked.
Goal
Move the N64 matching target closer to the standard decompilation workflow: clean checkout + user-provided ROM + extraction should rebuild the target ROM and allow SHA-1 comparison.
Current State
The native port is the supported play target. The matching target still needs extracted animation/image-table data wired into the link using the existing
.incbinpattern, similar tomusic.sandob_seg.s.Acceptance Criteria
makecan consume extracted user-local data tables without committing ROM-derived data.COMPARE=1 makehas a documented expected result for supported regions..bin, generated tables, images, audio, or other extracted assets are tracked../scripts/ci/check_release_ready.shpasses.