refactor: notes live in the Obsidian vault, repo is tooling-only

Per the standing rule that Obsidian notes belong in the self-hosted vault, not
in project folders:

- rm pokemon-romhack-vault/ (redundant generated snapshot; the canonical,
  richer catalog lives in the vault under Pokémon ROM Hacks/)
- pokemon-romhacks-wanted.md -> moved into the vault as Pokémon ROM Hacks/Wanted.md
- .gitignore: ignore pokemon-romhack-vault/ (build script output) so a poorer
  regenerated copy can never be committed back
- build-romhack-vault.py: marked ARCHIVED; vault is now hand-maintained via MCP
- README: rewritten to point at the vault for the catalog
This commit is contained in:
ginnoir
2026-06-06 15:44:23 -05:00
parent e59cc361d0
commit ab7c746df3
86 changed files with 34 additions and 3066 deletions
+5
View File
@@ -2,6 +2,11 @@
# Never commit ROMs/patches; this folder is per-machine scratch.
drop/
# Output of the archived build-romhack-vault.py. The canonical catalog lives in
# the self-hosted Obsidian vault (Pokémon ROM Hacks/), not here — never commit
# a regenerated, poorer copy back into this repo.
pokemon-romhack-vault/
# OS / editor cruft
.DS_Store
Thumbs.db
+18 -51
View File
@@ -1,65 +1,32 @@
# Pokémon ROM Hacks
# Pokémon ROM Hacks — tooling
Curated knowledge base + tooling for the Pokémon ROM-hack collection in the
valhalla homelab library. **Spun off from the `homelabstack` repo on 2026-06-06**
to keep that repo focused on infrastructure.
Acquisition + patching pipeline for the Pokémon ROM-hack collection in the
valhalla homelab library. Spun off from the `homelabstack` repo on 2026-06-06.
The ROM-hacks themselves live on **valhalla** under the EmuDeck/RomM tree at
`/storage1/Emulation/roms/<platform>/Hacks/` and are served by the RomM stack
(`roms.ginnoir.com`) — that deployment stays in `homelabstack` (`stacks/roms/`).
This repo is the *catalog + pipeline*, not the ROMs.
> **The catalog (the notes) lives in the self-hosted Obsidian vault**, not in this
> repo — under `Pokémon ROM Hacks/`: one note per hack, plus `Index`, `Types`,
> `Play Queue`, `Bases/`, `Platforms/`, a `Wanted` acquisition list, and a
> `_Claude.md` ops reference. Access it via the Obsidian MCP (`mcp__obsidian__*`)
> or the `vault` skill. New hacks are added there **manually** (see the vault's
> `_Claude.md` checklist). This repo is just the tooling.
The ROMs live on valhalla under `/storage1/Emulation/roms/<platform>/Hacks/`,
served by the RomM stack (`roms.ginnoir.com`) — deployed from `homelabstack`
(`stacks/roms/`).
## Layout
| Path | What |
|---|---|
| `pokemon-romhack-vault/` | Obsidian vault — one note per hack (75), plus Index/Types/Platform MOCs. Open this folder as an Obsidian vault. **Generated** by `scripts/build-romhack-vault.py`. |
| `pokemon-romhacks-wanted.md` | Manual-acquisition list — worthwhile hacks gated behind Discord/hackdex/Drive that can't be auto-fetched. |
| `scripts/build-romhack-vault.py` | Regenerates `pokemon-romhack-vault/` from the in-script `HACKS` dataset. Edit the dataset, re-run. |
| `scripts/romhack-import.py` | Import a drop folder of mixed ROMs/patches/docs into the valhalla library (validate, clean-name, apply patches, archive). Runs on valhalla. |
| `scripts/romhack-fetch.py` | Acquire + patch + place worthwhile hacks from direct (non-gated) sources. Manifest-driven. Runs on valhalla. |
| `scripts/romhack-apply.py` | Apply a single IPS/BPS/UPS patch to a base ROM with checksum verification. |
| `drop/` | **gitignored** staging area (~1.3 GB) of ROM/patch binaries pending import. Never committed. |
## Regenerating the vault
```
python scripts/build-romhack-vault.py
```
Writes the vault to `pokemon-romhack-vault/` (the output path is resolved relative
to `scripts/`, so keep `scripts/` a sibling of the vault dir). The in-script
`HACKS` dataset is the single source of truth — add a row and re-run to add a hack.
### Vault schema
Each hack note carries Obsidian **properties** (`platform`, `base`, `version`,
`status`, `type`, `generation`, `source`) so the Dataview/Bases plugins work, and
**tags** (`#platform/gba`, `#type/difficulty`, `#status/complete`, `#base/firered`)
so search/graph work with zero plugins. `library_path` points at the file under
`roms/<platform>/Hacks/` on valhalla.
## Live Obsidian vault
A richer working copy of this catalog lives in ginnoir's self-hosted Obsidian
vault (CouchDB / obsidian-livesync, `obsidian.ginnoir.com`) under
**`Pokémon ROM Hacks/`**:
```
Pokémon ROM Hacks/
_Claude.md — ROM-hack vault ops: schema, update patterns, new-hack checklist
Index.md — all 75 hacks (Dataview + static)
Play Queue.md — play-tracking dashboard
Hacks/ — 75 notes, one per hack
Bases/ — per-base MOCs (FireRed / Emerald / Crystal / Ruby / NDS)
Platforms/ — per-system MOCs (GBA / GBC / GB / NDS)
```
Access it via the Obsidian MCP (`mcp__obsidian__*`). The CouchDB sync stack
itself is deployed from `homelabstack` (`stacks/notes/`).
| `scripts/build-romhack-vault.py` | **Archived.** Original generator that bootstrapped the vault notes from an in-script dataset. The vault has since been enriched and is now hand-maintained via the Obsidian MCP — do **not** re-run it against the live vault (its output is poorer: no `play_status`/`rating`/`Bases`/`Play Queue`). Kept only for the structured `HACKS` dataset; its output dir is gitignored. |
| `drop/` | **gitignored** staging area (~1.3 GB) of ROM/patch binaries pending import. |
## Acquisition policy
Pre-3DS handhelds (gb/gbc/gba/nds) + pre-Wii consoles. Direct, non-anti-bot
sources only for auto-fetch; gated hacks go in `pokemon-romhacks-wanted.md` for
manual hand-off. No offensive/"shitpost" content (e.g. Clover excluded).
sources only for auto-fetch; gated hacks are tracked in the vault's
`Pokémon ROM Hacks/Wanted.md` for manual hand-off. No offensive/"shitpost"
content (e.g. Clover excluded).
@@ -1,33 +0,0 @@
---
title: "Pokémon Adventure - Red Chapter"
platform: GBA
base: "FireRed"
version: "Beta 15"
status: "Complete (beta)"
type: ["New Experience"]
generation: "Gen 16 mons"
library_path: "roms/gba/Hacks/Pokemon - Adventure - Red Chapter (Hack).gba"
source: "https://www.pokecommunity.com/threads/pokemon-adventure-red-chapter.331313/"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/firered", "status/completebeta", "type/newexperience"]
---
# Pokémon Adventure - Red Chapter
> [!info] New Experience — **Complete (beta)**
> Game Boy Advance · base **FireRed** · version **Beta 15** · Gen 16 mons
## Summary
Based on the Pokémon Adventures (Pokémon Special) manga — play through Red's story with manga events. Beta 15 is the full, finished beta.
## Type
[[Types#New Experience|New Experience]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-adventure-red-chapter.331313/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Adventure%20-%20Red%20Chapter%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Adventure - Red Chapter (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Aesthetic Red"
platform: GBA
base: "FireRed"
version: "1.1"
status: "Complete"
type: ["Cosmetic", "Vanilla+"]
generation: "Gen 1"
library_path: "roms/gba/Hacks/Pokemon - Aesthetic Red (Hack).gba"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Aesthetic%20Red%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/firered", "status/complete", "type/cosmetic", "type/vanilla+"]
---
# Pokémon Aesthetic Red
> [!info] Cosmetic · Vanilla+ — **Complete**
> Game Boy Advance · base **FireRed** · version **1.1** · Gen 1
## Summary
A visual + musical overhaul of FireRed — restyled tiles, sprites, and soundtrack while keeping vanilla gameplay.
## Type
[[Types#Cosmetic|Cosmetic]] [[Types#Vanilla+|Vanilla+]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Aesthetic%20Red%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Aesthetic Red (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon Ambrosia"
platform: GBC
base: "Crystal"
version: "2.4.0"
status: "Ongoing"
type: ["New Experience"]
generation: "Gen 2 style"
library_path: "roms/gbc/Hacks/Pokemon - Ambrosia (Hack).gbc"
source: "https://www.pokecommunity.com/"
added: 2026-06-06
tags: ["hack", "platform/gbc", "base/crystal", "status/ongoing", "type/newexperience"]
---
# Pokémon Ambrosia
> [!info] New Experience — **Ongoing**
> Game Boy Color · base **Crystal** · version **2.4.0** · Gen 2 style
## Summary
An ambitious Crystal-engine hack with a new region, expanded dex, and modernized features pushed onto Gen 2 hardware.
## Type
[[Types#New Experience|New Experience]]
## Links
- Source / info: https://www.pokecommunity.com/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Ambrosia%20rom%20hack
## In the library
- `roms/gbc/Hacks/Pokemon - Ambrosia (Hack).gbc` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon Amethyst"
platform: GBA
base: "Emerald"
version: "1.2.0"
status: "Ongoing"
type: ["Expansion", "New Experience"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Amethyst (Hack).gba"
source: "https://www.hackdex.app/hack/pokemon-amethyst"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/ongoing", "type/expansion", "type/newexperience"]
---
# Pokémon Amethyst
> [!info] Expansion · New Experience — **Ongoing**
> Game Boy Advance · base **Emerald** · version **1.2.0** · Multi-gen
## Summary
A pokeemerald-expansion adventure with a new region/story and modern mechanics.
## Type
[[Types#Expansion|Expansion]] [[Types#New Experience|New Experience]]
## Links
- Source / info: https://www.hackdex.app/hack/pokemon-amethyst
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Amethyst%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Amethyst (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Blaze Black 2 Redux"
platform: NDS
base: "Black 2"
version: "1.3.0"
status: "Complete"
type: ["Vanilla+", "Difficulty", "Expansion"]
generation: "Gen 15 mons"
library_path: "roms/nds/Hacks/Pokemon - Blaze Black 2 Redux (Hack).nds"
source: "https://www.pokecommunity.com/"
added: 2026-06-06
tags: ["hack", "platform/nds", "base/black2", "status/complete", "type/vanilla+", "type/difficulty", "type/expansion"]
---
# Pokémon Blaze Black 2 Redux
> [!info] Vanilla+ · Difficulty · Expansion — **Complete**
> Nintendo DS · base **Black 2** · version **1.3.0** · Gen 15 mons
## Summary
A community 'Redux' fork of Drayano's Blaze Black 2 — expanded availability, rebalanced difficulty, and extra content.
## Type
[[Types#Vanilla+|Vanilla+]] [[Types#Difficulty|Difficulty]] [[Types#Expansion|Expansion]]
## Links
- Source / info: https://www.pokecommunity.com/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Blaze%20Black%202%20Redux%20rom%20hack
## In the library
- `roms/nds/Hacks/Pokemon - Blaze Black 2 Redux (Hack).nds` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Blaze Black"
platform: NDS
base: "Black"
version: "—"
status: "Complete"
type: ["Vanilla+", "Difficulty"]
generation: "Gen 15 mons"
library_path: "roms/nds/Hacks/Pokemon - Blaze Black (Hack).nds"
source: "https://www.pokecommunity.com/threads/pokemon-blaze-black-volt-white.252355/"
added: 2026-06-06
tags: ["hack", "platform/nds", "base/black", "status/complete", "type/vanilla+", "type/difficulty"]
---
# Pokémon Blaze Black
> [!info] Vanilla+ · Difficulty — **Complete**
> Nintendo DS · base **Black** · version **—** · Gen 15 mons
## Summary
Drayano's Black overhaul — every species catchable in-game, boosted gym/E4 teams, and QoL. Pairs with Volt White.
## Type
[[Types#Vanilla+|Vanilla+]] [[Types#Difficulty|Difficulty]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-blaze-black-volt-white.252355/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Blaze%20Black%20rom%20hack
## In the library
- `roms/nds/Hacks/Pokemon - Blaze Black (Hack).nds` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon Brown"
platform: GB
base: "Red"
version: "1.1"
status: "Complete"
type: ["New Experience"]
generation: "Gen 1+"
library_path: "roms/gb/Hacks/Pokemon - Brown (Hack).gb"
source: "https://www.pokecommunity.com/threads/pokemon-brown.27915/"
added: 2026-06-06
tags: ["hack", "platform/gb", "base/red", "status/complete", "type/newexperience"]
---
# Pokémon Brown
> [!info] New Experience — **Complete**
> Game Boy · base **Red** · version **1.1** · Gen 1+
## Summary
One of the oldest and most influential hacks. A brand-new Rijon region with new towns, gyms, and a custom dex built on Gen 1, by Koolboyman (who later made Prism).
## Type
[[Types#New Experience|New Experience]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-brown.27915/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Brown%20rom%20hack
## In the library
- `roms/gb/Hacks/Pokemon - Brown (Hack).gb` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Crystal Advance Redux"
platform: GBA
base: "Emerald"
version: "2026-05-06"
status: "Ongoing"
type: ["Demake", "Vanilla+"]
generation: "Gen 2 on GBA"
library_path: "roms/gba/Hacks/Pokemon - Crystal Advance Redux (Hack).gba"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Crystal%20Advance%20Redux%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/ongoing", "type/demake", "type/vanilla+"]
---
# Pokémon Crystal Advance Redux
> [!info] Demake · Vanilla+ — **Ongoing**
> Game Boy Advance · base **Emerald** · version **2026-05-06** · Gen 2 on GBA
## Summary
Pokémon Crystal rebuilt on the GBA (pokeemerald) with Gen-3+ engine conveniences — Johto with modern QoL.
## Type
[[Types#Demake|Demake]] [[Types#Vanilla+|Vanilla+]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Crystal%20Advance%20Redux%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Crystal Advance Redux (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Crystal Clear"
platform: GBC
base: "Crystal"
version: "2.5.7"
status: "Complete"
type: ["New Experience", "QoL"]
generation: "Gen 12"
library_path: "roms/gbc/Hacks/Pokemon - Crystal Clear (Hack).gbc"
source: "https://www.pokecommunity.com/threads/pokemon-crystal-clear.382197/"
added: 2026-06-06
tags: ["hack", "platform/gbc", "base/crystal", "status/complete", "type/newexperience", "type/qol"]
---
# Pokémon Crystal Clear
> [!info] New Experience · QoL — **Complete**
> Game Boy Color · base **Crystal** · version **2.5.7** · Gen 12
## Summary
Open-world Crystal — pick any starter, tackle gyms in any order, roam Johto+Kanto freely. A landmark open-world take on Gen 2 by ShockSlayer.
## Type
[[Types#New Experience|New Experience]] [[Types#QoL|QoL]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-crystal-clear.382197/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Crystal%20Clear%20rom%20hack
## In the library
- `roms/gbc/Hacks/Pokemon - Crystal Clear (Hack).gbc` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Crystal Inheritance"
platform: GBC
base: "Crystal"
version: "1.0.3"
status: "Complete"
type: ["New Experience"]
generation: "Gen 2+"
library_path: "roms/gbc/Hacks/Pokemon - Crystal Inheritance (Hack).gbc"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Crystal%20Inheritance%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gbc", "base/crystal", "status/complete", "type/newexperience"]
---
# Pokémon Crystal Inheritance
> [!info] New Experience — **Complete**
> Game Boy Color · base **Crystal** · version **1.0.3** · Gen 2+
## Summary
A Crystal-based adventure with a new story and updated rosters/mechanics within the Gen 2 framework.
## Type
[[Types#New Experience|New Experience]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Crystal%20Inheritance%20rom%20hack
## In the library
- `roms/gbc/Hacks/Pokemon - Crystal Inheritance (Hack).gbc` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Crystal Kaizo"
platform: GBC
base: "Crystal"
version: "1.0"
status: "Complete"
type: ["Difficulty"]
generation: "Gen 2"
library_path: "roms/gbc/Hacks/Pokemon - Crystal Kaizo (Hack).gbc"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Crystal%20Kaizo%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gbc", "base/crystal", "status/complete", "type/difficulty"]
---
# Pokémon Crystal Kaizo
> [!info] Difficulty — **Complete**
> Game Boy Color · base **Crystal** · version **1.0** · Gen 2
## Summary
The definitive Gen 2 kaizo: every trainer is a brutal, fully-EV'd gauntlet. Companion to the Gold/Silver Kaizo line.
## Type
[[Types#Difficulty|Difficulty]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Crystal%20Kaizo%20rom%20hack
## In the library
- `roms/gbc/Hacks/Pokemon - Crystal Kaizo (Hack).gbc` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Dark Rising - Order Destroyed"
platform: GBA
base: "FireRed"
version: "Complete"
status: "Complete"
type: ["New Experience", "Difficulty"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Dark Rising - Order Destroyed (Hack).gba"
source: "https://www.pokecommunity.com/threads/pokemon-dark-rising-series.341667/"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/firered", "status/complete", "type/newexperience", "type/difficulty"]
---
# Pokémon Dark Rising - Order Destroyed
> [!info] New Experience · Difficulty — **Complete**
> Game Boy Advance · base **FireRed** · version **Complete** · Multi-gen
## Summary
A spin-off entry in the Dark Rising saga.
## Type
[[Types#New Experience|New Experience]] [[Types#Difficulty|Difficulty]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-dark-rising-series.341667/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Dark%20Rising%20-%20Order%20Destroyed%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Dark Rising - Order Destroyed (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Dark Rising 2"
platform: GBA
base: "FireRed"
version: "Complete"
status: "Complete"
type: ["New Experience", "Difficulty"]
generation: "Multi-gen + fakemon"
library_path: "roms/gba/Hacks/Pokemon - Dark Rising 2 (Hack).gba"
source: "https://www.pokecommunity.com/threads/pokemon-dark-rising-series.341667/"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/firered", "status/complete", "type/newexperience", "type/difficulty"]
---
# Pokémon Dark Rising 2
> [!info] New Experience · Difficulty — **Complete**
> Game Boy Advance · base **FireRed** · version **Complete** · Multi-gen + fakemon
## Summary
Sequel to Dark Rising — bigger story, more fakemon, same punishing difficulty.
## Type
[[Types#New Experience|New Experience]] [[Types#Difficulty|Difficulty]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-dark-rising-series.341667/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Dark%20Rising%202%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Dark Rising 2 (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Dark Rising"
platform: GBA
base: "FireRed"
version: "1 (Origins)"
status: "Complete"
type: ["New Experience", "Difficulty"]
generation: "Multi-gen + fakemon"
library_path: "roms/gba/Hacks/Pokemon - Dark Rising (Hack).gba"
source: "https://www.pokecommunity.com/threads/pokemon-dark-rising-series.341667/"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/firered", "status/complete", "type/newexperience", "type/difficulty"]
---
# Pokémon Dark Rising
> [!info] New Experience · Difficulty — **Complete**
> Game Boy Advance · base **FireRed** · version **1 (Origins)** · Multi-gen + fakemon
## Summary
Notoriously hard story-driven hack with a dark plot, fakemon, and multi-gen mons. The Origins build is the remastered DR1.
## Type
[[Types#New Experience|New Experience]] [[Types#Difficulty|Difficulty]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-dark-rising-series.341667/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Dark%20Rising%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Dark Rising (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Elite Redux"
platform: GBA
base: "Emerald"
version: "2.65.3b"
status: "Ongoing"
type: ["Expansion", "Difficulty"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Elite Redux (Hack).gba"
source: "https://www.hackdex.app/hack/elite-redux"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/ongoing", "type/expansion", "type/difficulty"]
---
# Pokémon Elite Redux
> [!info] Expansion · Difficulty — **Ongoing**
> Game Boy Advance · base **Emerald** · version **2.65.3b** · Multi-gen
## Summary
A theorycrafter's playground: every species gets multiple abilities, a vastly expanded movepool, and brutal fights. Deep team-building over story.
## Type
[[Types#Expansion|Expansion]] [[Types#Difficulty|Difficulty]]
## Links
- Source / info: https://www.hackdex.app/hack/elite-redux
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Elite%20Redux%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Elite Redux (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Emerald Azure"
platform: GBA
base: "Emerald"
version: "0.5.3"
status: "Beta"
type: ["New Experience", "Expansion"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Emerald Azure (Hack).gba"
source: "https://www.hackdex.app/hack/pokemon-emerald-azure"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/beta", "type/newexperience", "type/expansion"]
---
# Pokémon Emerald Azure
> [!info] New Experience · Expansion — **Beta**
> Game Boy Advance · base **Emerald** · version **0.5.3** · Multi-gen
## Summary
An in-development new-region Emerald-expansion hack (early/beta).
## Type
[[Types#New Experience|New Experience]] [[Types#Expansion|Expansion]]
## Links
- Source / info: https://www.hackdex.app/hack/pokemon-emerald-azure
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Emerald%20Azure%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Emerald Azure (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Emerald Extended Cut"
platform: GBA
base: "Emerald"
version: "Classic+ 1.3"
status: "Complete"
type: ["Vanilla+", "QoL"]
generation: "Gen 3"
library_path: "roms/gba/Hacks/Pokemon - Emerald Extended Cut (Hack).gba"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Emerald%20Extended%20Cut%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/complete", "type/vanilla+", "type/qol"]
---
# Pokémon Emerald Extended Cut
> [!info] Vanilla+ · QoL — **Complete**
> Game Boy Advance · base **Emerald** · version **Classic+ 1.3** · Gen 3
## Summary
Emerald with restored/expanded content and QoL while staying close to the original Hoenn experience.
## Type
[[Types#Vanilla+|Vanilla+]] [[Types#QoL|QoL]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Emerald%20Extended%20Cut%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Emerald Extended Cut (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Emerald Imperium"
platform: GBA
base: "Emerald"
version: "1.3.1"
status: "Complete"
type: ["Expansion", "Difficulty"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Emerald Imperium (Hack).gba"
source: "https://www.hackdex.app/hack/emerald-imperium"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/complete", "type/expansion", "type/difficulty"]
---
# Pokémon Emerald Imperium
> [!info] Expansion · Difficulty — **Complete**
> Game Boy Advance · base **Emerald** · version **1.3.1** · Multi-gen
## Summary
A content- and postgame-heavy Emerald-expansion hack with challenging fights and lots of endgame.
## Type
[[Types#Expansion|Expansion]] [[Types#Difficulty|Difficulty]]
## Links
- Source / info: https://www.hackdex.app/hack/emerald-imperium
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Emerald%20Imperium%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Emerald Imperium (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Emerald Kaizo"
platform: GBA
base: "Emerald"
version: "—"
status: "Complete"
type: ["Difficulty"]
generation: "Gen 3"
library_path: "roms/gba/Hacks/Pokemon - Emerald Kaizo (Hack).gba"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Emerald%20Kaizo%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/complete", "type/difficulty"]
---
# Pokémon Emerald Kaizo
> [!info] Difficulty — **Complete**
> Game Boy Advance · base **Emerald** · version **—** · Gen 3
## Summary
The classic Emerald kaizo — every gym/E4 team is maxed-out and merciless.
## Type
[[Types#Difficulty|Difficulty]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Emerald%20Kaizo%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Emerald Kaizo (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Emerald Rogue"
platform: GBA
base: "Emerald"
version: "2.1.2 EX"
status: "Ongoing"
type: ["Roguelite", "Expansion"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Emerald Rogue (Hack).gba"
source: "https://github.com/Pokabbie/pokeemerald-rogue"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/ongoing", "type/roguelite", "type/expansion"]
---
# Pokémon Emerald Rogue
> [!info] Roguelite · Expansion — **Ongoing**
> Game Boy Advance · base **Emerald** · version **2.1.2 EX** · Multi-gen
## Summary
A roguelite take on Emerald: run-based, procedurally routed, escalating difficulty toward the Champion. EX edition uses the modern expansion.
## Type
[[Types#Roguelite|Roguelite]] [[Types#Expansion|Expansion]]
## Links
- Source / info: https://github.com/Pokabbie/pokeemerald-rogue
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Emerald%20Rogue%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Emerald Rogue (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Emerald Seaglass"
platform: GBA
base: "Emerald"
version: "3.0"
status: "Complete"
type: ["Vanilla+", "QoL", "Expansion"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Emerald Seaglass (Hack).gba"
source: "https://www.hackdex.app/hack/pokemon-emerald-seaglass"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/complete", "type/vanilla+", "type/qol", "type/expansion"]
---
# Pokémon Emerald Seaglass
> [!info] Vanilla+ · QoL · Expansion — **Complete**
> Game Boy Advance · base **Emerald** · version **3.0** · Multi-gen
## Summary
Emerald modernized via the expansion — physical/special split, new species/forms, and heavy QoL while keeping Hoenn's story.
## Type
[[Types#Vanilla+|Vanilla+]] [[Types#QoL|QoL]] [[Types#Expansion|Expansion]]
## Links
- Source / info: https://www.hackdex.app/hack/pokemon-emerald-seaglass
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Emerald%20Seaglass%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Emerald Seaglass (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Emerald Squared"
platform: GBA
base: "Emerald"
version: "2.6.2"
status: "Complete"
type: ["Difficulty", "Vanilla+"]
generation: "Gen 3"
library_path: "roms/gba/Hacks/Pokemon - Emerald Squared (Hack).gba"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Emerald%20Squared%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/complete", "type/difficulty", "type/vanilla+"]
---
# Pokémon Emerald Squared
> [!info] Difficulty · Vanilla+ — **Complete**
> Game Boy Advance · base **Emerald** · version **2.6.2** · Gen 3
## Summary
An enhanced, harder Emerald — rebalanced trainers and availability for a tougher Hoenn run.
## Type
[[Types#Difficulty|Difficulty]] [[Types#Vanilla+|Vanilla+]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Emerald%20Squared%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Emerald Squared (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Fire Red Extended"
platform: GBA
base: "FireRed"
version: "3.5.6"
status: "Ongoing"
type: ["Vanilla+", "Expansion"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Fire Red Extended (Hack).gba"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Fire%20Red%20Extended%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/firered", "status/ongoing", "type/vanilla+", "type/expansion"]
---
# Pokémon Fire Red Extended
> [!info] Vanilla+ · Expansion — **Ongoing**
> Game Boy Advance · base **FireRed** · version **3.5.6** · Multi-gen
## Summary
FireRed extended with later-gen species and mechanics while preserving the Kanto journey.
## Type
[[Types#Vanilla+|Vanilla+]] [[Types#Expansion|Expansion]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Fire%20Red%20Extended%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Fire Red Extended (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Fire of Sky"
platform: GBA
base: "—"
version: "1.0.3"
status: "Complete"
type: ["New Experience"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Fire of Sky (Hack).gba"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Fire%20of%20Sky%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/unknown", "status/complete", "type/newexperience"]
---
# Pokémon Fire of Sky
> [!info] New Experience — **Complete**
> Game Boy Advance · base **—** · version **1.0.3** · Multi-gen
## Summary
A story-focused new-adventure hack.
## Type
[[Types#New Experience|New Experience]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Fire%20of%20Sky%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Fire of Sky (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon FireRed & LeafGreen+ (FRLG+)"
platform: GBA
base: "FireRed"
version: "1.5.1"
status: "Ongoing"
type: ["Vanilla+", "QoL"]
generation: "Gen 13"
library_path: "roms/gba/Hacks/Pokemon - FireRed & LeafGreen+ (FRLG+) (Hack).gba"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20FireRed%20%26%20LeafGreen%2B%20%28FRLG%2B%29%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/firered", "status/ongoing", "type/vanilla+", "type/qol"]
---
# Pokémon FireRed & LeafGreen+ (FRLG+)
> [!info] Vanilla+ · QoL — **Ongoing**
> Game Boy Advance · base **FireRed** · version **1.5.1** · Gen 13
## Summary
A faithful 'plus' enhancement of FR/LG — availability fixes, split, and QoL with minimal change to the feel.
## Type
[[Types#Vanilla+|Vanilla+]] [[Types#QoL|QoL]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20FireRed%20%26%20LeafGreen%2B%20%28FRLG%2B%29%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - FireRed & LeafGreen+ (FRLG+) (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon FireRed Deluxe"
platform: GBA
base: "FireRed"
version: "20.5"
status: "Ongoing"
type: ["Vanilla+", "Expansion", "QoL"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - FireRed Deluxe (Hack).gba"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20FireRed%20Deluxe%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/firered", "status/ongoing", "type/vanilla+", "type/expansion", "type/qol"]
---
# Pokémon FireRed Deluxe
> [!info] Vanilla+ · Expansion · QoL — **Ongoing**
> Game Boy Advance · base **FireRed** · version **20.5** · Multi-gen
## Summary
FireRed loaded with all obtainable species, modern mechanics, and QoL — a 'complete dex' enhanced Kanto.
## Type
[[Types#Vanilla+|Vanilla+]] [[Types#Expansion|Expansion]] [[Types#QoL|QoL]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20FireRed%20Deluxe%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - FireRed Deluxe (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon FireRed Reignited"
platform: GBA
base: "FireRed"
version: "1.55"
status: "Ongoing"
type: ["Vanilla+", "QoL"]
generation: "Gen 1+"
library_path: "roms/gba/Hacks/Pokemon - FireRed Reignited (Hack).gba"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20FireRed%20Reignited%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/firered", "status/ongoing", "type/vanilla+", "type/qol"]
---
# Pokémon FireRed Reignited
> [!info] Vanilla+ · QoL — **Ongoing**
> Game Boy Advance · base **FireRed** · version **1.55** · Gen 1+
## Summary
A modern QoL remaster of FireRed.
## Type
[[Types#Vanilla+|Vanilla+]] [[Types#QoL|QoL]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20FireRed%20Reignited%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - FireRed Reignited (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon Flora Sky"
platform: GBA
base: "Emerald"
version: "Complete"
status: "Complete"
type: ["New Experience"]
generation: "Gen 34 mons"
library_path: "roms/gba/Hacks/Pokemon - Flora Sky (Hack).gba"
source: "https://www.pokecommunity.com/threads/pokemon-flora-sky.179365/"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/complete", "type/newexperience"]
---
# Pokémon Flora Sky
> [!info] New Experience — **Complete**
> Game Boy Advance · base **Emerald** · version **Complete** · Gen 34 mons
## Summary
A classic complete Emerald hack with a new region, Gen 4 additions, and a sky/Distortion-World-flavored plot.
## Type
[[Types#New Experience|New Experience]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-flora-sky.179365/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Flora%20Sky%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Flora Sky (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Following Renegade Platinum"
platform: NDS
base: "Platinum"
version: "2.0"
status: "Complete"
type: ["Difficulty", "Vanilla+", "QoL"]
generation: "Gen 14 mons"
library_path: "roms/nds/Hacks/Pokemon - Following Renegade Platinum (Hack).nds"
source: "https://www.reddit.com/r/PokemonROMhacks/comments/s4fbhi/"
added: 2026-06-06
tags: ["hack", "platform/nds", "base/platinum", "status/complete", "type/difficulty", "type/vanilla+", "type/qol"]
---
# Pokémon Following Renegade Platinum
> [!info] Difficulty · Vanilla+ · QoL — **Complete**
> Nintendo DS · base **Platinum** · version **2.0** · Gen 14 mons
## Summary
Renegade Platinum with following Pokémon added — the acclaimed enhanced Sinnoh plus an HGSS-style walking partner.
## Type
[[Types#Difficulty|Difficulty]] [[Types#Vanilla+|Vanilla+]] [[Types#QoL|QoL]]
## Links
- Source / info: https://www.reddit.com/r/PokemonROMhacks/comments/s4fbhi/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Following%20Renegade%20Platinum%20rom%20hack
## In the library
- `roms/nds/Hacks/Pokemon - Following Renegade Platinum (Hack).nds` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon GS Chronicles"
platform: GBA
base: "FireRed"
version: "2.7.6"
status: "Complete"
type: ["New Experience", "Demake"]
generation: "Gen 17 mons"
library_path: "roms/gba/Hacks/Pokemon - GS Chronicles (Hack).gba"
source: "https://www.pokecommunity.com/threads/pokemon-gs-chronicles.346730/"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/firered", "status/complete", "type/newexperience", "type/demake"]
---
# Pokémon GS Chronicles
> [!info] New Experience · Demake — **Complete**
> Game Boy Advance · base **FireRed** · version **2.7.6** · Gen 17 mons
## Summary
A HeartGold/SoulSilver-style Johto remake on GBA with modern mechanics and a rich postgame.
## Type
[[Types#New Experience|New Experience]] [[Types#Demake|Demake]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-gs-chronicles.346730/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20GS%20Chronicles%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - GS Chronicles (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon Gaia"
platform: GBA
base: "FireRed"
version: "3.2"
status: "Complete"
type: ["New Experience"]
generation: "Gen 16 mons"
library_path: "roms/gba/Hacks/Pokemon - Gaia (Hack).gba"
source: "https://www.pokecommunity.com/threads/pokemon-gaia.336982/"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/firered", "status/complete", "type/newexperience"]
---
# Pokémon Gaia
> [!info] New Experience — **Complete**
> Game Boy Advance · base **FireRed** · version **3.2** · Gen 16 mons
## Summary
Widely considered one of the best hacks ever: the Orbtus region, Gen 6 mechanics/Fairy type, an archaeology mystery, and Nintendo-grade polish.
## Type
[[Types#New Experience|New Experience]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-gaia.336982/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Gaia%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Gaia (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon Glazed"
platform: GBA
base: "Emerald"
version: "9.2.0"
status: "Complete"
type: ["New Experience"]
generation: "Gen 16 mons"
library_path: "roms/gba/Hacks/Pokemon - Glazed (Hack).gba"
source: "https://www.pokecommunity.com/threads/pokemon-glazed.291376/"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/complete", "type/newexperience"]
---
# Pokémon Glazed
> [!info] New Experience — **Complete**
> Game Boy Advance · base **Emerald** · version **9.2.0** · Gen 16 mons
## Summary
A long-beloved new region (Tunod) crossing into Johto, with multiple starters incl. later gens. This is the polished modern build.
## Type
[[Types#New Experience|New Experience]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-glazed.291376/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Glazed%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Glazed (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Heart and Soul"
platform: GBA
base: "FireRed"
version: "1.2.1"
status: "Ongoing"
type: ["New Experience", "Demake"]
generation: "Johto"
library_path: "roms/gba/Hacks/Pokemon - Heart and Soul (Hack).gba"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Heart%20and%20Soul%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/firered", "status/ongoing", "type/newexperience", "type/demake"]
---
# Pokémon Heart and Soul
> [!info] New Experience · Demake — **Ongoing**
> Game Boy Advance · base **FireRed** · version **1.2.1** · Johto
## Summary
A Johto-focused adventure inspired by the Gen 2/HGSS games.
## Type
[[Types#New Experience|New Experience]] [[Types#Demake|Demake]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Heart%20and%20Soul%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Heart and Soul (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon Hearth"
platform: GBA
base: "Emerald"
version: "0.1.27"
status: "Beta"
type: ["New Experience", "Expansion"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Hearth (Hack).gba"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Hearth%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/beta", "type/newexperience", "type/expansion"]
---
# Pokémon Hearth
> [!info] New Experience · Expansion — **Beta**
> Game Boy Advance · base **Emerald** · version **0.1.27** · Multi-gen
## Summary
An early-beta new-region expansion hack.
## Type
[[Types#New Experience|New Experience]] [[Types#Expansion|Expansion]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Hearth%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Hearth (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Hoenn's Last Wish"
platform: GBA
base: "Emerald"
version: "0.4.7"
status: "Beta"
type: ["New Experience", "Expansion"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Hoenn's Last Wish (Hack).gba"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Hoenn%27s%20Last%20Wish%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/beta", "type/newexperience", "type/expansion"]
---
# Pokémon Hoenn's Last Wish
> [!info] New Experience · Expansion — **Beta**
> Game Boy Advance · base **Emerald** · version **0.4.7** · Multi-gen
## Summary
An in-development Hoenn-set adventure on the Emerald expansion (early/beta).
## Type
[[Types#New Experience|New Experience]] [[Types#Expansion|Expansion]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Hoenn%27s%20Last%20Wish%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Hoenn's Last Wish (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Inclement Emerald"
platform: GBA
base: "Emerald"
version: "—"
status: "Complete"
type: ["Difficulty", "Expansion"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Inclement Emerald (Hack).gba"
source: "https://www.hackdex.app/hack/inclement-emerald"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/complete", "type/difficulty", "type/expansion"]
---
# Pokémon Inclement Emerald
> [!info] Difficulty · Expansion — **Complete**
> Game Boy Advance · base **Emerald** · version **—** · Multi-gen
## Summary
Emerald-expansion difficulty hack with all 8 gens obtainable, configurable hardcore modes, and smart AI. A modern favorite.
## Type
[[Types#Difficulty|Difficulty]] [[Types#Expansion|Expansion]]
## Links
- Source / info: https://www.hackdex.app/hack/inclement-emerald
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Inclement%20Emerald%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Inclement Emerald (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon Inkwell"
platform: GBA
base: "Emerald"
version: "1.04"
status: "Ongoing"
type: ["New Experience", "Expansion"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Inkwell (Hack).gba"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Inkwell%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/ongoing", "type/newexperience", "type/expansion"]
---
# Pokémon Inkwell
> [!info] New Experience · Expansion — **Ongoing**
> Game Boy Advance · base **Emerald** · version **1.04** · Multi-gen
## Summary
A new-adventure hack built on the Emerald expansion.
## Type
[[Types#New Experience|New Experience]] [[Types#Expansion|Expansion]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Inkwell%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Inkwell (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon Lazarus"
platform: GBA
base: "Emerald (TrashMan)"
version: "v2"
status: "Ongoing"
type: ["New Experience", "Expansion"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Lazarus (Hack).gba"
source: "https://ko-fi.com/nemo622"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emeraldtrashman", "status/ongoing", "type/newexperience", "type/expansion"]
---
# Pokémon Lazarus
> [!info] New Experience · Expansion — **Ongoing**
> Game Boy Advance · base **Emerald (TrashMan)** · version **v2** · Multi-gen
## Summary
The Ilios region — a story-rich expansion hack by Nemo622 with new mechanics and detailed documentation.
## Type
[[Types#New Experience|New Experience]] [[Types#Expansion|Expansion]]
## Links
- Source / info: https://ko-fi.com/nemo622
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Lazarus%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Lazarus (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Light Platinum"
platform: GBA
base: "Ruby"
version: "1.1"
status: "Complete"
type: ["New Experience"]
generation: "Gen 14 mons"
library_path: "roms/gba/Hacks/Pokemon - Light Platinum (Hack).gba"
source: "https://www.pokecommunity.com/threads/pokemon-light-platinum.171377/"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/ruby", "status/complete", "type/newexperience"]
---
# Pokémon Light Platinum
> [!info] New Experience — **Complete**
> Game Boy Advance · base **Ruby** · version **1.1** · Gen 14 mons
## Summary
A classic: the Zhery region with two leagues, Gen 4 mons, and a globe-trotting plot. Hugely popular older hack.
## Type
[[Types#New Experience|New Experience]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-light-platinum.171377/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Light%20Platinum%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Light Platinum (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Liquid Crystal"
platform: GBA
base: "FireRed"
version: "3.3"
status: "Complete"
type: ["New Experience", "Demake"]
generation: "Gen 14 mons"
library_path: "roms/gba/Hacks/Pokemon - Liquid Crystal (Hack).gba"
source: "https://www.pokecommunity.com/threads/pokemon-liquid-crystal.158473/"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/firered", "status/complete", "type/newexperience", "type/demake"]
---
# Pokémon Liquid Crystal
> [!info] New Experience · Demake — **Complete**
> Game Boy Advance · base **FireRed** · version **3.3** · Gen 14 mons
## Summary
A Johto (Crystal) remake on GBA with the Orange Islands postgame and modern conveniences.
## Type
[[Types#New Experience|New Experience]] [[Types#Demake|Demake]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-liquid-crystal.158473/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Liquid%20Crystal%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Liquid Crystal (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Low Budget Crystal"
platform: GBC
base: "Crystal"
version: "—"
status: "Complete"
type: ["Vanilla+", "QoL"]
generation: "Gen 2"
library_path: "roms/gbc/Hacks/Pokemon - Low Budget Crystal (Hack).gbc"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Low%20Budget%20Crystal%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gbc", "base/crystal", "status/complete", "type/vanilla+", "type/qol"]
---
# Pokémon Low Budget Crystal
> [!info] Vanilla+ · QoL — **Complete**
> Game Boy Color · base **Crystal** · version **—** · Gen 2
## Summary
A light, faithful Crystal enhancement — quality-of-life tweaks and availability fixes without changing the core game.
## Type
[[Types#Vanilla+|Vanilla+]] [[Types#QoL|QoL]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Low%20Budget%20Crystal%20rom%20hack
## In the library
- `roms/gbc/Hacks/Pokemon - Low Budget Crystal (Hack).gbc` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon Mega Power"
platform: GBA
base: "Ruby"
version: "5.62"
status: "Complete"
type: ["New Experience"]
generation: "Gen 16 mons"
library_path: "roms/gba/Hacks/Pokemon - Mega Power (Hack).gba"
source: "https://www.pokecommunity.com/threads/pokemon-mega-power.330510/"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/ruby", "status/complete", "type/newexperience"]
---
# Pokémon Mega Power
> [!info] New Experience — **Complete**
> Game Boy Advance · base **Ruby** · version **5.62** · Gen 16 mons
## Summary
By the Light Platinum-adjacent team — a new region with Mega Evolution, custom villains, and a 'build the strongest Pokémon' plot.
## Type
[[Types#New Experience|New Experience]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-mega-power.330510/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Mega%20Power%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Mega Power (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Modern Emerald"
platform: GBA
base: "Emerald"
version: "3.3.1"
status: "Complete"
type: ["Vanilla+", "QoL", "Expansion"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Modern Emerald (Hack).gba"
source: "https://www.hackdex.app/hack/modern-emerald"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/complete", "type/vanilla+", "type/qol", "type/expansion"]
---
# Pokémon Modern Emerald
> [!info] Vanilla+ · QoL · Expansion — **Complete**
> Game Boy Advance · base **Emerald** · version **3.3.1** · Multi-gen
## Summary
Emerald modernized end-to-end — all gens, modern mechanics, and a deep QoL/settings menu, while keeping Hoenn's story.
## Type
[[Types#Vanilla+|Vanilla+]] [[Types#QoL|QoL]] [[Types#Expansion|Expansion]]
## Links
- Source / info: https://www.hackdex.app/hack/modern-emerald
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Modern%20Emerald%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Modern Emerald (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Moemon Mega FireRed"
platform: GBA
base: "FireRed"
version: "1.4c"
status: "Complete"
type: ["Cosmetic"]
generation: "Gen 1"
library_path: "roms/gba/Hacks/Pokemon - Moemon Mega FireRed (Hack).gba"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Moemon%20Mega%20FireRed%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/firered", "status/complete", "type/cosmetic"]
---
# Pokémon Moemon Mega FireRed
> [!info] Cosmetic — **Complete**
> Game Boy Advance · base **FireRed** · version **1.4c** · Gen 1
## Summary
A Moemon hack — Pokémon replaced with anthropomorphic 'moe' character sprites — over an enhanced FireRed.
## Type
[[Types#Cosmetic|Cosmetic]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Moemon%20Mega%20FireRed%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Moemon Mega FireRed (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Moemon Star Emerald"
platform: GBA
base: "Emerald"
version: "1.1c"
status: "Complete"
type: ["Cosmetic"]
generation: "Gen 3"
library_path: "roms/gba/Hacks/Pokemon - Moemon Star Emerald (Hack).gba"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Moemon%20Star%20Emerald%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/complete", "type/cosmetic"]
---
# Pokémon Moemon Star Emerald
> [!info] Cosmetic — **Complete**
> Game Boy Advance · base **Emerald** · version **1.1c** · Gen 3
## Summary
A Moemon reskin of an enhanced Emerald (Star Emerald), with moe sprites throughout.
## Type
[[Types#Cosmetic|Cosmetic]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Moemon%20Star%20Emerald%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Moemon Star Emerald (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon Odyssey"
platform: GBA
base: "FireRed"
version: "4.1.1"
status: "Complete"
type: ["New Experience"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Odyssey (Hack).gba"
source: "https://www.hackdex.app/hack/pokemon-odyssey"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/firered", "status/complete", "type/newexperience"]
---
# Pokémon Odyssey
> [!info] New Experience — **Complete**
> Game Boy Advance · base **FireRed** · version **4.1.1** · Multi-gen
## Summary
A highly-praised, atmospheric original adventure with a custom region, strong writing, and bespoke pixel art.
## Type
[[Types#New Experience|New Experience]]
## Links
- Source / info: https://www.hackdex.app/hack/pokemon-odyssey
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Odyssey%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Odyssey (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Omega Ruby Origins"
platform: GBA
base: "Emerald"
version: "1.4.8.7"
status: "Ongoing"
type: ["Demake", "New Experience"]
generation: "Gen 6 on GBA"
library_path: "roms/gba/Hacks/Pokemon - Omega Ruby Origins (Hack).gba"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Omega%20Ruby%20Origins%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/ongoing", "type/demake", "type/newexperience"]
---
# Pokémon Omega Ruby Origins
> [!info] Demake · New Experience — **Ongoing**
> Game Boy Advance · base **Emerald** · version **1.4.8.7** · Gen 6 on GBA
## Summary
An ORAS-style demake bringing the 3DS Hoenn remakes' features back to the GBA.
## Type
[[Types#Demake|Demake]] [[Types#New Experience|New Experience]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Omega%20Ruby%20Origins%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Omega Ruby Origins (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon Orange"
platform: GBC
base: "Crystal"
version: "—"
status: "Complete"
type: ["New Experience"]
generation: "Gen 2 style"
library_path: "roms/gbc/Hacks/Pokemon - Orange (Hack).gbc"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Orange%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gbc", "base/crystal", "status/complete", "type/newexperience"]
---
# Pokémon Orange
> [!info] New Experience — **Complete**
> Game Boy Color · base **Crystal** · version **—** · Gen 2 style
## Summary
Set in the anime's Orange Islands / Orange League. This is the modern Suloku-patched build with bug fixes and PSS-era touches.
## Type
[[Types#New Experience|New Experience]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Orange%20rom%20hack
## In the library
- `roms/gbc/Hacks/Pokemon - Orange (Hack).gbc` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon Peridot"
platform: GBC
base: "Crystal"
version: "2.2.3"
status: "Ongoing"
type: ["New Experience"]
generation: "Gen 2 style"
library_path: "roms/gbc/Hacks/Pokemon - Peridot (Hack).gbc"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Peridot%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gbc", "base/crystal", "status/ongoing", "type/newexperience"]
---
# Pokémon Peridot
> [!info] New Experience — **Ongoing**
> Game Boy Color · base **Crystal** · version **2.2.3** · Gen 2 style
## Summary
A from-scratch new region on the Gen 2 engine with an original dex and story.
## Type
[[Types#New Experience|New Experience]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Peridot%20rom%20hack
## In the library
- `roms/gbc/Hacks/Pokemon - Peridot (Hack).gbc` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Phoenix Red"
platform: GBA
base: "FireRed"
version: "1.2"
status: "Complete"
type: ["Difficulty", "Expansion"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Phoenix Red (Hack).gba"
source: "https://www.hackdex.app/hack/pokemon-phoenix-red"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/firered", "status/complete", "type/difficulty", "type/expansion"]
---
# Pokémon Phoenix Red
> [!info] Difficulty · Expansion — **Complete**
> Game Boy Advance · base **FireRed** · version **1.2** · Multi-gen
## Summary
An enhanced, harder FireRed with all 8 gens obtainable, Megas, and tough fights.
## Type
[[Types#Difficulty|Difficulty]] [[Types#Expansion|Expansion]]
## Links
- Source / info: https://www.hackdex.app/hack/pokemon-phoenix-red
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Phoenix%20Red%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Phoenix Red (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon Pisces"
platform: GBA
base: "—"
version: "1.5.4"
status: "Complete"
type: ["New Experience"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Pisces (Hack).gba"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Pisces%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/unknown", "status/complete", "type/newexperience"]
---
# Pokémon Pisces
> [!info] New Experience — **Complete**
> Game Boy Advance · base **—** · version **1.5.4** · Multi-gen
## Summary
An original-region adventure hack.
## Type
[[Types#New Experience|New Experience]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Pisces%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Pisces (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Polished Crystal"
platform: GBC
base: "Crystal"
version: "3.2.3"
status: "Complete"
type: ["Vanilla+", "QoL", "Expansion"]
generation: "Gen 17 mons"
library_path: "roms/gbc/Hacks/Pokemon - Polished Crystal (Hack).gbc"
source: "https://github.com/Rangi42/polishedcrystal"
added: 2026-06-06
tags: ["hack", "platform/gbc", "base/crystal", "status/complete", "type/vanilla+", "type/qol", "type/expansion"]
---
# Pokémon Polished Crystal
> [!info] Vanilla+ · QoL · Expansion — **Complete**
> Game Boy Color · base **Crystal** · version **3.2.3** · Gen 17 mons
## Summary
The gold standard Crystal enhancement: physical/special split, ~Gen 7 movesets/species availability, faithful or modern modes, tons of QoL. Open-source decomp.
## Type
[[Types#Vanilla+|Vanilla+]] [[Types#QoL|QoL]] [[Types#Expansion|Expansion]]
## Links
- Source / info: https://github.com/Rangi42/polishedcrystal
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Polished%20Crystal%20rom%20hack
## In the library
- `roms/gbc/Hacks/Pokemon - Polished Crystal (Hack).gbc` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon Prism"
platform: GBC
base: "Crystal"
version: "1.0"
status: "Complete"
type: ["New Experience"]
generation: "Gen 2+"
library_path: "roms/gbc/Hacks/Pokemon - Prism (Hack).gbc"
source: "https://www.pokecommunity.com/threads/pokemon-prism.379413/"
added: 2026-06-06
tags: ["hack", "platform/gbc", "base/crystal", "status/complete", "type/newexperience"]
---
# Pokémon Prism
> [!info] New Experience — **Complete**
> Game Boy Color · base **Crystal** · version **1.0** · Gen 2+
## Summary
Koolboyman's acclaimed new Naljo region — new types, side games, huge custom dex. Famously C&D'd then completed; a Gen 2 magnum opus.
## Type
[[Types#New Experience|New Experience]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-prism.379413/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Prism%20rom%20hack
## In the library
- `roms/gbc/Hacks/Pokemon - Prism (Hack).gbc` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Project Nova"
platform: GBA
base: "Emerald"
version: "2.7.0"
status: "Ongoing"
type: ["New Experience", "Expansion"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Project Nova (Hack).gba"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Project%20Nova%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/ongoing", "type/newexperience", "type/expansion"]
---
# Pokémon Project Nova
> [!info] New Experience · Expansion — **Ongoing**
> Game Boy Advance · base **Emerald** · version **2.7.0** · Multi-gen
## Summary
A new-experience hack on the Emerald expansion.
## Type
[[Types#New Experience|New Experience]] [[Types#Expansion|Expansion]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Project%20Nova%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Project Nova (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon R.O.W.E."
platform: GBA
base: "Emerald"
version: "2.1.1"
status: "Ongoing"
type: ["New Experience", "QoL", "Expansion"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - R.O.W.E. (Hack).gba"
source: "https://www.hackdex.app/hack/pokemon-rowe"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/ongoing", "type/newexperience", "type/qol", "type/expansion"]
---
# Pokémon R.O.W.E.
> [!info] New Experience · QoL · Expansion — **Ongoing**
> Game Boy Advance · base **Emerald** · version **2.1.1** · Multi-gen
## Summary
Open-world Emerald — level scaling, ride-anywhere, nuzlocke-friendly settings, and all gens. The 'Mega Update' build.
## Type
[[Types#New Experience|New Experience]] [[Types#QoL|QoL]] [[Types#Expansion|Expansion]]
## Links
- Source / info: https://www.hackdex.app/hack/pokemon-rowe
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20R.O.W.E.%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - R.O.W.E. (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Radical Red"
platform: GBA
base: "FireRed"
version: "4.10"
status: "Ongoing"
type: ["Difficulty", "Expansion"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Radical Red (Hack).gba"
source: "https://www.hackdex.app/hack/radical-red"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/firered", "status/ongoing", "type/difficulty", "type/expansion"]
---
# Pokémon Radical Red
> [!info] Difficulty · Expansion — **Ongoing**
> Game Boy Advance · base **FireRed** · version **4.10** · Multi-gen
## Summary
The flagship modern difficulty hack: complete National Dex, Gen-9 mechanics, smart held-item/switching AI, and toggle modes from casual to brutal.
## Type
[[Types#Difficulty|Difficulty]] [[Types#Expansion|Expansion]]
## Links
- Source / info: https://www.hackdex.app/hack/radical-red
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Radical%20Red%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Radical Red (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Recordkeepers"
platform: GBA
base: "Emerald"
version: "1.2.1"
status: "Ongoing"
type: ["New Experience", "Expansion"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Recordkeepers (Hack).gba"
source: "https://www.hackdex.app/hack/recordkeepers"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/ongoing", "type/newexperience", "type/expansion"]
---
# Pokémon Recordkeepers
> [!info] New Experience · Expansion — **Ongoing**
> Game Boy Advance · base **Emerald** · version **1.2.1** · Multi-gen
## Summary
A narrative-driven Emerald-expansion hack.
## Type
[[Types#New Experience|New Experience]] [[Types#Expansion|Expansion]]
## Links
- Source / info: https://www.hackdex.app/hack/recordkeepers
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Recordkeepers%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Recordkeepers (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Renegade Platinum"
platform: NDS
base: "Platinum"
version: "1.3.0"
status: "Complete"
type: ["Difficulty", "Vanilla+"]
generation: "Gen 14 mons"
library_path: "roms/nds/Hacks/Pokemon - Renegade Platinum (Hack).nds"
source: "https://www.pokecommunity.com/threads/pokemon-renegade-platinum.347531/"
added: 2026-06-06
tags: ["hack", "platform/nds", "base/platinum", "status/complete", "type/difficulty", "type/vanilla+"]
---
# Pokémon Renegade Platinum
> [!info] Difficulty · Vanilla+ — **Complete**
> Nintendo DS · base **Platinum** · version **1.3.0** · Gen 14 mons
## Summary
Drayano's definitive enhanced Platinum — full availability, much harder fights, and QoL. A community favorite Sinnoh run.
## Type
[[Types#Difficulty|Difficulty]] [[Types#Vanilla+|Vanilla+]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-renegade-platinum.347531/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Renegade%20Platinum%20rom%20hack
## In the library
- `roms/nds/Hacks/Pokemon - Renegade Platinum (Hack).nds` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon Resolute"
platform: GBA
base: "Ruby"
version: "2.97"
status: "Complete"
type: ["New Experience"]
generation: "Gen 16 mons"
library_path: "roms/gba/Hacks/Pokemon - Resolute (Hack).gba"
source: "https://www.pokecommunity.com/threads/pokemon-resolute.330577/"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/ruby", "status/complete", "type/newexperience"]
---
# Pokémon Resolute
> [!info] New Experience — **Complete**
> Game Boy Advance · base **Ruby** · version **2.97** · Gen 16 mons
## Summary
A story-heavy new region (Sun-Moon-era mons added) with a difficulty mode; from the Mega Power/Light Platinum lineage.
## Type
[[Types#New Experience|New Experience]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-resolute.330577/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Resolute%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Resolute (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Sacred Gold"
platform: NDS
base: "HeartGold"
version: "1.05"
status: "Complete"
type: ["Vanilla+", "Difficulty"]
generation: "Gen 14 mons"
library_path: "roms/nds/Hacks/Pokemon - Sacred Gold (Hack).nds"
source: "https://www.pokecommunity.com/threads/pokemon-sacred-gold-storm-silver.165088/"
added: 2026-06-06
tags: ["hack", "platform/nds", "base/heartgold", "status/complete", "type/vanilla+", "type/difficulty"]
---
# Pokémon Sacred Gold
> [!info] Vanilla+ · Difficulty — **Complete**
> Nintendo DS · base **HeartGold** · version **1.05** · Gen 14 mons
## Summary
Drayano's enhanced HeartGold — all species obtainable, boosted teams, fixed movesets. Pairs with Storm Silver.
## Type
[[Types#Vanilla+|Vanilla+]] [[Types#Difficulty|Difficulty]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-sacred-gold-storm-silver.165088/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Sacred%20Gold%20rom%20hack
## In the library
- `roms/nds/Hacks/Pokemon - Sacred Gold (Hack).nds` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon Saiph 2"
platform: GBA
base: "FireRed"
version: "1.4.0"
status: "Complete"
type: ["New Experience"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Saiph 2 (Hack).gba"
source: "https://www.pokecommunity.com/threads/pokemon-saiph-2.456789/"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/firered", "status/complete", "type/newexperience"]
---
# Pokémon Saiph 2
> [!info] New Experience — **Complete**
> Game Boy Advance · base **FireRed** · version **1.4.0** · Multi-gen
## Summary
Sequel to Saiph — a larger, polished original adventure (full release v1.4.0).
## Type
[[Types#New Experience|New Experience]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-saiph-2.456789/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Saiph%202%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Saiph 2 (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon Saiph"
platform: GBA
base: "FireRed"
version: "2020"
status: "Complete"
type: ["New Experience"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Saiph (Hack).gba"
source: "https://www.pokecommunity.com/threads/pokemon-saiph.412313/"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/firered", "status/complete", "type/newexperience"]
---
# Pokémon Saiph
> [!info] New Experience — **Complete**
> Game Boy Advance · base **FireRed** · version **2020** · Multi-gen
## Summary
A complete original-region story hack with a darker tone.
## Type
[[Types#New Experience|New Experience]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-saiph.412313/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Saiph%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Saiph (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon Snakewood"
platform: GBA
base: "Ruby"
version: "—"
status: "Complete"
type: ["New Experience"]
generation: "Gen 3 + fakemon"
library_path: "roms/gba/Hacks/Pokemon - Snakewood (Hack).gba"
source: "https://www.pokecommunity.com/threads/pokemon-snakewood.146749/"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/ruby", "status/complete", "type/newexperience"]
---
# Pokémon Snakewood
> [!info] New Experience — **Complete**
> Game Boy Advance · base **Ruby** · version **—** · Gen 3 + fakemon
## Summary
A cult-classic zombie-apocalypse reimagining of Hoenn — surreal, dark-comedic, and famously weird. Largely complete.
## Type
[[Types#New Experience|New Experience]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-snakewood.146749/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Snakewood%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Snakewood (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon Sors"
platform: GBA
base: "FireRed"
version: "1.3"
status: "Complete"
type: ["New Experience"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Sors (Hack).gba"
source: "https://www.pokecommunity.com/threads/pokemon-sors.420576/"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/firered", "status/complete", "type/newexperience"]
---
# Pokémon Sors
> [!info] New Experience — **Complete**
> Game Boy Advance · base **FireRed** · version **1.3** · Multi-gen
## Summary
A complete story-driven hack with a full new region and extensive item/guide documentation.
## Type
[[Types#New Experience|New Experience]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-sors.420576/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Sors%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Sors (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Sovereign of the Skies"
platform: GBA
base: "FireRed"
version: "2.1.2"
status: "Complete"
type: ["New Experience"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Sovereign of the Skies (Hack).gba"
source: "https://www.pokecommunity.com/threads/pokemon-sovereign-of-the-skies.349500/"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/firered", "status/complete", "type/newexperience"]
---
# Pokémon Sovereign of the Skies
> [!info] New Experience — **Complete**
> Game Boy Advance · base **FireRed** · version **2.1.2** · Multi-gen
## Summary
A complete new region with custom dex and a sky-themed plot.
## Type
[[Types#New Experience|New Experience]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-sovereign-of-the-skies.349500/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Sovereign%20of%20the%20Skies%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Sovereign of the Skies (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Storm Silver"
platform: NDS
base: "SoulSilver"
version: "1.05"
status: "Complete"
type: ["Vanilla+", "Difficulty"]
generation: "Gen 14 mons"
library_path: "roms/nds/Hacks/Pokemon - Storm Silver (Hack).nds"
source: "https://www.pokecommunity.com/threads/pokemon-sacred-gold-storm-silver.165088/"
added: 2026-06-06
tags: ["hack", "platform/nds", "base/soulsilver", "status/complete", "type/vanilla+", "type/difficulty"]
---
# Pokémon Storm Silver
> [!info] Vanilla+ · Difficulty — **Complete**
> Nintendo DS · base **SoulSilver** · version **1.05** · Gen 14 mons
## Summary
Drayano's enhanced SoulSilver — the SoulSilver counterpart to Sacred Gold.
## Type
[[Types#Vanilla+|Vanilla+]] [[Types#Difficulty|Difficulty]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-sacred-gold-storm-silver.165088/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Storm%20Silver%20rom%20hack
## In the library
- `roms/nds/Hacks/Pokemon - Storm Silver (Hack).nds` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Super Mariomon"
platform: GBA
base: "Emerald"
version: "1.5.2"
status: "Complete"
type: ["New Experience", "Cosmetic"]
generation: "Crossover"
library_path: "roms/gba/Hacks/Pokemon - Super Mariomon (Hack).gba"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Super%20Mariomon%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/complete", "type/newexperience", "type/cosmetic"]
---
# Pokémon Super Mariomon
> [!info] New Experience · Cosmetic — **Complete**
> Game Boy Advance · base **Emerald** · version **1.5.2** · Crossover
## Summary
A Mario × Pokémon crossover: catch and battle Mario-universe characters as 'Mariomon'. A complete novelty hack.
## Type
[[Types#New Experience|New Experience]] [[Types#Cosmetic|Cosmetic]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Super%20Mariomon%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Super Mariomon (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Sword and Shield Ultimate Plus"
platform: GBA
base: "FireRed"
version: "1.2.1.2"
status: "Ongoing"
type: ["Demake", "New Experience"]
generation: "Gen 8 on GBA"
library_path: "roms/gba/Hacks/Pokemon - Sword and Shield Ultimate Plus (Hack).gba"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Sword%20and%20Shield%20Ultimate%20Plus%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/firered", "status/ongoing", "type/demake", "type/newexperience"]
---
# Pokémon Sword and Shield Ultimate Plus
> [!info] Demake · New Experience — **Ongoing**
> Game Boy Advance · base **FireRed** · version **1.2.1.2** · Gen 8 on GBA
## Summary
A Galar (Sword/Shield) demake bringing Gen 8's region, Pokémon, and Dynamax-era content to the GBA.
## Type
[[Types#Demake|Demake]] [[Types#New Experience|New Experience]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Sword%20and%20Shield%20Ultimate%20Plus%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Sword and Shield Ultimate Plus (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon The Pit"
platform: GBA
base: "Emerald"
version: "2.5.1"
status: "Ongoing"
type: ["Roguelite", "Difficulty", "Expansion"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - The Pit (Hack).gba"
source: "https://www.hackdex.app/hack/the-pit"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/ongoing", "type/roguelite", "type/difficulty", "type/expansion"]
---
# Pokémon The Pit
> [!info] Roguelite · Difficulty · Expansion — **Ongoing**
> Game Boy Advance · base **Emerald** · version **2.5.1** · Multi-gen
## Summary
A roguelite/battle-focused descent: climb floors, draft a team, and fight escalating encounters. Built on the Emerald expansion.
## Type
[[Types#Roguelite|Roguelite]] [[Types#Difficulty|Difficulty]] [[Types#Expansion|Expansion]]
## Links
- Source / info: https://www.hackdex.app/hack/the-pit
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20The%20Pit%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - The Pit (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Theta Emerald EX"
platform: GBA
base: "Emerald"
version: "EX"
status: "Complete"
type: ["Expansion", "Vanilla+"]
generation: "Gen 16 mons"
library_path: "roms/gba/Hacks/Pokemon - Theta Emerald EX (Hack).gba"
source: "https://www.pokecommunity.com/threads/pokemon-theta-emerald-ex.366617/"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/complete", "type/expansion", "type/vanilla+"]
---
# Pokémon Theta Emerald EX
> [!info] Expansion · Vanilla+ — **Complete**
> Game Boy Advance · base **Emerald** · version **EX** · Gen 16 mons
## Summary
Classic 'all 800+ mons in Emerald' hack — Megas, Fairy type, and the full dex obtainable within Hoenn's story.
## Type
[[Types#Expansion|Expansion]] [[Types#Vanilla+|Vanilla+]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-theta-emerald-ex.366617/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Theta%20Emerald%20EX%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Theta Emerald EX (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon Tourmaline"
platform: GBA
base: "Emerald"
version: "1.1.1"
status: "Ongoing"
type: ["New Experience", "Expansion"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Tourmaline (Hack).gba"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20Tourmaline%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/ongoing", "type/newexperience", "type/expansion"]
---
# Pokémon Tourmaline
> [!info] New Experience · Expansion — **Ongoing**
> Game Boy Advance · base **Emerald** · version **1.1.1** · Multi-gen
## Summary
A new-region adventure on the Emerald expansion.
## Type
[[Types#New Experience|New Experience]] [[Types#Expansion|Expansion]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Tourmaline%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Tourmaline (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon Valiant"
platform: GBA
base: "Emerald"
version: "4.2.3"
status: "Ongoing"
type: ["New Experience", "Expansion"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - Valiant (Hack).gba"
source: "https://www.hackdex.app/hack/pokemon-valiant"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/emerald", "status/ongoing", "type/newexperience", "type/expansion"]
---
# Pokémon Valiant
> [!info] New Experience · Expansion — **Ongoing**
> Game Boy Advance · base **Emerald** · version **4.2.3** · Multi-gen
## Summary
An original-region story hack on the Emerald expansion with custom characters and content.
## Type
[[Types#New Experience|New Experience]] [[Types#Expansion|Expansion]]
## Links
- Source / info: https://www.hackdex.app/hack/pokemon-valiant
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Valiant%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - Valiant (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
@@ -1,33 +0,0 @@
---
title: "Pokémon Volt White 2 Redux"
platform: NDS
base: "White 2"
version: "1.4.1"
status: "Complete"
type: ["Vanilla+", "Difficulty", "Expansion"]
generation: "Gen 15 mons"
library_path: "roms/nds/Hacks/Pokemon - Volt White 2 Redux (Hack).nds"
source: "https://www.pokecommunity.com/"
added: 2026-06-06
tags: ["hack", "platform/nds", "base/white2", "status/complete", "type/vanilla+", "type/difficulty", "type/expansion"]
---
# Pokémon Volt White 2 Redux
> [!info] Vanilla+ · Difficulty · Expansion — **Complete**
> Nintendo DS · base **White 2** · version **1.4.1** · Gen 15 mons
## Summary
A community 'Redux' fork of Drayano's Volt White 2 — expanded availability and rebalanced difficulty.
## Type
[[Types#Vanilla+|Vanilla+]] [[Types#Difficulty|Difficulty]] [[Types#Expansion|Expansion]]
## Links
- Source / info: https://www.pokecommunity.com/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Volt%20White%202%20Redux%20rom%20hack
## In the library
- `roms/nds/Hacks/Pokemon - Volt White 2 Redux (Hack).nds` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon Volt White"
platform: NDS
base: "White"
version: "—"
status: "Complete"
type: ["Vanilla+", "Difficulty"]
generation: "Gen 15 mons"
library_path: "roms/nds/Hacks/Pokemon - Volt White (Hack).nds"
source: "https://www.pokecommunity.com/threads/pokemon-blaze-black-volt-white.252355/"
added: 2026-06-06
tags: ["hack", "platform/nds", "base/white", "status/complete", "type/vanilla+", "type/difficulty"]
---
# Pokémon Volt White
> [!info] Vanilla+ · Difficulty — **Complete**
> Nintendo DS · base **White** · version **—** · Gen 15 mons
## Summary
Drayano's White overhaul — full availability and boosted difficulty. The White counterpart to Blaze Black.
## Type
[[Types#Vanilla+|Vanilla+]] [[Types#Difficulty|Difficulty]]
## Links
- Source / info: https://www.pokecommunity.com/threads/pokemon-blaze-black-volt-white.252355/
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20Volt%20White%20rom%20hack
## In the library
- `roms/nds/Hacks/Pokemon - Volt White (Hack).nds` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-33
View File
@@ -1,33 +0,0 @@
---
title: "Pokémon WaveBlue"
platform: GBA
base: "FireRed"
version: "1.7.5"
status: "Ongoing"
type: ["New Experience"]
generation: "Multi-gen"
library_path: "roms/gba/Hacks/Pokemon - WaveBlue (Hack).gba"
source: "https://duckduckgo.com/?q=Pok%C3%A9mon%20WaveBlue%20rom%20hack"
added: 2026-06-06
tags: ["hack", "platform/gba", "base/firered", "status/ongoing", "type/newexperience"]
---
# Pokémon WaveBlue
> [!info] New Experience — **Ongoing**
> Game Boy Advance · base **FireRed** · version **1.7.5** · Multi-gen
## Summary
A new-region adventure built on FireRed.
## Type
[[Types#New Experience|New Experience]]
## Links
- Source: _(not catalogued — see lookup)_
- Lookup: https://duckduckgo.com/?q=Pok%C3%A9mon%20WaveBlue%20rom%20hack
## In the library
- `roms/gba/Hacks/Pokemon - WaveBlue (Hack).gba` on valhalla
- Patch/source artifact archived under `/storage1/igir/romhacks/patches/`
[[Index|← back to directory]]
-116
View File
@@ -1,116 +0,0 @@
# Pokémon ROM-Hack Library — Index
A knowledge base for the **75** Pokémon ROM-hacks installed in the valhalla
library (`roms/<platform>/Hacks/`). One note per hack — see [[Types]] for the tag
taxonomy and the [[#Platforms]] section for per-system views.
**Game Boy**: 1 · **Game Boy Color**: 9 · **Game Boy Advance**: 57 · **Nintendo DS**: 8
## Directory (Dataview)
> Requires the Dataview plugin. If you don't use it, the static table below mirrors it.
```dataview
TABLE platform AS Platform, base AS Base, version AS Version, status AS Status, type AS Type
FROM "Hacks"
SORT platform ASC, file.name ASC
```
## Directory (static)
| Hack | Platform | Base | Version | Status | Type |
|---|---|---|---|---|---|
| [[Brown]] | GB | Red | 1.1 | Complete | New Experience |
| [[Adventure - Red Chapter]] | GBA | FireRed | Beta 15 | Complete (beta) | New Experience |
| [[Aesthetic Red]] | GBA | FireRed | 1.1 | Complete | Cosmetic, Vanilla+ |
| [[Amethyst]] | GBA | Emerald | 1.2.0 | Ongoing | Expansion, New Experience |
| [[Crystal Advance Redux]] | GBA | Emerald | 2026-05-06 | Ongoing | Demake, Vanilla+ |
| [[Dark Rising]] | GBA | FireRed | 1 (Origins) | Complete | New Experience, Difficulty |
| [[Dark Rising - Order Destroyed]] | GBA | FireRed | Complete | Complete | New Experience, Difficulty |
| [[Dark Rising 2]] | GBA | FireRed | Complete | Complete | New Experience, Difficulty |
| [[Elite Redux]] | GBA | Emerald | 2.65.3b | Ongoing | Expansion, Difficulty |
| [[Emerald Azure]] | GBA | Emerald | 0.5.3 | Beta | New Experience, Expansion |
| [[Emerald Extended Cut]] | GBA | Emerald | Classic+ 1.3 | Complete | Vanilla+, QoL |
| [[Emerald Imperium]] | GBA | Emerald | 1.3.1 | Complete | Expansion, Difficulty |
| [[Emerald Kaizo]] | GBA | Emerald | — | Complete | Difficulty |
| [[Emerald Rogue]] | GBA | Emerald | 2.1.2 EX | Ongoing | Roguelite, Expansion |
| [[Emerald Seaglass]] | GBA | Emerald | 3.0 | Complete | Vanilla+, QoL, Expansion |
| [[Emerald Squared]] | GBA | Emerald | 2.6.2 | Complete | Difficulty, Vanilla+ |
| [[Fire Red Extended]] | GBA | FireRed | 3.5.6 | Ongoing | Vanilla+, Expansion |
| [[Fire of Sky]] | GBA | — | 1.0.3 | Complete | New Experience |
| [[FireRed & LeafGreen+ (FRLG+)]] | GBA | FireRed | 1.5.1 | Ongoing | Vanilla+, QoL |
| [[FireRed Deluxe]] | GBA | FireRed | 20.5 | Ongoing | Vanilla+, Expansion, QoL |
| [[FireRed Reignited]] | GBA | FireRed | 1.55 | Ongoing | Vanilla+, QoL |
| [[Flora Sky]] | GBA | Emerald | Complete | Complete | New Experience |
| [[GS Chronicles]] | GBA | FireRed | 2.7.6 | Complete | New Experience, Demake |
| [[Gaia]] | GBA | FireRed | 3.2 | Complete | New Experience |
| [[Glazed]] | GBA | Emerald | 9.2.0 | Complete | New Experience |
| [[Heart and Soul]] | GBA | FireRed | 1.2.1 | Ongoing | New Experience, Demake |
| [[Hearth]] | GBA | Emerald | 0.1.27 | Beta | New Experience, Expansion |
| [[Hoenn's Last Wish]] | GBA | Emerald | 0.4.7 | Beta | New Experience, Expansion |
| [[Inclement Emerald]] | GBA | Emerald | — | Complete | Difficulty, Expansion |
| [[Inkwell]] | GBA | Emerald | 1.04 | Ongoing | New Experience, Expansion |
| [[Lazarus]] | GBA | Emerald (TrashMan) | v2 | Ongoing | New Experience, Expansion |
| [[Light Platinum]] | GBA | Ruby | 1.1 | Complete | New Experience |
| [[Liquid Crystal]] | GBA | FireRed | 3.3 | Complete | New Experience, Demake |
| [[Mega Power]] | GBA | Ruby | 5.62 | Complete | New Experience |
| [[Modern Emerald]] | GBA | Emerald | 3.3.1 | Complete | Vanilla+, QoL, Expansion |
| [[Moemon Mega FireRed]] | GBA | FireRed | 1.4c | Complete | Cosmetic |
| [[Moemon Star Emerald]] | GBA | Emerald | 1.1c | Complete | Cosmetic |
| [[Odyssey]] | GBA | FireRed | 4.1.1 | Complete | New Experience |
| [[Omega Ruby Origins]] | GBA | Emerald | 1.4.8.7 | Ongoing | Demake, New Experience |
| [[Phoenix Red]] | GBA | FireRed | 1.2 | Complete | Difficulty, Expansion |
| [[Pisces]] | GBA | — | 1.5.4 | Complete | New Experience |
| [[Project Nova]] | GBA | Emerald | 2.7.0 | Ongoing | New Experience, Expansion |
| [[R.O.W.E.]] | GBA | Emerald | 2.1.1 | Ongoing | New Experience, QoL, Expansion |
| [[Radical Red]] | GBA | FireRed | 4.10 | Ongoing | Difficulty, Expansion |
| [[Recordkeepers]] | GBA | Emerald | 1.2.1 | Ongoing | New Experience, Expansion |
| [[Resolute]] | GBA | Ruby | 2.97 | Complete | New Experience |
| [[Saiph]] | GBA | FireRed | 2020 | Complete | New Experience |
| [[Saiph 2]] | GBA | FireRed | 1.4.0 | Complete | New Experience |
| [[Snakewood]] | GBA | Ruby | — | Complete | New Experience |
| [[Sors]] | GBA | FireRed | 1.3 | Complete | New Experience |
| [[Sovereign of the Skies]] | GBA | FireRed | 2.1.2 | Complete | New Experience |
| [[Super Mariomon]] | GBA | Emerald | 1.5.2 | Complete | New Experience, Cosmetic |
| [[Sword and Shield Ultimate Plus]] | GBA | FireRed | 1.2.1.2 | Ongoing | Demake, New Experience |
| [[The Pit]] | GBA | Emerald | 2.5.1 | Ongoing | Roguelite, Difficulty, Expansion |
| [[Theta Emerald EX]] | GBA | Emerald | EX | Complete | Expansion, Vanilla+ |
| [[Tourmaline]] | GBA | Emerald | 1.1.1 | Ongoing | New Experience, Expansion |
| [[Valiant]] | GBA | Emerald | 4.2.3 | Ongoing | New Experience, Expansion |
| [[WaveBlue]] | GBA | FireRed | 1.7.5 | Ongoing | New Experience |
| [[Ambrosia]] | GBC | Crystal | 2.4.0 | Ongoing | New Experience |
| [[Crystal Clear]] | GBC | Crystal | 2.5.7 | Complete | New Experience, QoL |
| [[Crystal Inheritance]] | GBC | Crystal | 1.0.3 | Complete | New Experience |
| [[Crystal Kaizo]] | GBC | Crystal | 1.0 | Complete | Difficulty |
| [[Low Budget Crystal]] | GBC | Crystal | — | Complete | Vanilla+, QoL |
| [[Orange]] | GBC | Crystal | — | Complete | New Experience |
| [[Peridot]] | GBC | Crystal | 2.2.3 | Ongoing | New Experience |
| [[Polished Crystal]] | GBC | Crystal | 3.2.3 | Complete | Vanilla+, QoL, Expansion |
| [[Prism]] | GBC | Crystal | 1.0 | Complete | New Experience |
| [[Blaze Black]] | NDS | Black | — | Complete | Vanilla+, Difficulty |
| [[Blaze Black 2 Redux]] | NDS | Black 2 | 1.3.0 | Complete | Vanilla+, Difficulty, Expansion |
| [[Following Renegade Platinum]] | NDS | Platinum | 2.0 | Complete | Difficulty, Vanilla+, QoL |
| [[Renegade Platinum]] | NDS | Platinum | 1.3.0 | Complete | Difficulty, Vanilla+ |
| [[Sacred Gold]] | NDS | HeartGold | 1.05 | Complete | Vanilla+, Difficulty |
| [[Storm Silver]] | NDS | SoulSilver | 1.05 | Complete | Vanilla+, Difficulty |
| [[Volt White]] | NDS | White | — | Complete | Vanilla+, Difficulty |
| [[Volt White 2 Redux]] | NDS | White 2 | 1.4.1 | Complete | Vanilla+, Difficulty, Expansion |
## Platforms
- [[GBA]] · [[GBC]] · [[GB]] · [[NDS]]
## By type
- [[Types#Vanilla+|Vanilla+]] — Official game enhanced — QoL, all species obtainable, light rebalance; same region/story.
- [[Types#QoL|QoL]] — Primarily quality-of-life conveniences over an official base.
- [[Types#Difficulty|Difficulty]] — Built to be hard — boosted AI/teams, kaizo, or competitive rulesets.
- [[Types#Expansion|Expansion]] — Built on a decomp + expansion: many generations, modern mechanics, new abilities/moves.
- [[Types#New Experience|New Experience]] — New region, story, and/or Pokédex — a fresh adventure, not the official game.
- [[Types#Demake|Demake]] — Recreates a later-generation game on older hardware.
- [[Types#Roguelite|Roguelite]] — Run-based, randomized, permadeath-flavored structure.
- [[Types#Cosmetic|Cosmetic]] — Visual/audio overhaul (e.g. Moemon sprites, tilesets, music) over an existing game.
---
*Generated by `scripts/build-romhack-vault.py` — edit the dataset there and re-run to update.*
-16
View File
@@ -1,16 +0,0 @@
# Game Boy (GB) — 1 hacks
```dataview
TABLE base, version, status, type
FROM "Hacks"
WHERE platform = "GB"
SORT file.name ASC
```
## Static
| Hack | Base | Version | Status | Type |
|---|---|---|---|---|
| [[Brown]] | Red | 1.1 | Complete | New Experience |
[[Index|← back to directory]]
-72
View File
@@ -1,72 +0,0 @@
# Game Boy Advance (GBA) — 57 hacks
```dataview
TABLE base, version, status, type
FROM "Hacks"
WHERE platform = "GBA"
SORT file.name ASC
```
## Static
| Hack | Base | Version | Status | Type |
|---|---|---|---|---|
| [[Adventure - Red Chapter]] | FireRed | Beta 15 | Complete (beta) | New Experience |
| [[Aesthetic Red]] | FireRed | 1.1 | Complete | Cosmetic, Vanilla+ |
| [[Amethyst]] | Emerald | 1.2.0 | Ongoing | Expansion, New Experience |
| [[Crystal Advance Redux]] | Emerald | 2026-05-06 | Ongoing | Demake, Vanilla+ |
| [[Dark Rising]] | FireRed | 1 (Origins) | Complete | New Experience, Difficulty |
| [[Dark Rising - Order Destroyed]] | FireRed | Complete | Complete | New Experience, Difficulty |
| [[Dark Rising 2]] | FireRed | Complete | Complete | New Experience, Difficulty |
| [[Elite Redux]] | Emerald | 2.65.3b | Ongoing | Expansion, Difficulty |
| [[Emerald Azure]] | Emerald | 0.5.3 | Beta | New Experience, Expansion |
| [[Emerald Extended Cut]] | Emerald | Classic+ 1.3 | Complete | Vanilla+, QoL |
| [[Emerald Imperium]] | Emerald | 1.3.1 | Complete | Expansion, Difficulty |
| [[Emerald Kaizo]] | Emerald | — | Complete | Difficulty |
| [[Emerald Rogue]] | Emerald | 2.1.2 EX | Ongoing | Roguelite, Expansion |
| [[Emerald Seaglass]] | Emerald | 3.0 | Complete | Vanilla+, QoL, Expansion |
| [[Emerald Squared]] | Emerald | 2.6.2 | Complete | Difficulty, Vanilla+ |
| [[Fire Red Extended]] | FireRed | 3.5.6 | Ongoing | Vanilla+, Expansion |
| [[Fire of Sky]] | — | 1.0.3 | Complete | New Experience |
| [[FireRed & LeafGreen+ (FRLG+)]] | FireRed | 1.5.1 | Ongoing | Vanilla+, QoL |
| [[FireRed Deluxe]] | FireRed | 20.5 | Ongoing | Vanilla+, Expansion, QoL |
| [[FireRed Reignited]] | FireRed | 1.55 | Ongoing | Vanilla+, QoL |
| [[Flora Sky]] | Emerald | Complete | Complete | New Experience |
| [[GS Chronicles]] | FireRed | 2.7.6 | Complete | New Experience, Demake |
| [[Gaia]] | FireRed | 3.2 | Complete | New Experience |
| [[Glazed]] | Emerald | 9.2.0 | Complete | New Experience |
| [[Heart and Soul]] | FireRed | 1.2.1 | Ongoing | New Experience, Demake |
| [[Hearth]] | Emerald | 0.1.27 | Beta | New Experience, Expansion |
| [[Hoenn's Last Wish]] | Emerald | 0.4.7 | Beta | New Experience, Expansion |
| [[Inclement Emerald]] | Emerald | — | Complete | Difficulty, Expansion |
| [[Inkwell]] | Emerald | 1.04 | Ongoing | New Experience, Expansion |
| [[Lazarus]] | Emerald (TrashMan) | v2 | Ongoing | New Experience, Expansion |
| [[Light Platinum]] | Ruby | 1.1 | Complete | New Experience |
| [[Liquid Crystal]] | FireRed | 3.3 | Complete | New Experience, Demake |
| [[Mega Power]] | Ruby | 5.62 | Complete | New Experience |
| [[Modern Emerald]] | Emerald | 3.3.1 | Complete | Vanilla+, QoL, Expansion |
| [[Moemon Mega FireRed]] | FireRed | 1.4c | Complete | Cosmetic |
| [[Moemon Star Emerald]] | Emerald | 1.1c | Complete | Cosmetic |
| [[Odyssey]] | FireRed | 4.1.1 | Complete | New Experience |
| [[Omega Ruby Origins]] | Emerald | 1.4.8.7 | Ongoing | Demake, New Experience |
| [[Phoenix Red]] | FireRed | 1.2 | Complete | Difficulty, Expansion |
| [[Pisces]] | — | 1.5.4 | Complete | New Experience |
| [[Project Nova]] | Emerald | 2.7.0 | Ongoing | New Experience, Expansion |
| [[R.O.W.E.]] | Emerald | 2.1.1 | Ongoing | New Experience, QoL, Expansion |
| [[Radical Red]] | FireRed | 4.10 | Ongoing | Difficulty, Expansion |
| [[Recordkeepers]] | Emerald | 1.2.1 | Ongoing | New Experience, Expansion |
| [[Resolute]] | Ruby | 2.97 | Complete | New Experience |
| [[Saiph]] | FireRed | 2020 | Complete | New Experience |
| [[Saiph 2]] | FireRed | 1.4.0 | Complete | New Experience |
| [[Snakewood]] | Ruby | — | Complete | New Experience |
| [[Sors]] | FireRed | 1.3 | Complete | New Experience |
| [[Sovereign of the Skies]] | FireRed | 2.1.2 | Complete | New Experience |
| [[Super Mariomon]] | Emerald | 1.5.2 | Complete | New Experience, Cosmetic |
| [[Sword and Shield Ultimate Plus]] | FireRed | 1.2.1.2 | Ongoing | Demake, New Experience |
| [[The Pit]] | Emerald | 2.5.1 | Ongoing | Roguelite, Difficulty, Expansion |
| [[Theta Emerald EX]] | Emerald | EX | Complete | Expansion, Vanilla+ |
| [[Tourmaline]] | Emerald | 1.1.1 | Ongoing | New Experience, Expansion |
| [[Valiant]] | Emerald | 4.2.3 | Ongoing | New Experience, Expansion |
| [[WaveBlue]] | FireRed | 1.7.5 | Ongoing | New Experience |
[[Index|← back to directory]]
-24
View File
@@ -1,24 +0,0 @@
# 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]]
-23
View File
@@ -1,23 +0,0 @@
# 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]]
-23
View File
@@ -1,23 +0,0 @@
# Pokémon ROM-Hack Vault
An [Obsidian](https://obsidian.md) vault documenting the **75** Pokémon ROM-hacks
in the valhalla library. Open *this folder* as a vault (or copy it into an existing one).
## Layout
- **[[Index]]** — the master directory (Dataview + static table).
- **[[Types]]** — the type taxonomy (QoL, Vanilla+, Difficulty, Expansion, New Experience, Demake, Roguelite, Cosmetic).
- **Hacks/** — one note per hack with frontmatter properties + tags.
- **Platforms/** — per-system maps of content (GBA / GBC / GB / NDS).
## Conventions
- Frontmatter uses Obsidian **properties** (`platform`, `base`, `version`, `status`, `type`, `generation`, `source`) so the **Dataview** and **Bases** plugins work.
- Every note also carries **tags** (`#platform/gba`, `#type/difficulty`, `#status/complete`, `#base/firered`) so search/graph work with **zero plugins**.
- `library_path` points at the file under `roms/<platform>/Hacks/` on valhalla.
## Recommended plugins
- **Dataview** (the Index/Platform tables) and optionally **Bases** (Obsidian's native DB view).
## Caveats
- `base`, `version`, and `type` are best-effort from the import metadata + general knowledge; a few obscure hacks show `base: —` where the source wasn't certain. Correct any in `scripts/build-romhack-vault.py` and re-run.
*Generated by `scripts/build-romhack-vault.py`.*
-186
View File
@@ -1,186 +0,0 @@
# Type Taxonomy
Each hack is tagged with one or more of these. Tags are also queryable as `#type/...`.
## Vanilla+
Official game enhanced — QoL, all species obtainable, light rebalance; same region/story.
`#type/vanilla+` — 21 hacks
- [[Aesthetic Red]]
- [[Blaze Black]]
- [[Blaze Black 2 Redux]]
- [[Crystal Advance Redux]]
- [[Emerald Extended Cut]]
- [[Emerald Seaglass]]
- [[Emerald Squared]]
- [[Fire Red Extended]]
- [[FireRed & LeafGreen+ (FRLG+)]]
- [[FireRed Deluxe]]
- [[FireRed Reignited]]
- [[Following Renegade Platinum]]
- [[Low Budget Crystal]]
- [[Modern Emerald]]
- [[Polished Crystal]]
- [[Renegade Platinum]]
- [[Sacred Gold]]
- [[Storm Silver]]
- [[Theta Emerald EX]]
- [[Volt White]]
- [[Volt White 2 Redux]]
## QoL
Primarily quality-of-life conveniences over an official base.
`#type/qol` — 11 hacks
- [[Crystal Clear]]
- [[Emerald Extended Cut]]
- [[Emerald Seaglass]]
- [[FireRed & LeafGreen+ (FRLG+)]]
- [[FireRed Deluxe]]
- [[FireRed Reignited]]
- [[Following Renegade Platinum]]
- [[Low Budget Crystal]]
- [[Modern Emerald]]
- [[Polished Crystal]]
- [[R.O.W.E.]]
## Difficulty
Built to be hard — boosted AI/teams, kaizo, or competitive rulesets.
`#type/difficulty` — 20 hacks
- [[Blaze Black]]
- [[Blaze Black 2 Redux]]
- [[Crystal Kaizo]]
- [[Dark Rising]]
- [[Dark Rising - Order Destroyed]]
- [[Dark Rising 2]]
- [[Elite Redux]]
- [[Emerald Imperium]]
- [[Emerald Kaizo]]
- [[Emerald Squared]]
- [[Following Renegade Platinum]]
- [[Inclement Emerald]]
- [[Phoenix Red]]
- [[Radical Red]]
- [[Renegade Platinum]]
- [[Sacred Gold]]
- [[Storm Silver]]
- [[The Pit]]
- [[Volt White]]
- [[Volt White 2 Redux]]
## Expansion
Built on a decomp + expansion: many generations, modern mechanics, new abilities/moves.
`#type/expansion` — 26 hacks
- [[Amethyst]]
- [[Blaze Black 2 Redux]]
- [[Elite Redux]]
- [[Emerald Azure]]
- [[Emerald Imperium]]
- [[Emerald Rogue]]
- [[Emerald Seaglass]]
- [[Fire Red Extended]]
- [[FireRed Deluxe]]
- [[Hearth]]
- [[Hoenn's Last Wish]]
- [[Inclement Emerald]]
- [[Inkwell]]
- [[Lazarus]]
- [[Modern Emerald]]
- [[Phoenix Red]]
- [[Polished Crystal]]
- [[Project Nova]]
- [[R.O.W.E.]]
- [[Radical Red]]
- [[Recordkeepers]]
- [[The Pit]]
- [[Theta Emerald EX]]
- [[Tourmaline]]
- [[Valiant]]
- [[Volt White 2 Redux]]
## New Experience
New region, story, and/or Pokédex — a fresh adventure, not the official game.
`#type/newexperience` — 43 hacks
- [[Adventure - Red Chapter]]
- [[Ambrosia]]
- [[Amethyst]]
- [[Brown]]
- [[Crystal Clear]]
- [[Crystal Inheritance]]
- [[Dark Rising]]
- [[Dark Rising - Order Destroyed]]
- [[Dark Rising 2]]
- [[Emerald Azure]]
- [[Fire of Sky]]
- [[Flora Sky]]
- [[GS Chronicles]]
- [[Gaia]]
- [[Glazed]]
- [[Heart and Soul]]
- [[Hearth]]
- [[Hoenn's Last Wish]]
- [[Inkwell]]
- [[Lazarus]]
- [[Light Platinum]]
- [[Liquid Crystal]]
- [[Mega Power]]
- [[Odyssey]]
- [[Omega Ruby Origins]]
- [[Orange]]
- [[Peridot]]
- [[Pisces]]
- [[Prism]]
- [[Project Nova]]
- [[R.O.W.E.]]
- [[Recordkeepers]]
- [[Resolute]]
- [[Saiph]]
- [[Saiph 2]]
- [[Snakewood]]
- [[Sors]]
- [[Sovereign of the Skies]]
- [[Super Mariomon]]
- [[Sword and Shield Ultimate Plus]]
- [[Tourmaline]]
- [[Valiant]]
- [[WaveBlue]]
## Demake
Recreates a later-generation game on older hardware.
`#type/demake` — 6 hacks
- [[Crystal Advance Redux]]
- [[GS Chronicles]]
- [[Heart and Soul]]
- [[Liquid Crystal]]
- [[Omega Ruby Origins]]
- [[Sword and Shield Ultimate Plus]]
## Roguelite
Run-based, randomized, permadeath-flavored structure.
`#type/roguelite` — 2 hacks
- [[Emerald Rogue]]
- [[The Pit]]
## Cosmetic
Visual/audio overhaul (e.g. Moemon sprites, tilesets, music) over an existing game.
`#type/cosmetic` — 4 hacks
- [[Aesthetic Red]]
- [[Moemon Mega FireRed]]
- [[Moemon Star Emerald]]
- [[Super Mariomon]]
[[Index|← back to directory]]
-79
View File
@@ -1,79 +0,0 @@
# Pokémon ROM Hacks — Manual Acquisition List
Worthwhile hacks that **could not be auto-patched** because their patches are
gated behind anti-bot hosts (hackdex.app), Discord servers, or Google Drive/MEGA
links that aren't directly fetchable. The auto-patched set (25 hacks) is already
in `roms/<platform>/Hacks/` — see the bottom of this file.
**Scope:** pre-3DS handhelds (gb/gbc/gba/nds) + pre-Wii consoles, per request.
---
## How to hand one off to me
Once you grab a patch (`.bps` / `.ips` / `.ups` / `.xdelta`), drop it anywhere on
valhalla (e.g. `/storage1/igir/romhacks/incoming/`) and tell me. Applying it is seconds:
```bash
# BPS/UPS self-verify the base ROM; xdelta v1 verifies source MD5.
python3 /storage1/igir/romhacks/tools/apply.py <patch> "<base rom>" <out.ext>
# xdelta v1 patches (magic %XDZ): docker run ... node:lts -> apt install xdelta
```
Or I add a line to `scripts/romhack-fetch.py`'s manifest and run `--place`.
A patched ROM is the same end result either way — if you'd rather just download a
**pre-patched ROM**, that works too; I'll validate + rename it to match.
---
## Wanted — handhelds
Base-ROM ownership is noted; ✅ = you already own the base on valhalla.
> **Update (2026-06-06):** the big `pokemon/` drop-folder import added 53 more hacks
> (incl. Emerald Rogue EX, Emerald Seaglass, Sors, Saiph 1 & 2, Flora Sky, Sovereign
> of the Skies, Crystal Kaizo, Lazarus) plus **Following Renegade Platinum** in place
> of Following Platinum. The list below is what's *still* not acquired.
| Hack | Platform | Base ROM | Format | Where to get it | Notes |
|---|---|---|---|---|---|
| **Run & Bun** | GBA | FireRed 1.0 ✅ | BPS | Official Discord · hackdex | Acclaimed hard/competitive hack. Discord-gated. |
| **CrystalDust** | GBA | Ruby ✅ | UPS | itch.io (forever-team) · Discord | Gen-2 Johto remake, complete. |
| **Outlaw** | GBA | FireRed ✅ | IPS | PokeCommunity | Mature, short, complete. |
| **Vega** | GBA | **FireRed (JP) ❌** | IPS | romhacking archives | Needs a **Japanese** FireRed 1.0 base — you don't own one. |
| **Gold/Silver Kaizo** | GBC | Gold/Silver ✅ | IPS | Kaizo Discord | Complete difficulty hacks (Crystal Kaizo now acquired). |
### Optional add-on patches (archived, not applied)
Inside the Sors / Saiph 2 downloads were **optional** extra IPS patches (3DS VC mode, lag-fix, vigilante mode, time-based events) meant to be layered on top of the main ROM. The main ROMs are placed; these extras are kept in `patches/_imported/` if you ever want them applied.
---
## Versions worth refreshing later
These are **already placed**, but newer/better builds live behind gated hosts:
- **Radical Red** — now at v4.10 (from your drop); latest dev builds are on the official Discord.
- **Unbound** — already in your library (pre-existing); update via hackdex.
## Deliberately excluded
- **Clover** — polished but full of offensive/meme content (your "no shitpost" rule).
## Console (pre-Wii)
No well-regarded *finished* N64/GameCube Pokémon ROM hacks exist beyond the GameCube
Colosseum/XD enhancement hacks you **already have** (`Grand Colosseum`, `XD XG`).
Nothing to acquire here.
---
## Already auto-patched (reference) — in `roms/<platform>/Hacks/`
- **gb (1):** Brown
- **gbc (3):** Polished Crystal · Crystal Clear · Prism
- **gba (14):** Gaia · Radical Red · Inclement Emerald · Glazed · Light Platinum · Liquid Crystal · Theta Emerald EX · Snakewood · Mega Power · Resolute · Emerald Kaizo · Dark Rising · Dark Rising 2 · Dark Rising Order Destroyed
- **nds (7):** Renegade Platinum · Sacred Gold · Storm Silver · Blaze Black · Volt White · Blaze Black 2 Redux · Volt White 2 Redux
Source artifacts retained under `/storage1/igir/romhacks/patches/<platform>/`.
+11 -1
View File
@@ -1,5 +1,15 @@
#!/usr/bin/env python3
"""Generate an Obsidian vault documenting the Pokémon ROM-hacks in the library.
"""[ARCHIVED] Bootstrap generator for the Pokémon ROM-hack vault.
The canonical catalog now lives in the self-hosted Obsidian vault under
`Pokémon ROM Hacks/`, hand-maintained via the Obsidian MCP (see that folder's
`_Claude.md` for the add-a-hack checklist). The live vault has been enriched well
beyond what this script emits (play_status, rating, Bases/, Play Queue) — so do
NOT re-run this against it and sync back; you would regress the catalog. This is
kept only for the structured `HACKS` dataset below. Its output dir
`pokemon-romhack-vault/` is gitignored.
Originally: generate an Obsidian vault documenting the Pokémon ROM-hacks.
Emits, under pokemon-romhack-vault/ :
- Hacks/<Name>.md one note per hack (YAML frontmatter + tags + summary)