4 Open Issues Need Help Last updated: Aug 31, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Rename the term "macro" used to describe 2x2 tile arrangements in the Metroid 1 NES disassembly to avoid conflict with the assembler's macro definition. This involves a global search and replace across the project's assembly files, ensuring no unintended consequences arise from the change.

Complexity: 3/5
good first issue

AI Summary: The task is to standardize the naming convention for pointers to WRAM buffers (RoomRAMA/RoomRAMB) used for uploading level tilemaps to VRAM in a NES Metroid 1 disassembly project. The current inconsistent naming (e.g., GetVRAMPtrHi, ZebetiteVRAMPtr, TileBlastWRAMPtr) needs to be unified, possibly choosing a single, descriptive naming scheme.

Complexity: 2/5
good first issue