Files
pokepinballrs/data
simisonne ce68dfdbec Identify and dump board HUD tile graphics and pokedex info window tilemap
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.
2026-08-11 13:55:28 +00:00
..
.
2026-06-01 03:54:58 -05:00
2026-07-04 00:10:52 -05:00