hyrule-navigator
Installation
SKILL.md
Hyrule Navigator
Scope
- Localize Link in the game world (Dungeon Room or Overworld Screen).
- Plan paths between rooms (Macro-Pathing) using
world_graph.json. - Steer Link to specific coordinates (Micro-Pathing) within a room.
- Handle transitions (Doors, Stairs, Entrances).
Core Capabilities
1. Localization
Identify where Link is using RAM:
- Dungeon: RoomID (
$7E00A0), X ($7E0022), Y ($7E0020). - Overworld: ScreenID (Calc from X/Y), Global X/Y.
- Context:
Indoorsflag ($7E001B).