feat: Remove Asar integration documentation and update index references

This commit is contained in:
scawful
2025-10-04 14:17:25 -04:00
parent 820e4577df
commit 640e0a78f2
3 changed files with 47 additions and 143 deletions

View File

@@ -6,7 +6,6 @@ Yet Another Zelda3 Editor - A comprehensive ROM editor for The Legend of Zelda:
- [Getting Started](01-getting-started.md) - Basic setup and usage
- [Build Instructions](02-build-instructions.md) - Cross-platform build guide
- [Asar Integration](03-asar-integration.md) - 65816 assembler usage
- [API Reference](04-api-reference.md) - C/C++ API documentation
## Development
@@ -23,7 +22,7 @@ Yet Another Zelda3 Editor - A comprehensive ROM editor for The Legend of Zelda:
- [Assembly Style Guide](E1-asm-style-guide.md) - 65816 assembly coding standards
### Editor Systems
- [Dungeon Editor Guide](dungeon_editor_master_guide.md) - Complete dungeon editing guide
- [Dungeon Editor Master Guide](dungeon_editor_master_guide.md) - Complete dungeon editing guide
### Overworld System
- [Overworld Loading](F1-overworld-loading.md) - ZSCustomOverworld v3 implementation
@@ -39,3 +38,5 @@ Yet Another Zelda3 Editor - A comprehensive ROM editor for The Legend of Zelda:
- **CMake Compatibility**: Automatic handling of submodule compatibility issues (abseil-cpp, SDL)
---
*Last updated: December 2025 - Version 0.3.2*