What problem does it solve?
Use this Skill when you need to understand or apply the shared Pattern Load Cue format that controls how Sonic game art is loaded from a ROM into VRAM or standalone sprite assets, without manually reverse-engineering the table structure every time.
Core Features & Use Cases
- Parses the common PLC table layout used across Sonic 1, Sonic 2, and Sonic 3K.
- Converts PLC entries into load operations, VRAM tile indices, or standalone pattern arrays depending on the task.
- Helps with level initialization, act transitions, boss art handling, and object sprite sheet assembly from decompressed art.
- Use it to trace per-game PLC addresses, identify empty definitions, or map ROM art data to rendering resources.
Quick Start
Ask for help parsing a specific Sonic game's PLC table and specify whether you need level-buffer loading, runtime application, or standalone decompression for object art.