Files
yaze/docs/index.md
scawful 6a49f7defa feat: Introduce mock ROM mode for testing without actual ROM files
- Added a new feature to the `z3ed` AI agent allowing testing in mock ROM mode, which creates a minimal valid ROM structure with embedded labels but no actual game data.
- Updated the `agent_test_suite.sh` script to default to mock ROM mode for easier testing.
- Introduced `--mock-rom` command line flag to enable mock ROM mode in various agent commands.
- Enhanced documentation to cover the usage and benefits of mock ROM mode for CI/CD and development testing.
- Implemented necessary changes in the codebase to support mock ROM initialization and label management.
2025-10-10 17:10:09 -04:00

4.0 KiB

yaze Documentation

Welcome to the official documentation for yaze, a comprehensive ROM editor for The Legend of Zelda: A Link to the Past.

A: Getting Started & Testing

B: Build & Platform

C: z3ed CLI

E: Development & API

F: Technical Documentation

G: Graphics & GUI Systems

H: Project Info

I: Roadmap & Vision

R: ROM Reference


Documentation Standards

Naming Convention

  • A-series: Getting Started & Testing
  • B-series: Build, Platform & Git Workflow
  • C-series: CLI Tools (z3ed)
  • E-series: Development, API & Emulator
  • F-series: Feature-Specific Technical Docs
  • G-series: Graphics & GUI Systems
  • H-series: Project Info (Changelog, etc.)
  • I-series: Roadmap & Vision
  • R-series: ROM Technical Reference

File Naming

  • Use descriptive, kebab-case names
  • Prefix with series letter and number (e.g., E4-emulator-development-guide.md)
  • Keep filenames concise but clear

Last updated: October 10, 2025 - Version 0.3.2 (Preparing for Release)