mirror of
https://github.com/pret/pokepinballrs.git
synced 2026-09-26 13:32:51 -04:00
ce68dfdbec
gBoardHudTilemapA and gBoardHudTilemapB are not tilemaps despite their names: both blobs are 4bpp tile graphics for the board HUD, loaded to charblock 1 tiles 320-351 and 352-415 on every board transition and referenced from the BG0 tilemap buffer with palette bank 12. Extracted as board_hud_tiles_a/b.png following the stage/main conventions. gPokedexInfoWindowTiles is a genuine 32x32 u16 tilemap. Its content rows 0-5 are a 26x6 window referencing tile indices 224-409, which are sheet rows 7-12, cols 0-25 of the 32 wide gPokedexBgText_Gfx tileset. Extracted as info_window_tilemap.bin following the pokedex tilemap conventions (bg1/bg2/bg3_tilemap.bin). All assets verified byte exact against baserom via gbagfx round trip; make compare passes.