mirror of
https://github.com/pret/pokepinballrs.git
synced 2026-09-26 21:34:31 -04:00
6d2cffda06
gFlipperTileGraphics is 6 angles of 0x200, copied into tile 0 for the left flipper and tile 16 for the right. Each is a single 32x32 from gBonusBoardLeft/RightFlipperSpriteSet in palette bank 0, so the sheet is 4 tiles wide with no OAM packing and no shape. These are the same two slots the shared bonus-board block fills at t0..31 on every board's intro sheet, which is why bank 0 is already the answer ruby and kyogre record for their own copies of the flipper. Rebuilt sheet matches the ROM blob before and after recolouring, check passes, make compare passes. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>