Open Issues Need Help
View All on GitHub Rename PPUMASK_ZP and PPUCTRL_ZP to something else 2 months ago
good first issue
Rename enemy hit points to enemy health 3 months ago
good first issue
"macro" term is misleading 3 months ago
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
VRAMPtr and WRAMPtr and CartRAMPtr 4 months ago
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