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.
25 lines
850 B
Markdown
25 lines
850 B
Markdown
# Game Boy Color (GBC) — 9 hacks
|
|
|
|
```dataview
|
|
TABLE base, version, status, type
|
|
FROM "Hacks"
|
|
WHERE platform = "GBC"
|
|
SORT file.name ASC
|
|
```
|
|
|
|
## Static
|
|
|
|
| Hack | Base | Version | Status | Type |
|
|
|---|---|---|---|---|
|
|
| [[Ambrosia]] | Crystal | 2.4.0 | Ongoing | New Experience |
|
|
| [[Crystal Clear]] | Crystal | 2.5.7 | Complete | New Experience, QoL |
|
|
| [[Crystal Inheritance]] | Crystal | 1.0.3 | Complete | New Experience |
|
|
| [[Crystal Kaizo]] | Crystal | 1.0 | Complete | Difficulty |
|
|
| [[Low Budget Crystal]] | Crystal | — | Complete | Vanilla+, QoL |
|
|
| [[Orange]] | Crystal | — | Complete | New Experience |
|
|
| [[Peridot]] | Crystal | 2.2.3 | Ongoing | New Experience |
|
|
| [[Polished Crystal]] | Crystal | 3.2.3 | Complete | Vanilla+, QoL, Expansion |
|
|
| [[Prism]] | Crystal | 1.0 | Complete | New Experience |
|
|
|
|
[[Index|← back to directory]]
|