mirror of
https://github.com/pret/pokepinballrs.git
synced 2026-09-26 21:34:31 -04:00
86fed4e683
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>