mgba_dump_oam
Extract and display all 40 sprite data from Game Boy, GBC, or GBA games, including positions, tiles, flags, and palettes, for game analysis and testing.
Instructions
Dump OAM (Object Attribute Memory) sprite data - shows all 40 sprites with position, tile, flags, and palette
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rom_path | Yes | Path to the ROM file | |
| savestate_path | No | Optional savestate to load | |
| frames | No | Frames to run before dumping (default: 60) |