What problem does it solve?
This Skill provides a comprehensive, step-by-step guide to accurately reimplementing Sonic 2 zone bosses within the OpenGGF engine, ensuring pixel-perfect fidelity to the original game's mechanics and behavior.
Core Features & Use Cases
- Disassembly-Driven Implementation: Leverages detailed disassembly analysis to guide the creation of boss logic, art, and event handling.
- Modular Architecture: Facilitates the creation of multi-component boss entities and their associated child objects.
- Event Manager Integration: Guides the dynamic spawning and management of bosses through the
Sonic2LevelEventManager.
- Use Case: A developer needs to add the Chemical Plant Zone boss to the OpenGGF engine. This Skill provides the exact steps, code patterns, and disassembly references required to achieve an accurate reimplementation.
Quick Start
Use the s2-implement-boss skill to implement the Chemical Plant boss, referencing the disassembly for its object ID and event routines.