Sm64 Color Codes New! Link
| Bit Position | 15 | 14-11 | 10-7 | 6-3 | 2-0 | |--------------|----|-------|------|-----|-----| | Component | A | R | G | B | unused? (varies) |
| Object | Hex Value | RGB (5-bit) | Visible Color | |--------|-----------|--------------|----------------| | Red Cap | 0xF800 | 31,0,0 | Bright Red | | Yellow Coin | 0xFFE0 | 31,31,0 | Yellow | | Blue Sky Box | 0x001F | 0,0,31 | Blue | | Green Pipe | 0x03E0 | 0,31,0 | Green | | White Cloud | 0x7FFF | 31,31,31 | White | | Black Shadow | 0x0000 | 0,0,0 | Black (transparent if alpha=0) | sm64 color codes
For actual ROM patching, always verify byte order (big-endian) and use checksum correction tools like n64crc . | Bit Position | 15 | 14-11 |