build-romhack-vault.py generates pokemon-romhack-vault/: one note per hack (YAML properties + tags + summary + links), an Index MOC (Dataview + static table), a Types taxonomy, and per-platform MOCs. Dataset is the single source of truth — edit + re-run to extend.
24 lines
882 B
Markdown
24 lines
882 B
Markdown
# Nintendo DS (NDS) — 8 hacks
|
|
|
|
```dataview
|
|
TABLE base, version, status, type
|
|
FROM "Hacks"
|
|
WHERE platform = "NDS"
|
|
SORT file.name ASC
|
|
```
|
|
|
|
## Static
|
|
|
|
| Hack | Base | Version | Status | Type |
|
|
|---|---|---|---|---|
|
|
| [[Blaze Black]] | Black | — | Complete | Vanilla+, Difficulty |
|
|
| [[Blaze Black 2 Redux]] | Black 2 | 1.3.0 | Complete | Vanilla+, Difficulty, Expansion |
|
|
| [[Following Renegade Platinum]] | Platinum | 2.0 | Complete | Difficulty, Vanilla+, QoL |
|
|
| [[Renegade Platinum]] | Platinum | 1.3.0 | Complete | Difficulty, Vanilla+ |
|
|
| [[Sacred Gold]] | HeartGold | 1.05 | Complete | Vanilla+, Difficulty |
|
|
| [[Storm Silver]] | SoulSilver | 1.05 | Complete | Vanilla+, Difficulty |
|
|
| [[Volt White]] | White | — | Complete | Vanilla+, Difficulty |
|
|
| [[Volt White 2 Redux]] | White 2 | 1.4.1 | Complete | Vanilla+, Difficulty, Expansion |
|
|
|
|
[[Index|← back to directory]]
|