Files
pokepinballrs/data
Cyphgirl 86fed4e683 Name the unused timer warning palette, fix a stale address
gUnknown_086B0864 is not the slow palette - gTimerWarningPalette_Slow
already exists two labels down. All three differ only in colour 3, red
for _Fast and yellow for _Slow, and white here, so it is the white
member of the same set. Nothing points at it; the code alternates _Fast
and _Slow against gDefaultTimerPalette, which lives in rom_1.s.

gUnknown_086AACE6 carried an address comment of 0x086AACEC. The name is
the correct one: at 0x6AACE6 the count reads 1 and the entry matches
what is emitted, where at 0x6AACEC it would read 4252, and with the
right address the record ends exactly where the next label starts.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-10 06:00:01 -04:00
..
.
2026-06-01 03:54:58 -05:00
2026-07-04 00:10:52 -05:00
2026-08-09 20:35:01 -04:00