feat: add romhack archive site
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
# Dependencies and build output
|
||||
node_modules/
|
||||
dist/
|
||||
.astro/
|
||||
|
||||
# Generated local caches
|
||||
public/assets/banners/
|
||||
test-results/
|
||||
playwright-report/
|
||||
|
||||
# OS / editor cruft
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.swp
|
||||
*~
|
||||
|
||||
# Local logs and scratch
|
||||
*.tmp
|
||||
*.log
|
||||
@@ -0,0 +1,39 @@
|
||||
# ROM Hack Archive
|
||||
|
||||
Private Astro site for browsing ginnoir's Pokémon ROM-hack catalog.
|
||||
|
||||
The source catalog is a snapshot exported from the Obsidian vault into
|
||||
`data/catalog.json`. The Pokémon tooling repo still owns catalog refresh scripts;
|
||||
this repo owns the browsable static site and deployment to
|
||||
`https://romhacks.ginnoir.com`.
|
||||
|
||||
## Develop
|
||||
|
||||
```powershell
|
||||
npm install
|
||||
npm run dev
|
||||
```
|
||||
|
||||
## Build And Test
|
||||
|
||||
```powershell
|
||||
npm run check
|
||||
npm run build
|
||||
npm run test:ui
|
||||
```
|
||||
|
||||
`npm run build` runs `scripts/prepare-site-assets.mjs` first. That step validates
|
||||
the catalog, downloads banner art into `public/assets/banners/`, and refreshes
|
||||
generated banner/file manifests from `data/catalog.json` and `data/scrape_lib/`.
|
||||
|
||||
## Deploy
|
||||
|
||||
The site is served internally by Caddy from `/config/caddy/site/romhacks-wiki`.
|
||||
|
||||
```powershell
|
||||
npm run build
|
||||
powershell -File scripts/deploy-site.ps1
|
||||
```
|
||||
|
||||
ROM and related-file links point at the internal-only file server:
|
||||
`https://romhacks-files.ginnoir.com`.
|
||||
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
export default defineConfig({
|
||||
output: 'static',
|
||||
build: {
|
||||
format: 'directory',
|
||||
},
|
||||
});
|
||||
+16904
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon All In",
|
||||
"slug": "Pok_mon_All_In",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "all-in-v1.0.gba",
|
||||
"guides": [
|
||||
"all-in-v1.0.zip"
|
||||
],
|
||||
"art": [
|
||||
"fvzc9u8ob2ef1-18a52ef1afd3e4fc.png"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/9gymume5qsl2qel/all-in-v1.0.zip/file",
|
||||
"https://mega.nz/file/0GdWHKgK#Ih668xlmnf8QjbogOyF8Qe0gr4DxO-XSTggD3Qn2p4g"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
---
|
||||
title: Pokémon All In
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon All In
|
||||
|
||||
![[fvzc9u8ob2ef1-18a52ef1afd3e4fc.png]]
|
||||
|
||||
## Description
|
||||
|
||||
**Pokemon All In** is a ROM Hack created by YouTuber Chris Piche. The hack is entirely themed around gambling. Pokemon are obtained via a gacha machine, there are options to add a D20 Dice and/or Slots effects in battle.
|
||||
|
||||
**Features:**
|
||||
- Arcades/Game Corners are in every town with varying gacha machines and different games
|
||||
- No Poke Balls. Pokemon are only obtained via the gacha machines
|
||||
- All Mart items are only obtainable at Game Corners, including every secret base decoration available in Mauville
|
||||
- Shiny odds and Pokerus odds can be adjusted by flipping a coin on new game and calling it right (but if you're wrong it goes to default)
|
||||
- Pokemon Black Market (you can sell Pokemon for money)
|
||||
- Loan Sharks
|
||||
- Fake IDs (to get specifically into the Mauville Game Corner)
|
||||
- All HMs are usable in the overworld (except Fly and Flash) as long as you have the HM and the badge (Pokemon do not need to know the move)
|
||||
- Toggle the following for customizable gameplay:
|
||||
- D20 Dice in battle (affects crit rate, accuracy, and damage), coin flips for status effects and other conditions
|
||||
- Slot Effects in battle, randomly making battles more volatile
|
||||
- No Exp Mode (you have to gamble to win rare candies to level up)
|
||||
- Nuzlocke Mode (comes with level caps built in)
|
||||
- Randomize Trainers (this is triggered when a Pokemon is sent out in battle, meaning if you lose they won't necessarily have the same team again)
|
||||
- Randomize Wild Encounters (same as above)
|
||||
|
||||
**KNOWN BUGS**:
|
||||
Graphics issues on dice rolls in partner battle (Stephen vs Team Magma at Mossdeep). Not impact gameplay
|
||||
|
||||
If you hit nickname on Castform or the fossil pokemon (these are randomized in-game) you will get a weird string of text. This does not impact gameplay
|
||||
|
||||
Truant is a little weird with stacking coin flips
|
||||
|
||||
Ace math in Blackjack
|
||||
|
||||
**Download**:
|
||||
:Download: [Mediafire](https://www.mediafire.com/file/9gymume5qsl2qel/all-in-v1.0.zip/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/9gymume5qsl2qel/all-in-v1.0.zip/file
|
||||
- https://mega.nz/file/0GdWHKgK#Ih668xlmnf8QjbogOyF8Qe0gr4DxO-XSTggD3Qn2p4g
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `all-in-v1.0.gba` (console/gba)
|
||||
- **Guides / extras (1):**
|
||||
- `all-in-v1.0.zip`
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Ambrosia",
|
||||
"slug": "Pok_mon_Ambrosia",
|
||||
"kind": "console",
|
||||
"platform": "gb",
|
||||
"artifact": "ambrosia feb 4.zip",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"Pokemon-Ambrosia-2-474c55cda4370734.webp"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/mkpv6xjncljmu15/ambrosia+feb+4.zip/file"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
title: Pokémon Ambrosia
|
||||
platform: gb
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Ambrosia
|
||||
|
||||
![[Pokemon-Ambrosia-2-474c55cda4370734.webp]]
|
||||
|
||||
## Description
|
||||
|
||||
Pokemon Ambrosia
|
||||
Creator: DrUltimaMan
|
||||
Version: Final
|
||||
Hack of: Crystal
|
||||
Updated: February 04, 2025
|
||||
Language: English
|
||||
Status: Completed
|
||||
|
||||
Pokémon Ambrosia is a game with a focus on unique features, fun gameplay, and extensive additional and post-game content.
|
||||
|
||||
**Story**
|
||||
The story is completely new and centers on an imminent invasion of Kanto due to a war with Hoen.
|
||||
New dialog for every NPC and event in the entire game
|
||||
Three recurring rivals, one of which uses an exact copy of the player’s party including stats, items, nicknames, everything.
|
||||
**World**
|
||||
Many updated maps and numerous all new maps.
|
||||
A more open world design allowing the player to enter areas with trainers and Pokemon far stronger than they would be able to beat but with hidden powerful rewards.
|
||||
Can travel north to Blackthorn and west to Olivine from the beginning of the game.
|
||||
Can travel to Kanto as soon as reaching Goldenrod.
|
||||
|
||||
**Features/Brief Overview**
|
||||
Reworked Pokedex with fan favorite Pokémon from across the first 6 generations
|
||||
All Pokémon have abilities, some familiar and some new – such as Gardevoir raising light screen upon switch in for example
|
||||
Physical / Special split
|
||||
Overworld Pokémon randomly wander the world, with aggressive ones attacking the player on sight
|
||||
Can rematch all trainers, including Gym Leaders
|
||||
Extensively updated battle AI
|
||||
Significant Quality of Life updates
|
||||
Updated and fully reusable TMs
|
||||
Early Exp Share available
|
||||
Sprint shoes
|
||||
Remembral key item that acts a portable free move relearner
|
||||
Portable PC that can also instantly heal your party like a portable Pokecenter
|
||||
HMs can be used if learnable with actually needing to be known
|
||||
Infinitely reusable escape rope
|
||||
Infinite repel
|
||||
|
||||
**Download** [Pokemon Ambrosia](https://www.mediafire.com/file/mkpv6xjncljmu15/ambrosia+feb+4.zip/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/mkpv6xjncljmu15/ambrosia+feb+4.zip/file
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `ambrosia feb 4.zip` (console/gb)
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Autumn Orange",
|
||||
"slug": "Pok_mon_Autumn_Orange",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "autumn orange v1.2 casual mode.gba",
|
||||
"guides": [
|
||||
"autumn orange v1.2 casual mode.zip"
|
||||
],
|
||||
"art": [
|
||||
"IMG_0033-Chris-Ibert-0c7f2263b128f415.jpg"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/8fkmaxeyqvxi4rd/autumn+orange+v1.2+casual+mode.zip/file"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
---
|
||||
title: Pokémon Autumn Orange
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Autumn Orange
|
||||
|
||||
![[IMG_0033-Chris-Ibert-0c7f2263b128f415.jpg]]
|
||||
|
||||
## Description
|
||||
|
||||
**Creator:** MatrixGBA (SacredGBC)
|
||||
**Type:** GBA
|
||||
**Last Updated:** May 14 2024
|
||||
|
||||
## Description
|
||||
> Previously known as “Pokemon: The Red and Blue Sequel,” this game has undergone significant changes to breathe new life into its environment and gameplay. Prepare for a new encounter with the Kanto region, immersed in a completely unique experience. Embark on a journey set five years after the original Pokémon mainline games. Reconnect with familiar faces from different generations, from the traditional Red and Blue to the semi-modern Sword and Shield.
|
||||
>
|
||||
> A sequence of mysterious events are taking place within the Sevii Islands’ intriguing settings. Conquer the Pokémon League as a first step toward your journey to the Sevii Islands. Your job is to avert an impending threat.
|
||||
## Notable features
|
||||
> - Pokémon from Generations 1-8
|
||||
> - New Story
|
||||
> - Play in Kanto during Autumn! (Winter Edition Coming One - Day!)
|
||||
> - Mega Evolutions
|
||||
> - Z moves
|
||||
> - ONLY Alolan and Galarian forms!
|
||||
> - Semi-Open World
|
||||
> - New Gym Leaders
|
||||
> - New Elite Four and Champion
|
||||
> - Almost EVERY Protagonist from other Pokémon games
|
||||
> - All of the Sinnoh and Kalos Gym Leaders
|
||||
> - Sinnoh Battle Frontier and Sinnoh Elite Four
|
||||
> - Wild Pokémon scale with the level of the lowest level Pokémon in your party
|
||||
> - Trainers will have enemy Pokémon at the same level as your highest level Pokémon in your party when the battle begins.
|
||||
> - PokéMart expanded
|
||||
> - Celadon Department Store updated!
|
||||
> - Move Tutors and FREE Rare Candies on the Top Floor of most Pokémon Centers
|
||||
> And more
|
||||
## Download
|
||||
:Download: [Download link](https://www.mediafire.com/file/8fkmaxeyqvxi4rd/autumn+orange+v1.2+casual+mode.zip/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/8fkmaxeyqvxi4rd/autumn+orange+v1.2+casual+mode.zip/file
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `autumn orange v1.2 casual mode.gba` (console/gba)
|
||||
- **Guides / extras (1):**
|
||||
- `autumn orange v1.2 casual mode.zip`
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Blue Stars 4",
|
||||
"slug": "Pok_mon_Blue_Stars_4",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "Blue Stars 4 v2.1.gba",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"Pokemon-Blue-Stars-4-5fb2a276349f8688.webp"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/mngth4fvkso71eg/Blue+Stars+4+v2.1.gba/file"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
---
|
||||
title: Pokémon Blue Stars 4
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Blue Stars 4
|
||||
|
||||
![[Pokemon-Blue-Stars-4-5fb2a276349f8688.webp]]
|
||||
|
||||
## Description
|
||||
|
||||
Description:
|
||||
|
||||
Set in the Shinstar region, the story begins with Mewtwo on the run from an Evil organization that wants Mewtwo’s power to revive a terrible Pokémon.
|
||||
|
||||
|
||||
Embark on a quest to claim the title of the mightiest champion and defeat the nefarious Team Cosmic, an evil organization hell-bent on harnessing Mewtwo’s power to resurrect a perilous Pokémon.
|
||||
|
||||
Along this journey, you’ll encounter both familiar faces and fresh allies, each adding their unique essence to this gripping tale of adventure.
|
||||
|
||||
Features:
|
||||
|
||||
The game has 3 languages to choose from (Brazilian Portuguese, English, and Spanish.)
|
||||
Pokemon Go PokeStop mechanic.
|
||||
New Region and History.
|
||||
Dynamax and Gigantamax.
|
||||
Level Cap.
|
||||
DexNave.
|
||||
Shared Experience.
|
||||
Mega Evolution, Z-Moves, Dynamax.
|
||||
Pokemon until Hisui.
|
||||
|
||||
|
||||
Download Link:
|
||||
[Mediafire](https://www.mediafire.com/file/mngth4fvkso71eg/Blue+Stars+4+v2.1.gba/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/mngth4fvkso71eg/Blue+Stars+4+v2.1.gba/file
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `Blue Stars 4 v2.1.gba` (console/gba)
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Bronze",
|
||||
"slug": "Pok_mon_Bronze",
|
||||
"kind": "console",
|
||||
"platform": "gb",
|
||||
"artifact": "Pokemon Bronze Full 1.21.zip",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"FB_IMG_1708541013244-1-dd1f5a0bcae660a3.jpg"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/b0dsq21zb3dphev/Pokemon_Bronze_Full_1.21.zip/file"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
---
|
||||
title: Pokémon Bronze
|
||||
platform: gb
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Bronze
|
||||
|
||||
![[FB_IMG_1708541013244-1-dd1f5a0bcae660a3.jpg]]
|
||||
|
||||
## Description
|
||||
|
||||
**Creator:** Freako
|
||||
**Type:** GBC
|
||||
**Last Updated:** February 14, 2014
|
||||
|
||||
## Description
|
||||
> Explore the region of Kohto (south-west of Kanto) with new routes, 9 new towns, 8 gyms, a level curve to balance difficulty & some Kanto areas. Set shortly after Pokémon Gold/Silver, you and your rival are living in Cartridge Town. You obtain your starter from Professor Koa and then set out to master the Kohto region. But trouble awaits since Team Rocket disbanded; another group is stepping up to cause havoc!
|
||||
## Notable features
|
||||
> - New classic adventure
|
||||
> - New region
|
||||
> - Difficulty curve compared to Gen 2
|
||||
> - New starters: Charmander, Totodile, Pichu
|
||||
> - Better/improved tilesets
|
||||
> - New maps
|
||||
> - Different/rare wild Pokemon/locations
|
||||
> - Pokédex can be completed in-game
|
||||
> And more
|
||||
|
||||
## Download
|
||||
:DownloadArrow: [Download link](https://www.mediafire.com/file/b0dsq21zb3dphev/Pokemon_Bronze_Full_1.21.zip/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/b0dsq21zb3dphev/Pokemon_Bronze_Full_1.21.zip/file
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `Pokemon Bronze Full 1.21.zip` (console/gb)
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Bronze 2",
|
||||
"slug": "Pok_mon_Bronze_2",
|
||||
"kind": "console",
|
||||
"platform": "gb",
|
||||
"artifact": "PK Bronze 2 v1.05.zip",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"FB_IMG_1708646815493-43f3a755382e8e1d.jpg"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/6xq2i4o85x6gfo7/PK+Bronze+2+v1.05.zip/file"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
---
|
||||
title: Pokémon Bronze 2
|
||||
platform: gb
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Bronze 2
|
||||
|
||||
![[FB_IMG_1708646815493-43f3a755382e8e1d.jpg]]
|
||||
|
||||
## Description
|
||||
|
||||
**Creator:** Freako
|
||||
**Type:** GBC
|
||||
**Last Updated:** May 26, 2020
|
||||
|
||||
## Description
|
||||
> In Bronze 2 you start in Old Oak Town with the goal of collecting 8 badges and defeating the Elite Four. Along the way, an evil team is trying to steal, kidnap and make money. Once again, going for a completely run of the mill Pokemon story game that’s missing from many rom hacks with a full second region & post game!
|
||||
## Notable features
|
||||
> - Explore two full regions (including the new region of Avlar)
|
||||
> - New Characters
|
||||
> - Difficulty balancing
|
||||
> - Running shoes
|
||||
> - Rock Smash is replaced by an item
|
||||
> - Custom credit screen (including the team)
|
||||
> - Revisit the Kohto region (from the original Bronze game) and battle the original Kohto protagonist after gaining all badges.
|
||||
> And more
|
||||
|
||||
## Download
|
||||
:DownloadArrow: [Download link](https://www.mediafire.com/file/6xq2i4o85x6gfo7/PK+Bronze+2+v1.05.zip/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/6xq2i4o85x6gfo7/PK+Bronze+2+v1.05.zip/file
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `PK Bronze 2 v1.05.zip` (console/gb)
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Chrome [FR]",
|
||||
"slug": "Pok_mon_Chrome_FR",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "CHROME1.5.gba",
|
||||
"guides": [
|
||||
"CHROME1.5.zip"
|
||||
],
|
||||
"art": [
|
||||
"Pokemon-CHROME-GBA-f97218c51505aea4.webp"
|
||||
],
|
||||
"links": [
|
||||
"https://www.pokeharbor.com/2025/05/pokemon-chrome-2/",
|
||||
"https://www.mediafire.com/file/25zmr5tx0xeek4o/CHROME1.5.zip/file"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
---
|
||||
title: Pokémon Chrome [FR]
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Chrome [FR]
|
||||
|
||||
![[Pokemon-CHROME-GBA-f97218c51505aea4.webp]]
|
||||
|
||||
## Description
|
||||
|
||||
## Description:
|
||||
In this new Pokémon adventure, you’ll experience the world from a fresh perspective—where non-shiny Pokémon are the true rarity. With a reverse shiny rate, it’s the regular forms that have become nearly extinct, turning shiny-hunting on its head.
|
||||
|
||||
The game offers a full Pokémon experience, complete with a classic Pokémon League journey, Pokédex completion, a main storyline with post-game content, side quests, legendary Pokémon encounters, and even a World Championship where you’ll battle League champions from every official region.
|
||||
|
||||
## Features:
|
||||
All Pokémon are shiny by default, with reversed shiny rates—making regular forms the rare collectible.
|
||||
Mew is available early through a side quest (around the Surf stage), allowing extended use.
|
||||
Includes Physical/Special split and Fairy type, along with select moves from Gen 4 to Gen 8.
|
||||
Features 386 catchable Pokémon handpicked from Gens 1–8, based on Smogon OU/UU tiers. Most trade evolutions are now level-based (explained in-game).
|
||||
A main storyline with a deep theme and post-game content, offering around 40 hours of gameplay. The League marks only 1/3 of the full story.
|
||||
Set in a brand-new region with more explorable areas than Kanto and Johto combined.
|
||||
Difficulty ramps up gradually: early game is beginner-friendly, while later stages offer tough strategic challenges with no need for grinding or Nuzlocke rules.
|
||||
New music imported from Pokémon Emerald for added variety.
|
||||
A few rare Fakemon:
|
||||
A custom starter trio representing Tank, Stall, and Sweep roles (not Water/Grass/Fire). These are mostly exclusive to the beginning of the game.
|
||||
Uncatchable boss Pokémon with enhanced stats, and awarded after completing the main quest.
|
||||
After the intro, you can pick from 12 classic starters (from Gens 1, 3, 7, and 8), or choose a random Pokémon instead.
|
||||
|
||||
[PokéHarbor Link](https://www.pokeharbor.com/2025/05/pokemon-chrome-2/))
|
||||
[Download Link](https://www.mediafire.com/file/25zmr5tx0xeek4o/CHROME1.5.zip/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.pokeharbor.com/2025/05/pokemon-chrome-2/
|
||||
- https://www.mediafire.com/file/25zmr5tx0xeek4o/CHROME1.5.zip/file
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `CHROME1.5.gba` (console/gba)
|
||||
- **Guides / extras (1):**
|
||||
- `CHROME1.5.zip`
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Cross Stadium",
|
||||
"slug": "Pok_mon_Cross_Stadium",
|
||||
"kind": "unknown",
|
||||
"platform": "unknown",
|
||||
"artifact": "GLideN64_Public_Release_4.0.7z",
|
||||
"guides": [
|
||||
"Cambios en el juego.txt",
|
||||
"readme_eng.txt",
|
||||
"contents.txt",
|
||||
"RSP code.txt",
|
||||
"d3d syslog.txt",
|
||||
"rsp-20180318.7z",
|
||||
"pasos_y_cambios (2).txt"
|
||||
],
|
||||
"art": [
|
||||
"Screenshot_20251101_120559_Facebook-be6545079b9c150f.jpg"
|
||||
],
|
||||
"links": [
|
||||
"https://mega.nz/folder/vpdU3I5T#AP8ehwt7m21IEtlLqA_ukA"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
---
|
||||
title: Pokémon Cross Stadium
|
||||
platform: unknown
|
||||
kind: unknown
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Cross Stadium
|
||||
|
||||
![[Screenshot_20251101_120559_Facebook-be6545079b9c150f.jpg]]
|
||||
|
||||
## Description
|
||||
|
||||
Pokémon Stadium has been updated with the latest existing mechanics from PokéPokémon games up to Generation 8!
|
||||
|
||||
Author: Chygames
|
||||
Language: English
|
||||
Status: Completed
|
||||
Region: Stadium
|
||||
|
||||
**Development:**
|
||||
This ROM is based on Pokémon Stadium, a Nintendo 64 game purely focused on battles and belonging to the 1st generation.
|
||||
|
||||
It should be noted that the game is entirely in English since, for now, the game can only be modified from a US version, so I cannot currently provide a Spanish version.
|
||||
|
||||
Important detail about the hackrom,, it lacks a story as such, since this game doesn't have a plot and focuses exclusively on battles.
|
||||
|
||||
**Features:**
|
||||
- Modification of the Pokémon used by the game's trainers, as well as rental Pokémon. In both cases, the IVs/EVs and movesets were improved.
|
||||
- The AI was improved, bringing an interesting sense of challenge to the gameplay.
|
||||
- The type chart was updated to reflect current usage, fixing old bugs (Ghost didn't affect Psychic, for example).
|
||||
- Updates to the power and effects of moves, making attacks from the past function as they would today.
|
||||
- Adaptations of ineffective or useless moves from the original Stadium to make them useful and help balance Pokémon and types in general (Whirlwind now has the effect of Hurricane, Splash now raises Attack by 2 stages, Roar now functions like Howl Z, Teleport now functions like Calm Mind, etc.) in addition to boosting other attacks since their effects in the Stadium cannot be adapted to how they are currently (Hyper Beam, Sky Attack, etc.).
|
||||
- Modification of the base stats of some Pokémon, changing them as has been done throughout the generations with Pokémon such as Raichu, Dodrio, and Pidgeot, among others (with exceptions like Victreebel and Exeggutor)
|
||||
- The final battle will be tougher, as you won't be fighting Mewtwo alone; he'll be accompanied.
|
||||
|
||||
**Download:**
|
||||
:Download: [Mega](https://mega.nz/folder/vpdU3I5T#AP8ehwt7m21IEtlLqA_ukA)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://mega.nz/folder/vpdU3I5T#AP8ehwt7m21IEtlLqA_ukA
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `GLideN64_Public_Release_4.0.7z` (unknown/unknown)
|
||||
- **Guides / extras (7):**
|
||||
- `Cambios en el juego.txt`
|
||||
- `RSP code.txt`
|
||||
- `contents.txt`
|
||||
- `d3d syslog.txt`
|
||||
- `pasos_y_cambios (2).txt`
|
||||
- `readme_eng.txt`
|
||||
- `rsp-20180318.7z`
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Crystal 16-bit",
|
||||
"slug": "Pok_mon_Crystal_16-bit",
|
||||
"kind": "console",
|
||||
"platform": "gb",
|
||||
"artifact": "crystal16-bit.zip",
|
||||
"guides": [
|
||||
"crystal 16-bit.zip"
|
||||
],
|
||||
"art": [
|
||||
"e62cca96-98cb-492b-acb0-02921f5353c9-39ee3ebc7c95cef7.png"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/b9znp5o09gz4kfq/crystal16-bit.zip/file",
|
||||
"https://mega.nz/file/JKVzAIjQ#YQx_XpKEyT2VBzpyWbO_D-VClhgomqhq1It7kzBe9ac"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
---
|
||||
title: Pokémon Crystal 16-bit
|
||||
platform: gb
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Crystal 16-bit
|
||||
|
||||
![[e62cca96-98cb-492b-acb0-02921f5353c9-39ee3ebc7c95cef7.png]]
|
||||
|
||||
## Description
|
||||
|
||||
**Pokémon Crystal 16-bit** is a GBC ROM Hack by DanielOlivaw based on Pokemon Crystal. It was last updated on December 08, 2024.
|
||||
|
||||
**Description:**
|
||||
This is a Crystal hack updated to handle 16-bit indexes with various new additions. It has over 700 Pokemon with over 600 moves, PSS systems, Fairy Type, Randomized Starters, and more!
|
||||
|
||||
**Features**
|
||||
- Many Pokémon from later generations, including regional forms
|
||||
- Several Pokémon from the Gold and Silver beta
|
||||
- Altered trainer parties and wild encounters
|
||||
- Over 600 moves, including moves from later generations and a handful of original moves
|
||||
- Physical/special split
|
||||
- Fairy type
|
||||
- A move reminder
|
||||
- Full maps for Viridian Forest and Seafoam Islands
|
||||
- A list of 99 infinitely reusable TMs (that don’t use item slots)
|
||||
- Gen 6+ style Exp. All, toggleable from the options menu
|
||||
- Starters randomly selected from across the generations
|
||||
- Newer Poké Ball types
|
||||
- More bag pockets
|
||||
- Standardized marts that gain more items as you progress
|
||||
- Pokédex opening after evolutions and hatching
|
||||
|
||||
** Download:**
|
||||
:Download: [Mediafire](https://www.mediafire.com/file/b9znp5o09gz4kfq/crystal16-bit.zip/file)
|
||||
:Download: [MEGA](https://mega.nz/file/JKVzAIjQ#YQx_XpKEyT2VBzpyWbO_D-VClhgomqhq1It7kzBe9ac)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/b9znp5o09gz4kfq/crystal16-bit.zip/file
|
||||
- https://mega.nz/file/JKVzAIjQ#YQx_XpKEyT2VBzpyWbO_D-VClhgomqhq1It7kzBe9ac
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `crystal16-bit.zip` (console/gb)
|
||||
- **Guides / extras (1):**
|
||||
- `crystal 16-bit.zip`
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Crystal Advance",
|
||||
"slug": "Pok_mon_Crystal_Advance",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "Pok\u00e9mon - Crystal Advance.zip",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"pokemon-crystal-advance-c1945c92be665432.png"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/7nf3t2x2fbawi40/Pok\u00e9mon_-_Crystal_Advance.zip/file",
|
||||
"https://www.mediafire.com/file/5jt0pmco4j6r3zi/Pok\u00e9mon_-_Crystal_Advance_-_Girl.zip/file"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
---
|
||||
title: Pokémon Crystal Advance
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Crystal Advance
|
||||
|
||||
![[pokemon-crystal-advance-c1945c92be665432.png]]
|
||||
|
||||
## Description
|
||||
|
||||
**Creator:** Kertra
|
||||
**Type:** GBA
|
||||
**Last Updated:** January 21, 2022
|
||||
|
||||
## Description
|
||||
> Pokemon Crystal Advance is a transfer of the classic Crystal to the GBA engine with a few additions.
|
||||
## Notable features
|
||||
> - New abilities and attacks
|
||||
> - Moveset updated to 4th gen
|
||||
> - New type icons, Pokemon icons
|
||||
> - B&W style Pokemon sprites
|
||||
> - Seasons
|
||||
> - Fairy Type
|
||||
> - Reusable TMs
|
||||
> - Poison survival
|
||||
> - Nature Colors
|
||||
> - 2nd gen Pokeballs
|
||||
> - Battle Tower & Bug-Catching Contest
|
||||
> - Daily Trade at Goldenrod Casino
|
||||
> - Important Locations
|
||||
> - Chikorita – Viridian Forest
|
||||
> - Cyndaquil – Cinnabar Volkano
|
||||
> - Totodile – Seafoam Island
|
||||
> - Mew – Pokemon Mansion – You must have Mewtwo in party
|
||||
> - Celebi – Ilex Forest – You must have GS-Ball
|
||||
> - GS Ball – Give you Chansey in Goldenrod Poke Center, after defeating Champion. Then go to Kurt.
|
||||
> - Pokemon 3 & 4 gen available only by trading at Goldenrod Casino
|
||||
> And more
|
||||
|
||||
## Download
|
||||
:Download: [Download link as boy](https://www.mediafire.com/file/7nf3t2x2fbawi40/Pokémon_-_Crystal_Advance.zip/file)
|
||||
:Download: [Download link as girl](https://www.mediafire.com/file/5jt0pmco4j6r3zi/Pokémon_-_Crystal_Advance_-_Girl.zip/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/7nf3t2x2fbawi40/Pokémon_-_Crystal_Advance.zip/file
|
||||
- https://www.mediafire.com/file/5jt0pmco4j6r3zi/Pokémon_-_Crystal_Advance_-_Girl.zip/file
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `Pokémon - Crystal Advance.zip` (console/gba)
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Crystal Advance Redux",
|
||||
"slug": "Pok_mon_Crystal_Advance_Redux",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "advanceredux 31-3-25 (2).gba",
|
||||
"guides": [
|
||||
"advanceredux 31-3-25 (2).zip"
|
||||
],
|
||||
"art": [
|
||||
"Pokemon-Crystal-Advance-Redux-1-680f1190bfcb2055.jpg"
|
||||
],
|
||||
"links": [
|
||||
"https://www.pokeharbor.com/2021/01/pokemon-crystal-advance-redux/",
|
||||
"https://www.mediafire.com/file/cu2gxfsjhpuxuco/advanceredux+31-3-25+"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,55 @@
|
||||
---
|
||||
title: Pokémon Crystal Advance Redux
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Crystal Advance Redux
|
||||
|
||||
![[Pokemon-Crystal-Advance-Redux-1-680f1190bfcb2055.jpg]]
|
||||
|
||||
## Description
|
||||
|
||||
## Details:
|
||||
|
||||
Creator: Arnie
|
||||
Version: 20-3-25 Version
|
||||
Hack of: FireRed
|
||||
Updated: March 20, 2025
|
||||
Language: English
|
||||
Status: Completed (gets frequent updates)
|
||||
|
||||
|
||||
## Description:
|
||||
Pokemon Crystal Advance Redux is a continuation/alternate version of Pokemon Crystal Advance.
|
||||
|
||||
## Features:
|
||||
|
||||
New abilities and attacks
|
||||
Moveset updated to 4th gen
|
||||
New type icons, Pokemon icons
|
||||
B&W style Pokemon sprites
|
||||
Seasons
|
||||
Fairy Type
|
||||
Reusable TMs
|
||||
Poison survival
|
||||
Nature Colors
|
||||
2nd gen Pokeballs
|
||||
Battle Tower & Bug-Catching Contest
|
||||
Daily Trade at Goldenrod Casino
|
||||
|
||||
|
||||
[PokéHarbor Link](<https://www.pokeharbor.com/2021/01/pokemon-crystal-advance-redux/>)
|
||||
[MediaFire Download](<https://www.mediafire.com/file/cu2gxfsjhpuxuco/advanceredux+31-3-25+(2).zip/file>)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.pokeharbor.com/2021/01/pokemon-crystal-advance-redux/
|
||||
- https://www.mediafire.com/file/cu2gxfsjhpuxuco/advanceredux+31-3-25+
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `advanceredux 31-3-25 (2).gba` (console/gba)
|
||||
- **Guides / extras (1):**
|
||||
- `advanceredux 31-3-25 (2).zip`
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Crystal Awakening",
|
||||
"slug": "Pok_mon_Crystal_Awakening",
|
||||
"kind": "console",
|
||||
"platform": "gb",
|
||||
"artifact": "crysawakening v1.2.8.zip",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"Pokemon-Crystal-Awakening-018b1ab7523056be.png"
|
||||
],
|
||||
"links": [
|
||||
"https://mega.nz/file/QO1XFJoC#86Ae6HjSBnnF6u_wOXN1qsWETGOUbU5T5nljbvBM20A",
|
||||
"https://www.mediafire.com/file/5xq47hlvczl2gli/crysawakening+v1.2.8.zip/file"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
---
|
||||
title: Pokémon Crystal Awakening
|
||||
platform: gb
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Crystal Awakening
|
||||
|
||||
![[Pokemon-Crystal-Awakening-018b1ab7523056be.png]]
|
||||
|
||||
## Description
|
||||
|
||||
**Pokémon Crystal Awakening** is a GBC ROM Hack by FrenchOrange based on Pokemon Crystal. It was released on November 29, 2025.
|
||||
|
||||
**Description:**
|
||||
Pokemon Crystal Awakening is a tileset overhaul project built on the Pokémon Crystal disassembly. The goal is to redesign every area to resemble a Game Boy Color Zelda title, primarily inspired by Link’s Awakening with visual cues from the Oracle games.
|
||||
|
||||
**Features:**
|
||||
- While the story progression remains unchanged, here are the new elements you can expect in this hack:
|
||||
- Overhauled overworld and interior graphics, alongside some UI elements.
|
||||
- Tweaked trainer teams, namely harder rosters for important trainers, such as Gym Leaders.
|
||||
- An expanded Kanto, with restored dungeons, more trainers, and more items.
|
||||
- More sensible Pokémon distribution (as seen [here](https://github.com/FrenchOrange/pokezelda/blob/main/docs/NEW_LOCATIONS.txt) ), and more generous HM compatibility.
|
||||
- Every Pokémon available on one save file, and all room decorations can be bought or are gifted to you.
|
||||
- Fixed off-model Pokémon sprites. Palettes were also improved for a good amount of Pokémon.
|
||||
- Some QOL features, like “Running Shoes” (works by holding down B), and an automatic Repel reuse message.
|
||||
|
||||
[Fixed bugs and glitches](https://github.com/pret/pokecrystal/blob/master/docs/bugs_and_glitches.md).
|
||||
|
||||
The Celebi event, now restored! To get it, simply head to Goldenrod’s Pokémon Center after beating the League.
|
||||
|
||||
**Note: This ROM hack is not compatible with base GSC.**
|
||||
|
||||
**Download Link:**
|
||||
:Download: [Mega](https://mega.nz/file/QO1XFJoC#86Ae6HjSBnnF6u_wOXN1qsWETGOUbU5T5nljbvBM20A)
|
||||
:Download: [Mediafire](https://www.mediafire.com/file/5xq47hlvczl2gli/crysawakening+v1.2.8.zip/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://mega.nz/file/QO1XFJoC#86Ae6HjSBnnF6u_wOXN1qsWETGOUbU5T5nljbvBM20A
|
||||
- https://www.mediafire.com/file/5xq47hlvczl2gli/crysawakening+v1.2.8.zip/file
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `crysawakening v1.2.8.zip` (console/gb)
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Crystal Calm",
|
||||
"slug": "Pok_mon_Crystal_Calm",
|
||||
"kind": "console",
|
||||
"platform": "gb",
|
||||
"artifact": "crystal-calm-completed.zip",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"pokemon-crystal-calm-1-6b792cdfb6911e6a.png"
|
||||
],
|
||||
"links": [
|
||||
"https://www.pokeharbor.com/2021/05/pokemon-crystal-calm/",
|
||||
"https://www.mediafire.com/file/ts126e4rq3ysc6b/crystal-calm-completed.zip/file"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
---
|
||||
title: Pokémon Crystal Calm
|
||||
platform: gb
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Crystal Calm
|
||||
|
||||
![[pokemon-crystal-calm-1-6b792cdfb6911e6a.png]]
|
||||
|
||||
## Description
|
||||
|
||||
Creator: CH666
|
||||
Version: Final
|
||||
Hack of: Crystal
|
||||
Updated: Sept 11, 2016
|
||||
|
||||
## Description:
|
||||
Pokémon Crystal Calm is a hack of Crystal version with greatly improved gameplay as compared to original.
|
||||
|
||||
## Features:
|
||||
Completable Pokedex
|
||||
More Difficulty
|
||||
Redesign of Cities and Towns(except Lavender Town in order to not Disturb the Dead)
|
||||
Regular Trainers have 3 or Less than 3 pokemon which are stronger and more evolved except Jugglers and few Pokefans
|
||||
Starters are Cubone, Vulpix, and Lapras each holding Thick Club, Fire Stone, or Lucky egg respectively
|
||||
No trade evos
|
||||
Better distribution of Pokemon
|
||||
|
||||
[PokéHarbor Link](https://www.pokeharbor.com/2021/05/pokemon-crystal-calm/)
|
||||
[Download Link](https://www.mediafire.com/file/ts126e4rq3ysc6b/crystal-calm-completed.zip/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.pokeharbor.com/2021/05/pokemon-crystal-calm/
|
||||
- https://www.mediafire.com/file/ts126e4rq3ysc6b/crystal-calm-completed.zip/file
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `crystal-calm-completed.zip` (console/gb)
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Crystal Legacy",
|
||||
"slug": "Pok_mon_Crystal_Legacy",
|
||||
"kind": "console",
|
||||
"platform": "gbc",
|
||||
"artifact": "Pokemon Crystal Legacy.gbc",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"custom-realistic-pokemon-crystal-legacy-bo-35484fba17c78339.png"
|
||||
],
|
||||
"links": [
|
||||
"https://drive.google.com/file/d/1tUaVjlDjvpW3uuKjFCTwfl7FweR6gE79/view?usp=sharing"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
---
|
||||
title: Pokémon Crystal Legacy
|
||||
platform: gbc
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Crystal Legacy
|
||||
|
||||
![[custom-realistic-pokemon-crystal-legacy-bo-35484fba17c78339.png]]
|
||||
|
||||
## Description
|
||||
|
||||
Description:
|
||||
|
||||
Pokémon Crystal Legacy is an enhancement hack that aims to improve Generation 2’s most underdeveloped areas, while holding on to the mechanics and feel that made it unique. Rather than bring modern Pokémon design philosophy to Crystal, Legacy only makes changes based on precedents set in the game’s original design.
|
||||
|
||||
Hack Features:
|
||||
|
||||
Dynamic Gym Leader level scaling
|
||||
|
||||
Gym Leader teams optimized
|
||||
|
||||
Improved level curve
|
||||
|
||||
Pokémon availability increased
|
||||
|
||||
Gameplay Balancing
|
||||
|
||||
Item Improvements
|
||||
|
||||
Quality of Life
|
||||
|
||||
Rematch Johto Gym Leaders after becoming Johto Champion.
|
||||
|
||||
Kanto is now its own separate league
|
||||
|
||||
|
||||
Download Link: [Pokemon Crystal Legacy](https://drive.google.com/file/d/1tUaVjlDjvpW3uuKjFCTwfl7FweR6gE79/view?usp=sharing)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://drive.google.com/file/d/1tUaVjlDjvpW3uuKjFCTwfl7FweR6gE79/view?usp=sharing
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `Pokemon Crystal Legacy.gbc` (console/gbc)
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Cubic Crystal",
|
||||
"slug": "Pok_mon_Cubic_Crystal",
|
||||
"kind": "console",
|
||||
"platform": "gb",
|
||||
"artifact": "CubicCrystal v1.2.zip",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"68596-29359ebf89dd4eafc794a1805ef5c456-1-1-0a3dc0fcce1dd21f.png"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/dg6285gut23mmz6/CubicCrystal+v1.2.zip/file/"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
---
|
||||
title: Pokémon Cubic Crystal
|
||||
platform: gb
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Cubic Crystal
|
||||
|
||||
![[68596-29359ebf89dd4eafc794a1805ef5c456-1-1-0a3dc0fcce1dd21f.png]]
|
||||
|
||||
## Description
|
||||
|
||||
Description:
|
||||
|
||||
Pokemon Cubic Crystal is a remix of Crystal that’s recognizable but distinct, a sort of “what if Crystal’s story was as different from Gold/Silver as future same-gen sequels?” approach. Every major change to mons, locations, moves, and major battles has been cataloged in an easy-to-navigate spreadsheet, which you can check out using the “Documentation” button in the Useful Stuff section.
|
||||
|
||||
While Cubic Crystal has been properly playtested, this is the author’s first project and there are likely small issues that have gone unnoticed. If anyone plays it and notices something off, whether a glitch, a typo, or just general feedback on taste, please let them know on the game’s official PokeCommunity thread! Enjoy!
|
||||
|
||||
|
||||
[Download Here](<https://www.mediafire.com/file/dg6285gut23mmz6/CubicCrystal+v1.2.zip/file/>)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/dg6285gut23mmz6/CubicCrystal+v1.2.zip/file/
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `CubicCrystal v1.2.zip` (console/gb)
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon DarkFire",
|
||||
"slug": "Pok_mon_DarkFire",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "darkfireb2.1.3.gba",
|
||||
"guides": [
|
||||
"darkfireb2.1.3.zip"
|
||||
],
|
||||
"art": [
|
||||
"Pokemon-Darkfire-GBA-1-24236a76f9a44f5d.png"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/mnna16tsjkn6uth/darkfireb2.1.3.zip/file"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
---
|
||||
title: Pokémon DarkFire
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon DarkFire
|
||||
|
||||
![[Pokemon-Darkfire-GBA-1-24236a76f9a44f5d.png]]
|
||||
|
||||
## Description
|
||||
|
||||
**Description**
|
||||
Pokémon have been acting strange lately. Some are even going missing. Others simply won’t follow their trainer’s commands. The region’s most formidable scientists have blamed this epidemic on a severe Pokémon virus, however, any evidence is non-conclusive.
|
||||
|
||||
You are a youngster living in the beautiful region of Tenjo, located east of Hoenn. After saving the local professor’s facility from a Rattata infestation, your friend, Tyler, thinks it’s a good idea to set off with you to explore the region and its beauty.
|
||||
|
||||
After some time exploring, you are confronted by a suspicious man who says he has been watching you battle and could use your talent in a much more brutal kind of battling, and the riches and fame that will come with this battling is something not to be ignored. He then tells you to “keep it up”, and disappears.
|
||||
|
||||
All to be revealed, in this brand new, Gen 3 Pokémon adventure!
|
||||
|
||||
**Features**
|
||||
|
||||
Brand New Region to Explore!
|
||||
Completely Custom Music
|
||||
Gen 7 Battle Mechanics
|
||||
Double Wild Battles
|
||||
Beautiful Battle Backgrounds
|
||||
Gyms Replaced With Battle Tournaments
|
||||
EXP From Catching Pokémon
|
||||
Dizzyegg’s Amazing Battle Engine
|
||||
Dark & Gritty Storyline
|
||||
Infinite TMs
|
||||
252 EV Cap
|
||||
Stat Nature Colors
|
||||
Running Indoors
|
||||
Battle Tournaments Are Randomized
|
||||
Brand New Movement Mechanics
|
||||
|
||||
[Download Pokemon DarkFire](<https://www.mediafire.com/file/mnna16tsjkn6uth/darkfireb2.1.3.zip/file>)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/mnna16tsjkn6uth/darkfireb2.1.3.zip/file
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `darkfireb2.1.3.gba` (console/gba)
|
||||
- **Guides / extras (1):**
|
||||
- `darkfireb2.1.3.zip`
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Delta Emerald",
|
||||
"slug": "Pok_mon_Delta_Emerald",
|
||||
"kind": "console",
|
||||
"platform": "3ds",
|
||||
"artifact": "PKM DE 3DS.7z",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"FB_IMG_1759039570459-1-7c0ea071859ee4a1.jpg"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/qc8h8n6lrp8h5q8/PKM_DE_3DS.7z/file"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
---
|
||||
title: Pokémon Delta Emerald
|
||||
platform: 3ds
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Delta Emerald
|
||||
|
||||
![[FB_IMG_1759039570459-1-7c0ea071859ee4a1.jpg]]
|
||||
|
||||
## Description
|
||||
|
||||
Pokémon Delta Emerald or Pokémon Delta Emerald is a complete multilanguage hack rom for 3DS that has as Base ROM Pokémon Sapphire Alpha in which it has an Improved Story.
|
||||
|
||||
**Features:**
|
||||
New Leading Characters.
|
||||
Progressive difficulty.
|
||||
New Gym Leaders.
|
||||
New High Command and Champion of the Pokémon League.
|
||||
Hoenn Starters initials.
|
||||
The story is the original, with some new events.
|
||||
Greater Difficulty.
|
||||
New wild Pokémon locations of the routes and caves.
|
||||
New Delta Episode with Plubio and Máximo.
|
||||
Pokémon from 1st to 6th Generation.
|
||||
All mega evolutions that exist up to 6 sixth generation.
|
||||
Elite Four with Mega Evolutions.
|
||||
|
||||
[Download Link](<https://www.mediafire.com/file/qc8h8n6lrp8h5q8/PKM_DE_3DS.7z/file>)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/qc8h8n6lrp8h5q8/PKM_DE_3DS.7z/file
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `PKM DE 3DS.7z` (console/3ds)
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Doubles Fire Red",
|
||||
"slug": "Pok_mon_Doubles_Fire_Red",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "Pokemon - Doubles FireRed 1.0.gba",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"Pokemon-Doubles-FireRed-1-8cbca5de7f91592e.jpg"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/tky5454fuyhi4zt/Pokemon+-+Doubles+FireRed+1.0.gba/file"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
---
|
||||
title: Pokémon Doubles Fire Red
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Doubles Fire Red
|
||||
|
||||
![[Pokemon-Doubles-FireRed-1-8cbca5de7f91592e.jpg]]
|
||||
|
||||
## Description
|
||||
|
||||
**Creator:** TheLastMudkip
|
||||
**Type:** GBA
|
||||
**Last Updated:** April 28, 2023
|
||||
|
||||
## Description
|
||||
> Doubles Firered is an improved version of the game Firered that introduces exciting double battles from the third generation. This enhancement hack preserves all the original game mechanics, providing players with an opportunity to experience the distinctive features of double battles that were introduced in the first generation of Pokemon games.
|
||||
## Notable features
|
||||
> - Every single trainer battle is now a double battle.
|
||||
> - All trainers have had improved teams and ai to allow for more engaging battles.
|
||||
> - All non-legendary Pokémon from gens 1-3 are available to catch.
|
||||
> - All Pokémon have been distributed in a way that gives every Pokémon an opportunity to shine at some point in the game.
|
||||
> - All Pokémon have had enhanced level-up move sets to give them access to any of the legal generation 3 egg, tutor, and event moves via level-up.
|
||||
> - Pokemarts and hidden items have been adjusted to allow for more interesting team composition through the use of held items.
|
||||
> - Rare Candies are purchase able in pokemarts.
|
||||
> - Move Relearner no longer requires mushrooms.
|
||||
> - Brand new in-game trades.
|
||||
> - All move tutors are re-usable.
|
||||
> - Adjusted level curve
|
||||
> And more
|
||||
|
||||
## Download
|
||||
:DownloadArrow: [Download link](https://www.mediafire.com/file/tky5454fuyhi4zt/Pokemon+-+Doubles+FireRed+1.0.gba/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/tky5454fuyhi4zt/Pokemon+-+Doubles+FireRed+1.0.gba/file
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `Pokemon - Doubles FireRed 1.0.gba` (console/gba)
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Dreamstone Mysteries",
|
||||
"slug": "Pok_mon_Dreamstone_Mysteries",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "Pokemon Dreamstone Mysteries (1).gba",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"Screenshot-2025-06-19-at-11.53.15_PM-1600x-b64f701055936720.png"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/5bcf7p6lk569w9w/Pokemon+Dreamstone+Mysteries+"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
---
|
||||
title: Pokémon Dreamstone Mysteries
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Dreamstone Mysteries
|
||||
|
||||
![[Screenshot-2025-06-19-at-11.53.15_PM-1600x-b64f701055936720.png]]
|
||||
|
||||
## Description
|
||||
|
||||
## __Description__
|
||||
> Explore the brand-new region of Cormoria with your trusted companions on an exciting journey through icy peaks, volcanic craters, marshy swamps, city sewers, and more. Your mission: find the missing Professor Tenebris and uncover the secrets of the mysterious Dreamstones she discovered. What makes these stones so powerful—and why is Team Somber so desperate to get their hands on them? It’s up to you to stop their dark ambitions before it’s too late.
|
||||
|
||||
## __Features__
|
||||
> - **Explore a Whole New Region**
|
||||
> Discover the never-before-seen land of Cormoria with a completely original storyline and setting.
|
||||
>
|
||||
> - **Fresh Gameplay Innovations**
|
||||
> Enjoy exciting new twists on the classic Pokémon formula that enhance and modernize the core experience.
|
||||
>
|
||||
> - **Mature Themes with Classic Charm**
|
||||
> Engaging sidequests and stories that explore deeper, more adult ideas—while keeping the fun and wonder of the Pokémon world alive.
|
||||
>
|
||||
> - **Handpicked Pokédex** (~300 Pokémon)
|
||||
> A thoughtfully curated selection from all generations, chosen for balance, variety, and the joy of finding something unexpected around every corner.
|
||||
>
|
||||
> - **Less Grind, More Play**
|
||||
> Early access to EXP Share, stat-boosting mints, bottle caps, and a brand-new EV editor to make training smoother and more fun.
|
||||
>
|
||||
> - **Visual Upgrades**
|
||||
> Beautifully updated tilesets, sleek new menus, and clean, minimalist textboxes for a modern look and feel.
|
||||
|
||||
## __Tons of Quality-of-Life Features__
|
||||
> - Pokémon followers.
|
||||
> - No HMs required—just use abilities freely!
|
||||
> - Faster battles for smoother gameplay.
|
||||
> - Unique encounters and interactive overworld Pokémon.
|
||||
> - Built-in quest tracking system.
|
||||
> - Mega Evolutions.
|
||||
|
||||
**Download link:**
|
||||
[Mediafire](https://www.mediafire.com/file/5bcf7p6lk569w9w/Pokemon+Dreamstone+Mysteries+(1).gba/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/5bcf7p6lk569w9w/Pokemon+Dreamstone+Mysteries+
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `Pokemon Dreamstone Mysteries (1).gba` (console/gba)
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Elaf Gold",
|
||||
"slug": "Pok_mon_Elaf_Gold",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "ElafGold.zip",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"FB_IMG_1708477814153-1-8a0351951acdb106.jpg"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/kp7uvywwtb4s3ph/ElafGold.zip/file"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
---
|
||||
title: Pokémon Elaf Gold
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Elaf Gold
|
||||
|
||||
![[FB_IMG_1708477814153-1-8a0351951acdb106.jpg]]
|
||||
|
||||
## Description
|
||||
|
||||
**Creator:** Elaf
|
||||
**Type:** GBA
|
||||
**Last Updated:** January 20, 2024
|
||||
|
||||
## Description
|
||||
> Pokemon Elaf Gold is a GBA ROM Hack by Elaf based on Pokemon Fire Red in English. And It is now available to download. It was last updated on January 17, 2024. Based on Fire Red and heavily based on Pokemon Gold and Liquid Crystal.
|
||||
## Notable features
|
||||
> - Survival type ROM Hack, perfect for Nuzlocke Challenges (defeated Pokémon die permanently)
|
||||
> - Price of items calculated to provide a monetary survival experience
|
||||
> - Healing Pokémon at PK Center, ELM Lab or Mom costs money (500)
|
||||
> - All Pokemon are in 4 level categories (so no super strong/weak)
|
||||
> - Starters are random (legendaries included)
|
||||
> - 386 Pokémon (most of Gen 1-3, some generation 4-7)
|
||||
> - Fairy type
|
||||
> - Physical/Special split
|
||||
> - Capture rate determined by the 4-stage tier list
|
||||
> - Level limit per badge obtained
|
||||
> - Moves have at least a 10% chance of missing
|
||||
> - Most Pokémon/items/trainers/move stats have changed
|
||||
> - Johto and Kanto & new routes connecting existing locations.
|
||||
> And more
|
||||
|
||||
## Download
|
||||
:DownloadArrow: [Download link](https://www.mediafire.com/file/kp7uvywwtb4s3ph/ElafGold.zip/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/kp7uvywwtb4s3ph/ElafGold.zip/file
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `ElafGold.zip` (console/gba)
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Emerald 20",
|
||||
"slug": "Pok_mon_Emerald_20",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "e20 v1.0.zip",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"Pokemon-Emerald-20-GBA-62ee0a28d13949e2.png"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/x6av3dm4bal5h6g/e20+v1.0.zip/file"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
---
|
||||
title: Pokémon Emerald 20
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Emerald 20
|
||||
|
||||
![[Pokemon-Emerald-20-GBA-62ee0a28d13949e2.png]]
|
||||
|
||||
## Description
|
||||
|
||||
**Description**
|
||||
Emerald 20 is a nostalgic, vanilla+ ROM hack of Pokémon Emerald created to celebrate the game’s 20th anniversary. Inspired by a fan-made Gen 3 VGC-style format, it introduces more double battles, more references to Pokémon Colosseum and XD, and fresh battle challenges—all without straying far from the classic Emerald experience.
|
||||
|
||||
**Features**
|
||||
Introduces two new types: Aural (sound/wave-based) and Astral (space-themed)
|
||||
Aural-type is a special type that focuses primarily on sound waves but also extends to include other types of inaudible waves. Moves like UPROAR, GROWL, and SONICBOOM are Aural-type, of course, but so are moves like FOCUS BLAST, AURA SPHERE, and VACUUM WAVE.
|
||||
|
||||
Astral-type is a special type that focuses on Pokemon from “out-of-town.” This type is very rare, and it’s worth going out of your way to catch some of these Pokemon. MOONBLAST, METEOR BEAM, and SWIFT are some examples of Astral-type moves.
|
||||
|
||||
Dragon-type is now physical, buffing classic Pokémon like Dragonite
|
||||
|
||||
Heavy focus on double battles and Gen 3 VGC-style gameplay
|
||||
|
||||
References and mechanics inspired by Pokémon Colosseum and XD: Gale of Darkness
|
||||
|
||||
New battle formats and unique strategic challenges
|
||||
|
||||
Early playable build; more event content to be added
|
||||
|
||||
[Download Link](<https://www.mediafire.com/file/x6av3dm4bal5h6g/e20+v1.0.zip/file>)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/x6av3dm4bal5h6g/e20+v1.0.zip/file
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `e20 v1.0.zip` (console/gba)
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Emerald Kaizo",
|
||||
"slug": "Pok_mon_Emerald_Kaizo",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "PK EMR Kaizo v2.0.gba",
|
||||
"guides": [
|
||||
"PK EMR Kaizo v2.0.zip"
|
||||
],
|
||||
"art": [
|
||||
"kaizo_6-5f56c5a37975c4bb.png"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/6wtdj2pn4hj0v9i/PK_EMR_Kaizo_v2.0.zip/file"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
---
|
||||
title: Pokémon Emerald Kaizo
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Emerald Kaizo
|
||||
|
||||
![[kaizo_6-5f56c5a37975c4bb.png]]
|
||||
|
||||
## Description
|
||||
|
||||
**Pokémon Emerald Kaizo** is a GBA ROM Hack by SinisterHoodedFigure based on Pokemon Emerald. It was last updated on March 14, 2020.
|
||||
|
||||
**Description:**
|
||||
Pokemon Emerald Kaizo is a super hard version of Pokemon Emerald, inspired by Firered Omega and Pokemon Stadium, with extra features such as legendary pokemon events and some postgame content. All 386 Pokemon can be caught in this version, but in order to get access to all of them, you will have to beat the game, and this one pulls out all the stops. How hard is it? People say nuzlocking and high-level gaps are hard; this one is completely unforgiving to misclicks, misplays, and other mistakes, and there is enough enemy variety to be overwhelming to casual play of Emerald Kaizo. This game also gets progressively more difficult as the game goes along, as opposed to the hardest point in the game being the early game in the majority of hacks and all pokemon games.
|
||||
|
||||
Also, nuzlocking the elite four in Emerald Kaizo may be impossible unless you have explicit knowledge of the elite four roster, and great luck in acquiring specific pokemon to counter 5 powerful teams, and remember, you can’t use anything but held items in battles.
|
||||
|
||||
**Features:**
|
||||
- No need for excessive grinding
|
||||
- Cannot use items during battle
|
||||
- Gym leaders have six “high quality” pokemon
|
||||
- Catch all 386 pokemon
|
||||
- Altered movepools for majority of the Pokemon
|
||||
- Event tickets for legendary pokemon
|
||||
- Evolution stones can be bought at Fallarbor town
|
||||
- Slowking and Huntail evolve by Water Stone
|
||||
- Umbreon and Espeon evolve by Moon and Sun Stone
|
||||
- Hoenn starters in Evergrande city
|
||||
|
||||
**Download Link:**
|
||||
:Download: [Mediafire](https://www.mediafire.com/file/6wtdj2pn4hj0v9i/PK_EMR_Kaizo_v2.0.zip/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/6wtdj2pn4hj0v9i/PK_EMR_Kaizo_v2.0.zip/file
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `PK EMR Kaizo v2.0.gba` (console/gba)
|
||||
- **Guides / extras (1):**
|
||||
- `PK EMR Kaizo v2.0.zip`
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Emerald Party Randomizer Plus",
|
||||
"slug": "Pok_mon_Emerald_Party_Randomizer_Plus",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "PKMN EMR PARTY RANDOMIZER.GBA",
|
||||
"guides": [
|
||||
"readme.txt",
|
||||
"PKMN EMR PARTY RANDOMIZER.zip"
|
||||
],
|
||||
"art": [
|
||||
"emerald2Bparty2Brandomizer-1-9988d81783ebdbf7.jpg"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/x7s10zv77m3whzv/PKMN_EMR_PARTY_RANDOMIZER.zip/file"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
---
|
||||
title: Pokémon Emerald Party Randomizer Plus
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Emerald Party Randomizer Plus
|
||||
|
||||
![[emerald2Bparty2Brandomizer-1-9988d81783ebdbf7.jpg]]
|
||||
|
||||
## Description
|
||||
|
||||
**Pokemon Emerald Party Randomizer Plus** is a GBA ROM Hack by Souma based on Pokemon Emerald.
|
||||
|
||||
|
||||
**Description:**
|
||||
A while ago, Googleben released a Pokemon Emerald Party Randomizer for the streamer Smallant, which randomizes all of the Pokemon of your party at the beginning of every battle. This mod gives the player gets a real sense of progression and can influence a bit what moves a Pokemon can receive.
|
||||
|
||||
|
||||
**Features:**
|
||||
Every Pokemon is randomized into a random specie at the beginning of each battle
|
||||
Pokemon preserve their EV points, IV points, contest conditions, current HP percentage, XP percentage, shiny, pokerus, and nickname
|
||||
Each Pokemon receive their last 4 level-up moves for their moveset
|
||||
Legendary Pokemons are rarer to get when low level
|
||||
Every Pokemon has a chance to obtain an Egg move
|
||||
Every Pokemon can learn moves from the TMs/HMs you currently have in your bag
|
||||
HMs can be deposited into the PC
|
||||
Support moves will never override an offensive move, and a Pokemon will always keep its strongest STAB moves
|
||||
Smeargle gets an entirely randomized moveset
|
||||
|
||||
|
||||
**Download:**
|
||||
[Download Here](<https://www.mediafire.com/file/x7s10zv77m3whzv/PKMN_EMR_PARTY_RANDOMIZER.zip/file>)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/x7s10zv77m3whzv/PKMN_EMR_PARTY_RANDOMIZER.zip/file
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `PKMN EMR PARTY RANDOMIZER.GBA` (console/gba)
|
||||
- **Guides / extras (2):**
|
||||
- `PKMN EMR PARTY RANDOMIZER.zip`
|
||||
- `readme.txt`
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Energized Emerald",
|
||||
"slug": "Pok_mon_Energized_Emerald",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "Energized v1.0.21.gba",
|
||||
"guides": [
|
||||
"Energized v1.0.21.zip"
|
||||
],
|
||||
"art": [
|
||||
"download_3-1307dcaa5428f2e1.jpg"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/hn1t5ksqwoozq5o/Energized+v1.0.21.zip/file"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
---
|
||||
title: Pokémon Energized Emerald
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Energized Emerald
|
||||
|
||||
![[download_3-1307dcaa5428f2e1.jpg]]
|
||||
|
||||
## Description
|
||||
|
||||
**Creator:** Land0fChocolate
|
||||
**Type:** GBA
|
||||
**Last Updated:** June 2, 2024
|
||||
|
||||
## Description
|
||||
> Pokemon Energized Emerald is a revamp of Pokemon Emerald that offers an enhanced and expanded experience in gameplay, story, and graphics while remaining faithful to the original game’s theme. The objective of my changes is to amplify the game’s enjoyment factor while simultaneously delivering a satisfying and balanced challenge.
|
||||
>
|
||||
> Changes:
|
||||
> The most significant gameplay modification in Energized Emerald introduces the ability for Pokemon to possess up to three concurrent abilities, resulting in more dynamic and captivating battles. Players will encounter an array of additional mechanics during battles, surpassing the complexity found in traditional Pokemon games. Moreover, the game’s equilibrium has undergone a shift, with numerous Pokemon experiencing substantial advantages or disadvantages due to the multi-ability feature. For instance, Gulpin now possesses Corrosion, which not only grants it a previously unattainable ability but also enhances Poison moves to be super effective against Steel types.
|
||||
>
|
||||
> Beyond battles, Pokemon Energized Emerald encompasses numerous quality-of-life enhancements. The necessity of teaching HMs to Pokemon in order to overcome obstacles has been eliminated; now, only the possession of the required badge and a compatible Pokemon are necessary.
|
||||
## Story
|
||||
> The story has been revised with more ORAS elements, and it also continues after beating the Pokemon League with a brand new story!
|
||||
> The overworld has been updated so players will see more bustling urban areas, more labyrinthian dungeons, and also brand new areas containing Pokemon not found in the wild in vanilla Emerald.
|
||||
> All gen 1-3 Pokemon are available in this game
|
||||
|
||||
## Download
|
||||
:Download: [Download link](https://www.mediafire.com/file/hn1t5ksqwoozq5o/Energized+v1.0.21.zip/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/hn1t5ksqwoozq5o/Energized+v1.0.21.zip/file
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `Energized v1.0.21.gba` (console/gba)
|
||||
- **Guides / extras (1):**
|
||||
- `Energized v1.0.21.zip`
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Evolved",
|
||||
"slug": "Pok_mon_Evolved",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "evolved.zip",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"Pokemon-Evolved-GBA-4cdc1d4d86fb4ce0.jpg"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/ei285s2avp2fe3t/evolved.zip/file",
|
||||
"https://mega.nz/file/dKkT0Y5B#XiKrm7X0bWmKu_-rmi0qagm9FT3IG9-bC5TRaUKA9vs"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
---
|
||||
title: Pokémon Evolved
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Evolved
|
||||
|
||||
![[Pokemon-Evolved-GBA-4cdc1d4d86fb4ce0.jpg]]
|
||||
|
||||
## Description
|
||||
|
||||
**Pokemon Evolved** is a GBA ROM Hack by AtSign8877 & Team based on Pokemon Leaf Green. It was released on March 26, 2025.
|
||||
|
||||
**Description**
|
||||
Pokemon Evolved is a hack of Pokémon Leaf Green that expands the original 151 Pokémon with five or more evolution stages, increasing the total Pokédex to 354. Each new evolution features custom front and back sprites, unique cries, and shiny variants. Stats, moves, and evolution levels have been rebalanced to enhance the gameplay experience. Wild Pokémon encounters have been updated, ensuring that all Kanto Pokémon can be caught in a single playthrough.
|
||||
|
||||
**Features**
|
||||
A new Pokédex with 354 Pokémon, including new species and evolutions.
|
||||
Custom front and back sprites for all new Pokémon.
|
||||
Infinite Rare Candies are available on the PC (they replenish upon exiting).
|
||||
EXP All is always active.
|
||||
Physical/Special split implemented for moves.
|
||||
Select post-Gen 3 moves and abilities added.
|
||||
All Pokémon evolve by leveling up or using evolution stones—no new evolutions require stones.
|
||||
Trade evolutions now occur via level-up.
|
||||
Friendship evolutions are now level-based.
|
||||
Stone evolutions remain unchanged.
|
||||
The Celadon Stone Seller stocks all necessary evolution stones.
|
||||
HMs must be taught or carried by an “HM intern.”
|
||||
Gym progression follows the intended badge order.
|
||||
The Sevii Islands are not a major focus.
|
||||
Do not revisit the S.S. Anne after leaving.
|
||||
|
||||
**Download**
|
||||
[Mediafire](https://www.mediafire.com/file/ei285s2avp2fe3t/evolved.zip/file)
|
||||
[MEGA](https://mega.nz/file/dKkT0Y5B#XiKrm7X0bWmKu_-rmi0qagm9FT3IG9-bC5TRaUKA9vs)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/ei285s2avp2fe3t/evolved.zip/file
|
||||
- https://mega.nz/file/dKkT0Y5B#XiKrm7X0bWmKu_-rmi0qagm9FT3IG9-bC5TRaUKA9vs
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `evolved.zip` (console/gba)
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Flora Sky",
|
||||
"slug": "Pok_mon_Flora_Sky",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "flora-sky-main-completed.gba",
|
||||
"guides": [
|
||||
"flora-sky-main-completed.zip"
|
||||
],
|
||||
"art": [
|
||||
"pokemon-flora-sky_1-a586ddbdc7f6db71.png"
|
||||
],
|
||||
"links": [
|
||||
"https://drive.google.com/file/d/1sm62k8A05Is4hLoaf3wf-h_VwLcaUpi0/view"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
---
|
||||
title: Pokémon Flora Sky
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Flora Sky
|
||||
|
||||
![[pokemon-flora-sky_1-a586ddbdc7f6db71.png]]
|
||||
|
||||
## Description
|
||||
|
||||
__**Description:**__
|
||||
You’ll come to a land with many mysteries about the legendary Pokemon. After the battle between Dialga and Palkia, the portal between Torn World – the world of Giratina and the real world are opened. Giratina appears and brings many unanticipated dangers. And you must close this portal before it’s too late. Meanwhile, Team Magma and Aqua are seeking the legendary Fire and Water-type Pokemon to dominate their world. Together with other friends, our hero will prevent the heat of the legendary Pokemon through the actions of Team Magma and Aqua.
|
||||
__**Features:**__
|
||||
New story
|
||||
New events For Legendary Pokemon
|
||||
New characters
|
||||
386 Pokemon in the hack with new sprites
|
||||
New moves, maps, items, HM’s
|
||||
New minigame
|
||||
Day Night System with daily events
|
||||
Main Legendaries: Shaymin, Giratina, Dialga. After beat E4: Groudon, Kyogre, Rayquza, Mew, Arceus
|
||||
__**Changes in Complement Dex:**__
|
||||
All missing Pokemon in the main version
|
||||
All Trio Pokemon with 580 base stat and Heatran will decrease to 520
|
||||
Fixed Magmar’s Shiny Palette, Uxie’s stats, decrease the base stats of Darmanitan
|
||||
Increase the level of trainers after the Pokemon League
|
||||
|
||||
Download:
|
||||
https://drive.google.com/file/d/1sm62k8A05Is4hLoaf3wf-h_VwLcaUpi0/view
|
||||
|
||||
## Download links
|
||||
|
||||
- https://drive.google.com/file/d/1sm62k8A05Is4hLoaf3wf-h_VwLcaUpi0/view
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `flora-sky-main-completed.gba` (console/gba)
|
||||
- **Guides / extras (1):**
|
||||
- `flora-sky-main-completed.zip`
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Fool's Gold",
|
||||
"slug": "Pok_mon_Fool_s_Gold",
|
||||
"kind": "console",
|
||||
"platform": "gb",
|
||||
"artifact": "foolsgold v1.3.2.zip",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"Cover_front-1-059249bcb0b39c92.png"
|
||||
],
|
||||
"links": [
|
||||
"https://www.pokeharbor.com/2021/05/pokemon-fools-gold/",
|
||||
"https://www.mediafire.com/file/6ycysgr0r781rwj/foolsgold+v1.3.2.zip/file"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
---
|
||||
title: Pokémon Fool's Gold
|
||||
platform: gb
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Fool's Gold
|
||||
|
||||
![[Cover_front-1-059249bcb0b39c92.png]]
|
||||
|
||||
## Description
|
||||
|
||||
• Creator: celadonk
|
||||
• Version: v1.3.2
|
||||
• Hack of: Crystal
|
||||
• Updated: August 2, 2024
|
||||
• Language: English
|
||||
• Status: Completed
|
||||
|
||||
## Description:
|
||||
In Pokemon Fools Gold, all of the Pokémon have been reworked… think Alolan/Galarian forms, for all the Pokemon. All 251 Pokémon are available in-game without trading. All of the trainers and wild encounters have been reworked to fit as well. In addition, there have been a few visual tweaks, and a few new places to explore, too!
|
||||
|
||||
## Features:
|
||||
• All 251 Pokémon redesigned, with new types and movesets to fit
|
||||
• All wild encounter data changed, to better fit the new designs to the environments
|
||||
• All Pokémon available without trading, including trade evolutions and starters
|
||||
• A variety of aesthetic changes to the overworld
|
||||
• A few new optional areas to explore
|
||||
• Shiny rate raised to 1/1028… we wanted everyone to at least run into one shiny throughout their playthrough
|
||||
• A few new moves, both from other Pokémon games and original moves
|
||||
|
||||
|
||||
[PokéHarbor Link](<https://www.pokeharbor.com/2021/05/pokemon-fools-gold/>)
|
||||
[MediaFire Download](<https://www.mediafire.com/file/6ycysgr0r781rwj/foolsgold+v1.3.2.zip/file>)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.pokeharbor.com/2021/05/pokemon-fools-gold/
|
||||
- https://www.mediafire.com/file/6ycysgr0r781rwj/foolsgold+v1.3.2.zip/file
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `foolsgold v1.3.2.zip` (console/gb)
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Frigo returns",
|
||||
"slug": "Pok_mon_Frigo_returns",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "Pokemon Frigo Returns v0.2.zip",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"IMG_0107-fdfcf1faf02a9d8d.jpg"
|
||||
],
|
||||
"links": [
|
||||
"https://raw.githubusercontent.com/vbaemulator/GBA-Roms/main/Pokemon%20Frigo%20Returns%20v0.2.zip"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
---
|
||||
title: Pokémon Frigo returns
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Frigo returns
|
||||
|
||||
![[IMG_0107-fdfcf1faf02a9d8d.jpg]]
|
||||
|
||||
## Description
|
||||
|
||||
Pokemon Frigo Returns
|
||||
Dev: FRIGO
|
||||
Version 0.2
|
||||
|
||||
Description
|
||||
You have an adventure, and your mission is to find the answers to two questions: Who is Frigo? Where did he return? Professor Oak will help you to complete those tasks. Embark on a Pokemon adventure with new events and improved overall gameplay. Good luck with your game.
|
||||
Rules: Faint = Release. First Mon a route.
|
||||
|
||||
Features
|
||||
* New Graphics
|
||||
* New title screen
|
||||
* Great Gameplay
|
||||
* New Events
|
||||
* New Scripts
|
||||
Small game
|
||||
|
||||
|
||||
## Download Links
|
||||
|
||||
[Download Link](https://raw.githubusercontent.com/vbaemulator/GBA-Roms/main/Pokemon%20Frigo%20Returns%20v0.2.zip)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://raw.githubusercontent.com/vbaemulator/GBA-Roms/main/Pokemon%20Frigo%20Returns%20v0.2.zip
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `Pokemon Frigo Returns v0.2.zip` (console/gba)
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon\u00a0Fused\u00a0Dimensions",
|
||||
"slug": "Pok_mon_Fused_Dimensions",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "Pokemon Fused Dimensions (v2.3) (1).zip",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"pokemon-fused-dimensions-2-266a3cb15a107abe.jpg"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/jhluxcewlojzor6/Pokemon+Fused+Dimensions+"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
---
|
||||
title: Pokémon Fused Dimensions
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Fused Dimensions
|
||||
|
||||
![[pokemon-fused-dimensions-2-266a3cb15a107abe.jpg]]
|
||||
|
||||
## Description
|
||||
|
||||
**Pokemon Fused Dimensions** is a GBA ROM Hack by DanteZ.35 based on Pokemon Fire Red. It was last updated on September 24, 2022.
|
||||
|
||||
|
||||
**Description**
|
||||
Pokemon Fused Dimensions is a mod of Pokemon FireRed featuring a dex replaced with fusions.
|
||||
|
||||
|
||||
**Features**
|
||||
A dex full of fusions, 226 to be more precise, all of them obtainable.
|
||||
Mega evolution added
|
||||
Custom Dex entries for every fusion, as well as the base stats on it.
|
||||
Some of the HMs have different typing and effect
|
||||
Forgettable HMs
|
||||
Infinite TMs
|
||||
Physical/Special split
|
||||
Fairy-type
|
||||
Increased Shiny odds
|
||||
Added the Link Cable item to evolve Trade Pokemon
|
||||
All the wild Pokemon changed due to their design or lore
|
||||
|
||||
|
||||
**Download**
|
||||
[Mediafire](https://www.mediafire.com/file/jhluxcewlojzor6/Pokemon+Fused+Dimensions+(v2.3)+(1).zip/file)
|
||||
[One Drive](https://onedrive.live.com/?authkey=%21ALHgXW7Qoxnl21s&id=65F48F421B14634F%21637&cid=65F48F421B14634F&parId=root&parQt=sharedby&o=OneUp)
|
||||
|
||||
|
||||
**Useful document**
|
||||
[Google doc](https://docs.google.com/spreadsheets/u/0/d/1Rkxo4l3bYedKTVCq0iEBoaVSc5kvYM4Qp4Y2yU-ITqM/htmlview?pli=1#gid=0)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/jhluxcewlojzor6/Pokemon+Fused+Dimensions+
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `Pokemon Fused Dimensions (v2.3) (1).zip` (console/gba)
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Giratina Strikes Back",
|
||||
"slug": "Pok_mon_Giratina_Strikes_Back",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "Giratina Strikes Back Full.gba",
|
||||
"guides": [
|
||||
"Giratina Strikes Back Full.zip",
|
||||
"Baixado em PokkeSaves.txt"
|
||||
],
|
||||
"art": [
|
||||
"pokemon-giratina-strikes-back-efd99b614659b4a5.png"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/3rojwlf24n32ak7/Giratina_Strikes_Back_Full.zip/file"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
---
|
||||
title: Pokémon Giratina Strikes Back
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Giratina Strikes Back
|
||||
|
||||
![[pokemon-giratina-strikes-back-efd99b614659b4a5.png]]
|
||||
|
||||
## Description
|
||||
|
||||
**Pokemon Giratina Strikes Back** is a GBA Rom Hack based on Pokemon FireRed. The creator is Sloo and was last updated October 9, 2017.
|
||||
|
||||
|
||||
**Story**
|
||||
You are a 13-year-old boy/girl whose father owns a large company called EDGE Co. in the Lunoh Region. One morning your father asks you to meet him at his office. There he asks you to fulfill his childhood dream of becoming a Pokemon Master because he never had the chance when he was younger. You accept and receive your very first Pokemon and Eevee!
|
||||
And so your adventure begins! On the way, you will meet many unique people, and face many challenges including the evil Team Genesis who plan to release Giratina from the Distortion World and use his power for world domination. Of course, it’s up to you you to stop them, you are the protagonist after all.
|
||||
|
||||
|
||||
**Features**
|
||||
Eevee as your starter;
|
||||
Eevee evolves to Espeon and Umbreon with a Sunstone and Moonstone respectively;
|
||||
All evolution stones can be purchased (at Drallia Town);
|
||||
Trade evolutions evolve by Moonstone now:
|
||||
11 gyms;
|
||||
Run indoors;
|
||||
New regions;
|
||||
Fancy new tiles;
|
||||
Fancy new story with twists and turns along the way.
|
||||
|
||||
|
||||
**Download**
|
||||
[Mediafire](https://www.mediafire.com/file/3rojwlf24n32ak7/Giratina_Strikes_Back_Full.zip/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/3rojwlf24n32ak7/Giratina_Strikes_Back_Full.zip/file
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `Giratina Strikes Back Full.gba` (console/gba)
|
||||
- **Guides / extras (2):**
|
||||
- `Baixado em PokkeSaves.txt`
|
||||
- `Giratina Strikes Back Full.zip`
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Glazed",
|
||||
"slug": "Pok_mon_Glazed",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "Glazed v8.6.3.zip",
|
||||
"guides": [
|
||||
"Pokemon Glazed (Unofficial v9.1.0).zip"
|
||||
],
|
||||
"art": [
|
||||
"pokemon-glazed-6ff59e3322461a23.png"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/dyxr11wvrkie5ys/Glazed+v8.6.3.zip/file",
|
||||
"https://www.mediafire.com/file/gjp0twn6voyy44a/Pokemon+Glazed+"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
---
|
||||
title: Pokémon Glazed
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Glazed
|
||||
|
||||
![[pokemon-glazed-6ff59e3322461a23.png]]
|
||||
|
||||
## Description
|
||||
|
||||
**Pokémon Glazed** is a GBA ROM Hack by redriders180 based on Pokémon Emerald. It was last updated on June 09,2022.
|
||||
|
||||
**Description:**
|
||||
Pokemon Glazed is one of the largest ever Pokemon Rom Hacks. This is the Final Version, there is a little change with more mega Evolution, attack, etc..
|
||||
|
||||
**Features:**
|
||||
- Gym leaders have lower level pokemon
|
||||
All battle sprites have been updated to their newer sprites
|
||||
Mega Evolution has been implemented as much as it will be in Glazed
|
||||
Mega Evolution is a permanent change
|
||||
Bulbasaur no longer has a catch rate of 0
|
||||
All Pokemon now have their proper cry
|
||||
Manaphy and Arceus have a proper sprite icon
|
||||
- The Froakie in Sprout Tower now acts as a Froakie, instead of as a Bellsprout
|
||||
Added the Power Shack to Trainer Isle, to purchase type-boosting held items
|
||||
Ranker Leaders and Mixed Leaders are enabled upon defeating the Ranker League
|
||||
- Trainer Isle’s Tough Doubles, Rankor Gym Leaders, Mixed Gym Leaders, and Special Singles are available
|
||||
TMs, HMs, and move tutors will not work for a Mega Evolved Pokemon. Mega Lucario has the same learnset as Lucario, while the other Mega Evolutions only learn one move, at level 1. This move differs between each Pokemon and should be able to be taught by using any Move Relearner
|
||||
- The Pokedex displays the correct map, and (generally) the correct locations for each Pokemon. Some are slightly off, but a great majority are completely accurate
|
||||
Pokemon capable of Mega Evolving are Venusaur, Charizard, Blastoise, Lucario, Salamence, Absol, and Manectric. The Mega Stone will Mega Evolve them all, while the Mega Stone X only works on Charizard
|
||||
|
||||
**Download Links:**
|
||||
[8.6.3](https://www.mediafire.com/file/dyxr11wvrkie5ys/Glazed+v8.6.3.zip/file)
|
||||
[9.1.0 Unofficial](https://www.mediafire.com/file/gjp0twn6voyy44a/Pokemon+Glazed+(Unofficial+v9.1.0).zip/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/dyxr11wvrkie5ys/Glazed+v8.6.3.zip/file
|
||||
- https://www.mediafire.com/file/gjp0twn6voyy44a/Pokemon+Glazed+
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `Glazed v8.6.3.zip` (console/gba)
|
||||
- **Guides / extras (1):**
|
||||
- `Pokemon Glazed (Unofficial v9.1.0).zip`
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Glazed Randomizer",
|
||||
"slug": "Pok_mon_Glazed_Randomizer",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "Pokemon Glazed Randomized.gba",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"Screenshot_20241108-1723232-c92470fe62764b99.png"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/zpfz66di7uqb4fa/Pokemon_Glazed_Randomized.gba/file/"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
---
|
||||
title: Pokémon Glazed Randomizer
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Glazed Randomizer
|
||||
|
||||
![[Screenshot_20241108-1723232-c92470fe62764b99.png]]
|
||||
|
||||
## Description
|
||||
|
||||
**Pokemon Glazed Randomizer** is a GBA Rom Hack based on Pokemon Emerald.
|
||||
|
||||
Each Pokemon in it has a unique method of capture. Pokemon such as Pikachu, Meowth, Hitmonlee, and Hitmonchan cannot be caught with standard Poke Balls. You must obtain corresponding Pokemon balls for them, such as Great, Ultra, and so on. Viridian City Gym Leader can only be fought by Pokemon who know Grass-type moves, whereas Ecruteak City Gym Leader can only be fought by Pokemon who know Water-type moves. Furthermore, Pokemon Gyms in Pokemon Glazed Randomizer is more difficult than in Pokemon Emerald, but the rewards include Mega Stones, so battling for rank 1 is worthwhile! Also, take a look at Pokemon Moon Emerald Extreme Randomizer
|
||||
|
||||
Furthermore, Pokemon Glazed Randomizer includes a plethora of additional features for players who enjoy challenges and variety!
|
||||
|
||||
|
||||
Features:
|
||||
Gym leaders have decrease level pokemon
|
||||
3 Regions (Tunod, Johto & Rankor)
|
||||
All battle sprites have been updated to their newer sprites
|
||||
Mega Evolution has been implemented as much as it will be in Glazed
|
||||
|
||||
Mega Evolution is a permanent change
|
||||
Bulbasaur no longer has a catch rate of 0
|
||||
All Pokemon now have their proper cry
|
||||
Manaphy and Arceus have a proper sprite icon
|
||||
The Froakie in Sprout Tower now acts as a Froakie, instead of as a Bellsprout
|
||||
Added the Power Shack to Trainer Isle, to purchase type-boosting held items
|
||||
Rankor Leaders and Mixed Leaders are enabled upon defeating the Rankor League
|
||||
Trainer Isle’s Tough Doubles, Rankor Gym Leaders, Mixed Gym Leaders, and Special Singles are available
|
||||
|
||||
TMs, HMs, and move tutors will not work for a Mega Evolved Pokemon. Mega Lucario has the same learnset as Lucario, while the other Mega Evolutions only learn one move, at level 1. This move differs between each Pokemon and should be able to be taught by using any.
|
||||
|
||||
|
||||
|
||||
[Download Here](https://www.mediafire.com/file/zpfz66di7uqb4fa/Pokemon_Glazed_Randomized.gba/file/)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/zpfz66di7uqb4fa/Pokemon_Glazed_Randomized.gba/file/
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `Pokemon Glazed Randomized.gba` (console/gba)
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Golden Glazed",
|
||||
"slug": "Pok_mon_Golden_Glazed",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "Golden Glazed (v2.6).gba",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"pokemon-golden-glazed-1-fc2231f8d8af5ab5.jpg"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/z6mor0kxgq1s326/Golden+Glazed+"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
---
|
||||
title: Pokémon Golden Glazed
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Golden Glazed
|
||||
|
||||
![[pokemon-golden-glazed-1-fc2231f8d8af5ab5.jpg]]
|
||||
|
||||
## Description
|
||||
|
||||
**Description:**
|
||||
|
||||
This is an unofficial modification of Pokémon Glazed, updated with Pokémon from newer generations and enhanced gameplay mechanics. Dive into a revamped experience featuring a fresh story, a new region, and additional surprises!
|
||||
|
||||
Pokemon Glazed Features
|
||||
|
||||
Fairy-type included
|
||||
Choose from five starters instead of three!
|
||||
Travel across the regions of Tunod, Johto, and Rankor
|
||||
Dream World Pokémon
|
||||
Pokémon from the Sinnoh, Unova, and Kalos regions
|
||||
Travel in the Pokémon World and the Real World
|
||||
Capture all five starters
|
||||
Rematches with trainers, as well as all Gym Leaders
|
||||
All legendaries from Kanto to Sinnoh, as well as eight from Unova
|
||||
New out-of-battle effects
|
||||
Physical/Special Split – moves do Physical or Special damage depending on the move, not the type
|
||||
|
||||
The Pokedex displays the correct map, and (generally) the correct locations for each Pokemon. Some are slightly off due to something I can’t figure out, but a great majority are completely accurate
|
||||
Pokemon capable of Mega Evolving are Venusaur, Charizard, Blastoise, Lucario, Salamence, Absol, and Manectric. The Mega Stone will Mega Evolve them all, while the Mega Stone X only works on Charizard
|
||||
|
||||
__**Download:**__
|
||||
[Mediafire:](https://www.mediafire.com/file/z6mor0kxgq1s326/Golden+Glazed+(v2.6).gba/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/z6mor0kxgq1s326/Golden+Glazed+
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `Golden Glazed (v2.6).gba` (console/gba)
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Ironmon Red Kaizo",
|
||||
"slug": "Pok_mon_Ironmon_Red_Kaizo",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "IroneMon Red (v1.2b).zip",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"Pokemon-IRONeMON-Red-Kaizo-Edition-1-1-6129851b8883baa5.jpg"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/i4rue9fvfba3wns/IroneMon+Red+"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
---
|
||||
title: Pokémon Ironmon Red Kaizo
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Ironmon Red Kaizo
|
||||
|
||||
![[Pokemon-IRONeMON-Red-Kaizo-Edition-1-1-6129851b8883baa5.jpg]]
|
||||
|
||||
## Description
|
||||
|
||||
Description:
|
||||
|
||||
This is a Pokemon Ironmon ROM hack with the rules already implemented into the game’s code! No need for self-imposement like you normally did in nuzlockes.
|
||||
|
||||
|
||||
Features:
|
||||
|
||||
Your adventure comes to an end when your pokemon passes out. You return to your mother, ready to begin your journey all over again!
|
||||
Despite the fact that your journey may have resumed. Your attempts and playtime are both recorded. Everything is re-randomized with each retry!
|
||||
The party can only have one pokemon. When you capture a new Pokemon, it automatically switches!
|
||||
There is no way to use the pc at all. Only catching a pokemon allows you to pivot.
|
||||
No more free heals, no more free treatment! Pokemon Centers now cost cash to heal.
|
||||
There will be no more free heals or treatments! Pokemon Centers now charge money to heal.
|
||||
Everything is a randomized! Wild Encounters, Trainer’s Party, Evolutions, Learnable TM/HMs, Stat Spread, Abilities, and more…
|
||||
Evolutions will always choose a pokemon of a similar type with higher overall stats. Special trainers will have their own parties from which they will select Pokemon at random. The original BST is retained in stat spreads.
|
||||
Each area only allows you to catch one Pokemon. An area is a location in the game where you have met other players. This can include paths and caves.
|
||||
Pokemon scale to the level of the party’s current pokemon. Repels are always effective.
|
||||
No need for HM slaves, you can use the HM once you have the badge.
|
||||
Hehe, but only HMs required to complete the game. Fly and Flash aren’t included…some caves are automatically lit.
|
||||
Strong Pokemon will disobey you and obey when they feel like it.
|
||||
Experience points are no longer awarded for wild encounters. Now you only get exp from battling trainers!
|
||||
VS seeker also no longer works, therefore you can only fight trainers once!
|
||||
|
||||
|
||||
Download:
|
||||
[Mediafire](https://www.mediafire.com/file/i4rue9fvfba3wns/IroneMon+Red+(v1.2b).zip/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/i4rue9fvfba3wns/IroneMon+Red+
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `IroneMon Red (v1.2b).zip` (console/gba)
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Kanto Complete",
|
||||
"slug": "Pok_mon_Kanto_Complete",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "Kanto Complete.zip",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"Pokemon-Kanto-Complete-GBA-f430d4f6195bf046.jpg"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/9mkka2u7lr66nq6/Kanto+Complete.zip/file"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
---
|
||||
title: Pokémon Kanto Complete
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Kanto Complete
|
||||
|
||||
![[Pokemon-Kanto-Complete-GBA-f430d4f6195bf046.jpg]]
|
||||
|
||||
## Description
|
||||
|
||||
**Creator:** PurpleSpectre
|
||||
**Type:** GBA
|
||||
**Last Updated:** May 14, 2024
|
||||
|
||||
## Notable changes
|
||||
> Changes from Pokemon Fire Red
|
||||
> Routes have been heavily modified in Kanto for a fresh experience as well as to provide access to all Pokémon on the National Dex
|
||||
> All legendary/mythical Pokémon are accessible in the post-game
|
||||
> Locations are detailed in the useful stuff section
|
||||
> Town/City areas have minor modification
|
||||
> Trainers have been added and modified to have a wide range of Pokémon from the National Dex
|
||||
> Multi-battles, where you fight multiple trainers in succession, have been added
|
||||
> Gym trainers, gym leaders, rival encounters, and elite four matches are all updated for challenging gameplay
|
||||
> Elite trainers from other regions added, with their teams evocative of their instances in other games
|
||||
>
|
||||
> Post-game areas added:
|
||||
> Champions Lounge
|
||||
> MT Silver
|
||||
> Dark Grove is a secret area off Route 1 that has an exorbitant entry fee, so while not technically post-game content access will be blocked for most players until end-game play
|
||||
> Quality-of-Life changes:
|
||||
> Some tutorial events have been removed to speed early gameplay
|
||||
> All inaccessible Pokémon evolutions have been made possible in-game
|
||||
> Oak’s Starter Sanctuary makes all gen I, II, and III starters available from the beginning of the game
|
||||
>
|
||||
> Quality of Life Changes
|
||||
> Access Oak’s Starter Sanctuary by speaking to NPCs in Oak’s Lab
|
||||
> Fishing rods are available on Route 1, Celadon City, and Vermilion City
|
||||
> Move Tutor added to Lavender Town
|
||||
> HM02 Fly accessible in Vermilion City
|
||||
> Lava Cookie vendor added to Route 13
|
||||
> Vanilla Game Aspects Retained
|
||||
> Prologue, Story Arc, and Post-game remain intact
|
||||
> Pokémon typing, move sets, and leveling/evolutions (except for the cases described in “quality-of-life changes”)
|
||||
|
||||
## Download
|
||||
:Download: [Download link](https://www.mediafire.com/file/9mkka2u7lr66nq6/Kanto+Complete.zip/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/9mkka2u7lr66nq6/Kanto+Complete.zip/file
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `Kanto Complete.zip` (console/gba)
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Lazy Green",
|
||||
"slug": "Pok_mon_Lazy_Green",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "lazygreen v1.1.15.gba",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"Pokemon-Lazy-Green-GBA-e898b8b5ffe027d1.png"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/2g02tzsz8s2x362/lazygreen+v1.1.15.gba/file"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
---
|
||||
title: Pokémon Lazy Green
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Lazy Green
|
||||
|
||||
![[Pokemon-Lazy-Green-GBA-e898b8b5ffe027d1.png]]
|
||||
|
||||
## Description
|
||||
|
||||
Description:
|
||||
Try Pokémon Lazy Green—an enhanced version of FireRed/LeafGreen with thoughtful updates for a smoother, more enjoyable gaming experience!
|
||||
|
||||
|
||||
Features:
|
||||
Gain 1 to 3 levels per battle, making grinding faster and more efficient.
|
||||
You can change the level cap to the lowest mon Pokemon from the remaining bosses. Just talk to the NPC in Route 2 near Pewter City
|
||||
Trade evolutions are removed; you can use the Linking Cord from the Celadon Department Store.
|
||||
All Starters Available: Charmander is on Route 24, Bulbasaur in Cerulean City, and Squirtle in Vermilion City.
|
||||
The stats screen now shows each Pokémon’s IVs.
|
||||
EVs are disabled in battles by default. Speak with an NPC in Pallet Town to re-enable them, and once you reach Celadon, you have full EV control with cheaper vitamins and EV-reducing berries.
|
||||
Optional Badge Boost: Defaulted off, but can be activated by an NPC in Pewter City to enable badge-based stat boosts.
|
||||
Full Regional Dex Access: All version-exclusive Pokémon are catchable in Lazy Green. Refer to the documentation for route changes.
|
||||
Infinite Eevees in Celadon: You can have a team full of Vaporeons!
|
||||
Safari Zone Overhaul
|
||||
All TMs for Sale: TMs in Celadon’s store unlock progressively as you advance.
|
||||
1 NPC allows you to reuse move tutors anytime.
|
||||
Cheaper Game Corner: Coins and prizes are more affordable, making rare Pokémon.
|
||||
Shiny chance boosted to 5%.
|
||||
An NPC in Celadon enables cross-gen evolutions temporarily, allowing access to Pokémon like Espeon and Crobat before the Elite Four.
|
||||
Route 22 NPC grants IV-maxing items after you defeat their randomized team.
|
||||
For added difficulty, an NPC on Route 2 offers a Challenge Mode tailored just for you!
|
||||
|
||||
Note:
|
||||
Pokémon Lazy Green keeps things simple—no Physical/Special split or Pokémon beyond Gen 3, with some added conveniences!
|
||||
|
||||
Download link;
|
||||
[Mediafire](https://www.mediafire.com/file/2g02tzsz8s2x362/lazygreen+v1.1.15.gba/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/2g02tzsz8s2x362/lazygreen+v1.1.15.gba/file
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `lazygreen v1.1.15.gba` (console/gba)
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Leaf Green Extreme Randomizer",
|
||||
"slug": "Pok_mon_Leaf_Green_Extreme_Randomizer",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "Leaf Green Extreme Randomizer.gba",
|
||||
"guides": [
|
||||
"Leaf Green Extreme Randomizer.zip"
|
||||
],
|
||||
"art": [
|
||||
"maxresdefault_2-98610fb390f39bbc.jpg"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/wjcp641j81hpdln/Leaf_Green_Extreme_Randomizer.zip/file/"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
---
|
||||
title: Pokémon Leaf Green Extreme Randomizer
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Leaf Green Extreme Randomizer
|
||||
|
||||
![[maxresdefault_2-98610fb390f39bbc.jpg]]
|
||||
|
||||
## Description
|
||||
|
||||
What’s been Randomized?
|
||||
|
||||
Wild Pokemon
|
||||
Trainer’s parties
|
||||
Pokemon Types/Moves/Abilities
|
||||
Evolutions
|
||||
I wanted to randomize the color palettes as well but, I couldn’t find a program that would allow me to do that. I’ll continue the search for it, and when I find it, I’ll make another Leaf Green Randomizer.
|
||||
|
||||
|
||||
Nuzlocke Rules (If you want to try)
|
||||
All Pokemon that you catch must be nicknamed.
|
||||
Only the first Pokemon you encounter on a new route or area can be caught.
|
||||
If a Pokemon passes out, it is considered dead and cannot be used again.
|
||||
|
||||
|
||||
The silent protagonist of Leaf Green is a young boy who lives in Pallet Town, a small town. A voice warns players to stop after they embark on a journey and venture alone into the tall grass. Professor Oak, a well-known Pokémon researcher, informs the player that such grass is frequently the habitat of wild Pokémon and that encountering them alone can be extremely dangerous. He takes the player to his laboratory, where they meet Oak’s grandson, a fellow Pokémon Trainer. Both the player and their opponent are instructed to choose a starter Pokémon for their journey. The opponent then challenges them to a Pokémon battle with their newly acquired Pokémon and continues to battle the player at various points throughout the game.
|
||||
|
||||
|
||||
When the player arrives in the next city, he or she is tasked with delivering a parcel to Professor Oak. When they return to the laboratory, they are given a Pokédex, a high-tech encyclopedia that records the entries of any captured Pokémon. Oak then asks the player to help him realize his dream of compiling a complete list of all Pokémon in the game.
|
||||
|
||||
|
||||
[Download Here](<https://www.mediafire.com/file/wjcp641j81hpdln/Leaf_Green_Extreme_Randomizer.zip/file/>)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/wjcp641j81hpdln/Leaf_Green_Extreme_Randomizer.zip/file/
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `Leaf Green Extreme Randomizer.gba` (console/gba)
|
||||
- **Guides / extras (1):**
|
||||
- `Leaf Green Extreme Randomizer.zip`
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Let's Go Lugia",
|
||||
"slug": "Pok_mon_Let_s_Go_Lugia",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "Poke\u0301mon Lets Go Lugia English (1).zip",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"Pokemon-Lets-Go-Lugia-d63f4ef31e2bcdcb.jpg"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/lewchb3r3x04wpf/Poke\u0301mon+Lets+Go+Lugia+English+"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
---
|
||||
title: Pokémon Let's Go Lugia
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Let's Go Lugia
|
||||
|
||||
![[Pokemon-Lets-Go-Lugia-d63f4ef31e2bcdcb.jpg]]
|
||||
|
||||
## Description
|
||||
|
||||
**Creator:** Ricardo Stone Team
|
||||
**Type:** GBA
|
||||
**Last Updated:** July 4, 2020
|
||||
|
||||
## Description
|
||||
> A hack based on Fire Red, its story is based on Soul Silver with slight changes. Let’s go Lugia aims to make the user go back in time and play a hack, only with Pokémon from Johto and their evolutions.
|
||||
>
|
||||
> Some from Kanto were added due to GYM leaders or ELITE 4 using these Pokémon. We want to allow you to use the best of each Pokémon and assemble your dream team with just 199 Pokémon.
|
||||
>
|
||||
> The difficulty of the game is NORMAL even so we activate the EXP.ALL for those trainers who are not very fond of training each Pokémon individually, the game allows you to use. Infinite TMs and all evolutionary stones are for sale at the MART.
|
||||
>
|
||||
> It is possible to capture ALL Pokémon but MEWTWO and LUGIA only with ASH, and HO-OH and MEW only with MAY.
|
||||
## Notable features
|
||||
> - New Maps.
|
||||
> - Updated moves.
|
||||
> - Pokémon from Johto visible on the map, Kanto only on grass.
|
||||
> - Pokédex with information on how to evolve the Pokémon.
|
||||
> - Exp.All (Shared Experience).
|
||||
> - Reusable TM’s.
|
||||
> - Egg on Route.
|
||||
> - Elite 4 (Can battle 5x merging with the Battle Tower).
|
||||
> - Items hidden in routes and houses.
|
||||
> - Remastered Johto Region.
|
||||
> - All Pokemon in the game are catchable.
|
||||
> - All Johto characters.
|
||||
> - Moves updated.
|
||||
> - New sprites.
|
||||
> - Protagonist Ash (kalos) and May (hoenn) .
|
||||
> - Exclusive Pokémon depending on your choice of character (eggs).
|
||||
> And more
|
||||
|
||||
## Download
|
||||
:DownloadArrow: [Download link](https://www.mediafire.com/file/lewchb3r3x04wpf/Pokémon+Lets+Go+Lugia+English+(1).zip/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/lewchb3r3x04wpf/Pokémon+Lets+Go+Lugia+English+
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `Pokémon Lets Go Lugia English (1).zip` (console/gba)
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Let's Go: Peerless Pikachu & Exquisite Eevee",
|
||||
"slug": "Pok_mon_Let_s_Go_Peerless_Pikachu_Exquisite_Eevee",
|
||||
"kind": "unknown",
|
||||
"platform": "unknown",
|
||||
"artifact": "Trainer Battles.zip",
|
||||
"guides": [
|
||||
"Double Trouble.zip",
|
||||
"PPEE+ Version 1.0.3.zip",
|
||||
"TrainerBattles.html",
|
||||
"Mega Dimension.zip",
|
||||
"Green Rematch Patch.zip",
|
||||
"New Learnsets.zip",
|
||||
"New Learnsets.pdf",
|
||||
"Reduced EXP Yield.zip",
|
||||
"Enhanced Spawn Count.zip",
|
||||
"MainDocumentation.html",
|
||||
"PostgameDocumentation.html",
|
||||
"Candy Store.zip",
|
||||
"Postgame Documentation.zip",
|
||||
"Main Documentation.zip",
|
||||
"Wild Encounters.zip",
|
||||
"Wild Encounters.pdf",
|
||||
"Trainer Battles.pdf",
|
||||
"WildEncounters.html",
|
||||
"Postgame Documentation.pdf",
|
||||
"Main Documentation.pdf"
|
||||
],
|
||||
"art": [
|
||||
"FB_IMG_1773851746282-b8034d6c41c4724f.jpg"
|
||||
],
|
||||
"links": [
|
||||
"https://drive.google.com/drive/folders/15r2AOf5GLndqo0qGD7rgLLwoYE4d_WiC?usp=sharing"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
title: Pokémon Let's Go: Peerless Pikachu & Exquisite Eevee
|
||||
platform: unknown
|
||||
kind: unknown
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Let's Go: Peerless Pikachu & Exquisite Eevee
|
||||
|
||||
![[FB_IMG_1773851746282-b8034d6c41c4724f.jpg]]
|
||||
|
||||
## Description
|
||||
|
||||
Pokémon Let's Go: Peerless Pikachu & Exquisite Eevee
|
||||
Creator: RihannaRTT
|
||||
Hack: Pokémon Let's Go: Pikachu & Eevee
|
||||
Version: 1.0
|
||||
Release: March 18, 2026
|
||||
Language: English
|
||||
|
||||
Description:
|
||||
Pokémon Let's Go: Peerless Pikachu & Exquisite Eevee PLUS is a sequel to and reimagining of the original Peerless Pikachu & Exquisite Eevee mod, now with even more additional features.
|
||||
|
||||
- Wild Encounters have been totally overhauled, now also taking inspiration from the Johto titles, with full changes to land, sea and sky. Version exclusive wild encounters have been removed.
|
||||
- Static encounters, gift encounters and trade encounters have all been overhauled to match the game's level curve.
|
||||
- Wild Boss Battles now give increased stat stages making these fights more challenging.
|
||||
- Trainer Battles have been completely rebalanced. All trainers now have 31IV Pokémon with 0 AVs for a grindless challenge.
|
||||
- Some trainers have been replaced with familiar faces from Johto. Face off against Karen, Will and more.
|
||||
- Final stage Pokémon that received a cross-gen evolution in later titles receive the typing, stats and movepool of their cross-gen counterpart.
|
||||
- Scyther retains its typing and stats but receives moves from both Kleavor & Scizor.
|
||||
- Farfetch'd and Mr. Mime receive the same stat boosts given to their Galarian counterparts upon evolution. Jynx, as Mr Mime's counterpart, receives a similar stat boost.
|
||||
- Alternate evolution requirements for Pokémon with trade evolutions and Meltan. Pikachu, Cubone and Exeggcute can now evolve into their Alolan Form evolutions with the Ice Stone.
|
||||
|
||||
Download:
|
||||
[PPEE+ Download & Documentation (Google Drive)](https://drive.google.com/drive/folders/15r2AOf5GLndqo0qGD7rgLLwoYE4d_WiC?usp=sharing)
|
||||
[PPEE+ Download (Gamebanana)](https://gamebanana.com/mods/661332)
|
||||
[PPEE+ Trailer](https://www.youtube.com/watch?v=2NebA6y3aIk)
|
||||
[PPEE+ Screenshots](https://ibb.co/album/nqLMmG)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://drive.google.com/drive/folders/15r2AOf5GLndqo0qGD7rgLLwoYE4d_WiC?usp=sharing
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `Trainer Battles.zip` (unknown/unknown)
|
||||
- **Guides / extras (20):**
|
||||
- `Candy Store.zip`
|
||||
- `Double Trouble.zip`
|
||||
- `Enhanced Spawn Count.zip`
|
||||
- `Green Rematch Patch.zip`
|
||||
- `Main Documentation.pdf`
|
||||
- `Main Documentation.zip`
|
||||
- `MainDocumentation.html`
|
||||
- `Mega Dimension.zip`
|
||||
- `New Learnsets.pdf`
|
||||
- `New Learnsets.zip`
|
||||
- `PPEE+ Version 1.0.3.zip`
|
||||
- `Postgame Documentation.pdf`
|
||||
- `Postgame Documentation.zip`
|
||||
- `PostgameDocumentation.html`
|
||||
- `Reduced EXP Yield.zip`
|
||||
- `Trainer Battles.pdf`
|
||||
- `TrainerBattles.html`
|
||||
- `Wild Encounters.pdf`
|
||||
- `Wild Encounters.zip`
|
||||
- `WildEncounters.html`
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Mega Blue",
|
||||
"slug": "Pok_mon_Mega_Blue",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "U_Pokemon_Mega_Blue_v1.1.4_Classic.gba.zip",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"pokemon-mega-blue-d07aca97ec1b522f.png"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/8al4axjp55iva6u/U_Pokemon_Mega_Blue_v1.1.4_Classic.gba.zip/file"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
---
|
||||
title: Pokémon Mega Blue
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Mega Blue
|
||||
|
||||
![[pokemon-mega-blue-d07aca97ec1b522f.png]]
|
||||
|
||||
## Description
|
||||
|
||||
**Creator:** STikER
|
||||
**Type:** GBA
|
||||
**Last Updated:** November 27, 2020
|
||||
|
||||
## Story
|
||||
> Essentially, it’s still the same FireRed and LeafGreen with an unchanged storyline (except for an addition of Ariana and Archer), but updated mechanics, Alola Forms, and Mega Evolutions (the latter two are mostly in the post-game, though). Aimed to create a counterpart game for Pokemon Delta Emerald.
|
||||
## Notable features
|
||||
> - Fairy-type
|
||||
> - Gen 4-7 Moves and Abilities
|
||||
> - Mega Evolution
|
||||
> - Day and Night System
|
||||
> - Decapitalization
|
||||
> - Infinite TMs
|
||||
> - Forgettable HMs
|
||||
> - Updated Pokemon sprites and cries
|
||||
> - Gen 4+ Evolutions of Gen 1-3 Pokemon
|
||||
> - All 150 Kanto Dex Pokémon (except Mew) are catchable without trading or events
|
||||
> - Alola Forms can be found as wild encounters on Sevii Islands
|
||||
> - Archer and Ariana are also included in the main plot
|
||||
> And more
|
||||
|
||||
## Download
|
||||
:Download: [Download link](https://www.mediafire.com/file/8al4axjp55iva6u/U_Pokemon_Mega_Blue_v1.1.4_Classic.gba.zip/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/8al4axjp55iva6u/U_Pokemon_Mega_Blue_v1.1.4_Classic.gba.zip/file
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `U_Pokemon_Mega_Blue_v1.1.4_Classic.gba.zip` (console/gba)
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Meissa Moon",
|
||||
"slug": "Pok_mon_Meissa_Moon",
|
||||
"kind": "unknown",
|
||||
"platform": "unknown",
|
||||
"artifact": "Meissa Moon v2.2.2.zip",
|
||||
"guides": [
|
||||
"Blue Moon.zip",
|
||||
"How to Install Meissa Moon.zip",
|
||||
"Meissa Moon Wild Pokemon and Item Locations Documentation.zip",
|
||||
"Meissa Moon Pokemon Changes.zip",
|
||||
"Meissa Moon Learnsets.zip",
|
||||
"Meissa Moon Teams.zip",
|
||||
"Meissa Moon Mastersheet.zip",
|
||||
"custom-shinies.zip",
|
||||
"Citra.zip",
|
||||
"Meissa Moon Move Changes.zip"
|
||||
],
|
||||
"art": [
|
||||
"IMG_6995-2-73c728387d26b01c.jpg"
|
||||
],
|
||||
"links": [
|
||||
"https://drive.google.com/drive/mobile/folders/1UlUAqWY8wq0VbGPlDQTR7s3-Gnn0Pfkf?pli=1"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
---
|
||||
title: Pokémon Meissa Moon
|
||||
platform: unknown
|
||||
kind: unknown
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Meissa Moon
|
||||
|
||||
![[IMG_6995-2-73c728387d26b01c.jpg]]
|
||||
|
||||
## Description
|
||||
|
||||
Description:
|
||||
|
||||
> Pokémon Meissa Moon is a Pokémon Moon ROM hack by AlbabImam04, released on June 30, 2024. It features rebalanced Pokémon with buffed stats, types, and abilities, making the game more challenging, especially late-game battles like Ultra Space Lusamine. The hack includes unique changes such as faster Alolan Pokémon, revamped Totem battles, and major trainers with full teams and EV-trained Pokémon. Some Pokémon have new types, and wild Pokémon levels are adjusted for better gameplay. The hack includes 600 Pokémon, with additional ones planned for future updates.
|
||||
|
||||
Story:
|
||||
> The story in this romhack is primarely the same as in Pokemon Sun and Moon. You walk through the alolan region, try to catch all pokemon, confront the evil teams and try to become champion. The romhack is more meant for a nuzlock experience and focuses more on tweaking the pokemon and challenges, but the storyline itself is the same as in the original games.
|
||||
|
||||
Notable Features:
|
||||
> - Over 600 catchable pokemon
|
||||
> - Challenging totem pokemon
|
||||
> - Faster Alola
|
||||
> - Pokémons have other types
|
||||
> - Low leveled wild pokemon
|
||||
> - Trainers with a team of 6 pokemon
|
||||
> - Increased EVs
|
||||
> - Nuzlock-themed moveset
|
||||
> And more
|
||||
Download Link and Documentation:
|
||||
:DownloadArrow:[Google Drive](https://drive.google.com/drive/mobile/folders/1UlUAqWY8wq0VbGPlDQTR7s3-Gnn0Pfkf?pli=1)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://drive.google.com/drive/mobile/folders/1UlUAqWY8wq0VbGPlDQTR7s3-Gnn0Pfkf?pli=1
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `Meissa Moon v2.2.2.zip` (unknown/unknown)
|
||||
- **Guides / extras (10):**
|
||||
- `Blue Moon.zip`
|
||||
- `Citra.zip`
|
||||
- `How to Install Meissa Moon.zip`
|
||||
- `Meissa Moon Learnsets.zip`
|
||||
- `Meissa Moon Mastersheet.zip`
|
||||
- `Meissa Moon Move Changes.zip`
|
||||
- `Meissa Moon Pokemon Changes.zip`
|
||||
- `Meissa Moon Teams.zip`
|
||||
- `Meissa Moon Wild Pokemon and Item Locations Documentation.zip`
|
||||
- `custom-shinies.zip`
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon MioPidgey",
|
||||
"slug": "Pok_mon_MioPidgey",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "MioPidgey.gba",
|
||||
"guides": [
|
||||
"MioPidgey.zip"
|
||||
],
|
||||
"art": [
|
||||
"Pokemon-ShortScyther-MioPidgey-GBA_1-c37d60c7b7d83657.png"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/l6yazy9jguchj3v/MioPidgey.zip/file"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
---
|
||||
title: Pokémon MioPidgey
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon MioPidgey
|
||||
|
||||
![[Pokemon-ShortScyther-MioPidgey-GBA_1-c37d60c7b7d83657.png]]
|
||||
|
||||
## Description
|
||||
|
||||
**Creator:** KomalaLesado
|
||||
**Type:** GBA
|
||||
**Last Updated:** January 26, 2024
|
||||
|
||||
## Description
|
||||
> Pokémon MioPidgey is a straightforward ROM Hack that eliminates 100% accuracy moves from the player’s Pokémon while leaving them intact for opponents. This means bidding farewell to moves like Thunderbolt, Psychic, or Ice Beam for your team.
|
||||
## Notable features
|
||||
> - All 386 Pokémon learnsets from Generation I to Generation III have undergone updates, removing moves with 100% accuracy. Moves must now have a possibility of missing in any circumstance to remain in the game.
|
||||
> - A new list of TMs has been introduced. Useless TMs have been removed, while new moves have been added as TMs. In the Kanto region, all 151 original Pokémon are available, with most remaining in their original locations. Post-game content includes almost every Pokémon from Generation II, allowing players to complete 251 Pokémon in their Dex if desired.
|
||||
> - New items are available in almost every city, ranging from berries to type-enhancing held items to affordable vitamins. However, players can choose to ignore these items to maintain the original FireRed experience.
|
||||
> - While no Pokémon from the Hoenn region are found in this hack (except Deoxys), players can utilize the UPRandomizer to randomize encounters and include them.
|
||||
> And more
|
||||
> **What Hasn’t Changed**
|
||||
> - Opponents retain their original teams with their native movesets intact.
|
||||
> - Furthermore, there is no Physical/Special split in this ROM Hack. While I understand if you prefer PSS, this hack is designed to maintain similarity to FireRed/LeafGreen, with the primary difference being the moves available to learn.
|
||||
> And more
|
||||
|
||||
## Download
|
||||
:Download: [Download link](https://www.mediafire.com/file/l6yazy9jguchj3v/MioPidgey.zip/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/l6yazy9jguchj3v/MioPidgey.zip/file
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `MioPidgey.gba` (console/gba)
|
||||
- **Guides / extras (1):**
|
||||
- `MioPidgey.zip`
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Modern Emerald",
|
||||
"slug": "Pok_mon_Modern_Emerald",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "modernmrld v2.3.1.zip",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"Pokemon-Modern-Emerald-531b04088ab9b291.webp"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/f3q9drz35m6zfpl/modernmrld+v2.3.1.zip/file",
|
||||
"https://mega.nz/file/MCEERJjS#IWgof9AOK49qgjzyJQxhSl1ZcYK4TIOFIKXo3rzyVWs"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
---
|
||||
title: Pokémon Modern Emerald
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Modern Emerald
|
||||
|
||||
![[Pokemon-Modern-Emerald-531b04088ab9b291.webp]]
|
||||
|
||||
## Description
|
||||
|
||||
**Pokemon Modern Emerald** is a GBA Rom Hack by resetes12 based on Pokemon Emerald. It was last updated on August 2, 2024.
|
||||
|
||||
**Description**
|
||||
|
||||
Pokémon Modern Emerald is a modernized edition of the original “Pokémon Emerald” game. This game includes all of the QOL features and improvements. Consider this a 2.0 update for the original game. This game is not and will never be a “difficulty hack-rom”. The idea behind this game is to play it, especially for those who want a vanilla experience with more features: simple difficulty modes, move splits, QOL features, new Pokémon, new areas, new rematches, and a large, etc.
|
||||
|
||||
**NOTE** : Some emulators, such as OpenEMU, MyBoy, and VBA, may cause crashes due to their age or lack of features compared to better options.
|
||||
|
||||
|
||||
**Link to Download**
|
||||
[Mediafire](https://www.mediafire.com/file/f3q9drz35m6zfpl/modernmrld+v2.3.1.zip/file)
|
||||
[MEGA](https://mega.nz/file/MCEERJjS#IWgof9AOK49qgjzyJQxhSl1ZcYK4TIOFIKXo3rzyVWs)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/f3q9drz35m6zfpl/modernmrld+v2.3.1.zip/file
|
||||
- https://mega.nz/file/MCEERJjS#IWgof9AOK49qgjzyJQxhSl1ZcYK4TIOFIKXo3rzyVWs
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `modernmrld v2.3.1.zip` (console/gba)
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Moon Emerald Extreme Randomizer",
|
||||
"slug": "Pok_mon_Moon_Emerald_Extreme_Randomizer",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "Moon Emerald Extreme Randomizer (Pok\u00e9Harbor).zip",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"maxresdefault-a26ac956add4e8f0.jpg"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/4sudlt7e4d4insl/Moon+Emerald+Extreme+Randomizer+"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,50 @@
|
||||
---
|
||||
title: Pokémon Moon Emerald Extreme Randomizer
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Moon Emerald Extreme Randomizer
|
||||
|
||||
![[maxresdefault-a26ac956add4e8f0.jpg]]
|
||||
|
||||
## Description
|
||||
|
||||
Pokemon Moon Emerald Extreme Randomizer is the randomized version of the original Moon Emerald. The story is the same as Pokémon Emerald with several Pokémon from 7th Gen and Alola Forms added.
|
||||
|
||||
I’m sure some of you are wondering, “What the heck is an Extreme Randomizer?” Well, It’s exactly what its name suggests. It is the same good old Pokemon Moon Emerald that we all know and love but, here’s the twist, all of the pokemon spawns, pokemon typing, moves, move typing, etc. have been completely randomized!
|
||||
|
||||
*****What’s been Randomized?*****
|
||||
Starter Pokemon
|
||||
Wild Pokemon
|
||||
Trainer’s parties
|
||||
Pokemon Types/Moves/Abilities
|
||||
Evolutions
|
||||
Nuzlocke Rules (If you want to try)
|
||||
All Pokemon that you catch must be nicknamed.
|
||||
Only the first Pokemon you encounter on a new route or area can be caught.
|
||||
If a Pokemon passes out, it is considered dead and cannot be used again.
|
||||
Features
|
||||
Randomized (Starters, Wild Pokemon, Trainer Pokemon, Types, Moves etc)
|
||||
Around 60 Gen 7 Pokémon
|
||||
All Alola forms
|
||||
Contains Pokémon from Gen 1 to 7 (not all!)
|
||||
Fairy type
|
||||
PSS Split
|
||||
Mega Evolution with mega stones
|
||||
Link Cable item for trade evolutions
|
||||
All Eevee evolutions
|
||||
Day and Night system
|
||||
Increased shiny rate
|
||||
|
||||
|
||||
[Download Here](<https://www.mediafire.com/file/4sudlt7e4d4insl/Moon+Emerald+Extreme+Randomizer+(Pok%C3%A9Harbor).zip/file/>)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/4sudlt7e4d4insl/Moon+Emerald+Extreme+Randomizer+
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `Moon Emerald Extreme Randomizer (PokéHarbor).zip` (console/gba)
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Mystery Dungeon: Explorers of Fortune",
|
||||
"slug": "Pok_mon_Mystery_Dungeon_Explorers_of_Fortune",
|
||||
"kind": "console",
|
||||
"platform": "nds",
|
||||
"artifact": "PMD - Explorers of Fortune.nds",
|
||||
"guides": [
|
||||
"Changes.txt"
|
||||
],
|
||||
"art": [
|
||||
"ExplorersofFortune-a8d8a5d8cc5a4c42.png"
|
||||
],
|
||||
"links": [
|
||||
"https://mega.nz/folder/AZlymIxL#Hhmw1Orl3snN5PTY3JnUSw"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
---
|
||||
title: Pokémon Mystery Dungeon: Explorers of Fortune
|
||||
platform: nds
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Mystery Dungeon: Explorers of Fortune
|
||||
|
||||
![[ExplorersofFortune-a8d8a5d8cc5a4c42.png]]
|
||||
|
||||
## Description
|
||||
|
||||
**Creator**: WindchildWhimsy
|
||||
**Status**: Completed
|
||||
**Base ROM**: Explorers of Sky
|
||||
[Source Website](https://hacks.skytemple.org/h/fortune)
|
||||
[Cheat Codes](https://guidetonote.com/2022/01/pokemon-mystery-dungeon-explorers-of-sky-usa-cheat-codes.html)
|
||||
|
||||
## __ Description__
|
||||
> The goal of Explorers of Fortune is to add extra content and quality of life to Explorers of Sky as possible, while keeping the original's difficulty level and spirit! Sky was always a comfort game for me, so I didn't gel with similar hacks that focused more on difficulty. Thus I set out to create my own take on an expanded Sky, and I ended up very pleasantly surprised with the result! So without further ado...
|
||||
|
||||
## __Changes__
|
||||
- Over 200 new Pokemon.
|
||||
- Over 100 obtainable Shiny Pokemon.
|
||||
- 23 regional variants.
|
||||
- A massively expanded starter list.
|
||||
- Several new dungeons.
|
||||
- A handful of new NPCs.
|
||||
- Fairy type.
|
||||
- 10 new moves.
|
||||
- QoL features such as togglable complete team control, experience share, and move shortcuts.
|
||||
- Archen from Super Mystery Dungeon appears as a regular townsperson! He'll give you hints towards a lot of the new features.
|
||||
- Postgame, a Sableye will appear in town.
|
||||
- Repair Original Color Magearna over the course of the game! When she's back online, she'll join your team, and each day, she'll hide in a random spot in town. Find her, and she'll reward you!
|
||||
|
||||
And so much more!
|
||||
|
||||
**Download**
|
||||
:Download: [More Information](https://projectpokemon.org/home/applications/core/interface/file/attachment.php?id=59094&key=9348e61df37c0375a470dbe5eb792a7e)
|
||||
:Download: [Mega](https://mega.nz/folder/AZlymIxL#Hhmw1Orl3snN5PTY3JnUSw)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://mega.nz/folder/AZlymIxL#Hhmw1Orl3snN5PTY3JnUSw
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `PMD - Explorers of Fortune.nds` (console/nds)
|
||||
- **Guides / extras (1):**
|
||||
- `Changes.txt`
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Mystery Dungeon: Explorers of the Spirit",
|
||||
"slug": "Pok_mon_Mystery_Dungeon_Explorers_of_the_Spirit",
|
||||
"kind": "console",
|
||||
"platform": "nds",
|
||||
"artifact": "EotS-v1.01.nds",
|
||||
"guides": [
|
||||
"Explorers-of-the-Spirit-v1.01-Dungeon-Docs.pdf",
|
||||
"EotS-v1.01.zip"
|
||||
],
|
||||
"art": [
|
||||
"Pokemon-Mystery-Dungeon-Explorers-of-the-S-73f12a84ff0e5b1c.jpg"
|
||||
],
|
||||
"links": [
|
||||
"https://www.pokeharbor.com/wp-content/uploads/2025/11/Explorers-of-the-Spirit-v1.01-Dungeon-Docs.pdf",
|
||||
"https://www.mediafire.com/file/d6t7xgeq37d8zx4/EotS-v1.01.zip/file",
|
||||
"https://mega.nz/file/SdUQkZIJ#f0Eu05qwYGNz2ZEi3B0hH87p-P4gP5prTuhKfUMiVW0"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
---
|
||||
title: Pokémon Mystery Dungeon: Explorers of the Spirit
|
||||
platform: nds
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Mystery Dungeon: Explorers of the Spirit
|
||||
|
||||
![[Pokemon-Mystery-Dungeon-Explorers-of-the-S-73f12a84ff0e5b1c.jpg]]
|
||||
|
||||
## Description
|
||||
|
||||
**Pokémon Mystery Dungeon: Explorers of the Spirit** is an NDS ROM Hack by MaxSchersey based on Pokemon Mystery Dungeon: Explorers of Sky. It was last updated on May 6, 2022.
|
||||
|
||||
**Description:**
|
||||
What is the spirit?
|
||||
|
||||
Experience a new, full-length story about our familiar comforts and uncomfortable changes.
|
||||
|
||||
Features newly redesigned dungeons, an expansive cast of characters, and about a million other things that we don’t want to spoil.
|
||||
|
||||
|
||||
**Features:**
|
||||
- A new story about our familiar comforts and uncomfortable changes
|
||||
- An expansive cast of characters
|
||||
- End/Irdkwia’s move shortcuts patch and starter selection patch
|
||||
- Unique dungeon design
|
||||
- A slightly increased level curve relative to Explorers of Sky. All testing for this hack was done with no grinding without any usage of gummis/the cafe, TMs, or the shop. However, all of these tools, are still available for those that wish to use them. This is NOT a Kaizo hack.
|
||||
- Exp gain from dungeon mons has also been normalized on its own.
|
||||
- Monotype dungeons – All types present in Explorers of Sky have their own themed dungeon present during the main story
|
||||
- All traps and random monster house are GONE!
|
||||
- Failing out of a dungeon no longer removes items or Poke from your inventory!
|
||||
- About a million other things that we don’t want to spoil.
|
||||
|
||||
**More informations**
|
||||
[Dungeon docs](https://www.pokeharbor.com/wp-content/uploads/2025/11/Explorers-of-the-Spirit-v1.01-Dungeon-Docs.pdf)
|
||||
|
||||
**Download**
|
||||
:Download: [Mediafire](https://www.mediafire.com/file/d6t7xgeq37d8zx4/EotS-v1.01.zip/file)
|
||||
:Download: [Mega](https://mega.nz/file/SdUQkZIJ#f0Eu05qwYGNz2ZEi3B0hH87p-P4gP5prTuhKfUMiVW0)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.pokeharbor.com/wp-content/uploads/2025/11/Explorers-of-the-Spirit-v1.01-Dungeon-Docs.pdf
|
||||
- https://www.mediafire.com/file/d6t7xgeq37d8zx4/EotS-v1.01.zip/file
|
||||
- https://mega.nz/file/SdUQkZIJ#f0Eu05qwYGNz2ZEi3B0hH87p-P4gP5prTuhKfUMiVW0
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `EotS-v1.01.nds` (console/nds)
|
||||
- **Guides / extras (2):**
|
||||
- `EotS-v1.01.zip`
|
||||
- `Explorers-of-the-Spirit-v1.01-Dungeon-Docs.pdf`
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon Mystery Mail: Blooming Chaos",
|
||||
"slug": "Pok_mon_Mystery_Mail_Blooming_Chaos",
|
||||
"kind": "console",
|
||||
"platform": "nds",
|
||||
"artifact": "Pokemon Mystery Mail Blooming Chaos.zip",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"Pokemon-Mystery-Mail-Blooming-Chaos-1-1-0dd725d101eaf278.png"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/lqm7aeepk1r9jma/Pokemon+Mystery+Mail+Blooming+Chaos.zip/file",
|
||||
"https://drive.google.com/file/d/1XjObsCLo5CPHompAV-pDUXILhLCr0EsF/view"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
---
|
||||
title: Pokémon Mystery Mail: Blooming Chaos
|
||||
platform: nds
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon Mystery Mail: Blooming Chaos
|
||||
|
||||
![[Pokemon-Mystery-Mail-Blooming-Chaos-1-1-0dd725d101eaf278.png]]
|
||||
|
||||
## Description
|
||||
|
||||
**Pokémon Mystery Mail: Blooming Chaos** is an NDS ROM Hack by Stolen Burrito, Adex, and Groovy based on Pokemon Mystery Dungeon. It was last updated on November 12, 2022.
|
||||
|
||||
**Description**
|
||||
Our very first public event in which our two Shaymin protagonists, Lily and Tulip, set out on a journey to get away from the village! Unfortunately, they run into the Dying Guild. Where will they go from here?!
|
||||
|
||||
**Download**
|
||||
:Download: [Mediafire](https://www.mediafire.com/file/lqm7aeepk1r9jma/Pokemon+Mystery+Mail+Blooming+Chaos.zip/file)
|
||||
:Download: [One Drive](https://onedrive.live.com/?authkey=%21AIPeB8eKG1kTPHA&id=65F48F421B14634F%21774&cid=65F48F421B14634F&parId=root&parQt=sharedby&o=OneUp)
|
||||
:Download: [Google Drive](https://drive.google.com/file/d/1XjObsCLo5CPHompAV-pDUXILhLCr0EsF/view)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/lqm7aeepk1r9jma/Pokemon+Mystery+Mail+Blooming+Chaos.zip/file
|
||||
- https://drive.google.com/file/d/1XjObsCLo5CPHompAV-pDUXILhLCr0EsF/view
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `Pokemon Mystery Mail Blooming Chaos.zip` (console/nds)
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Pok\u00e9mon National History Museum",
|
||||
"slug": "Pok_mon_National_History_Museum",
|
||||
"kind": "console",
|
||||
"platform": "gba",
|
||||
"artifact": "National History Museum (v1.0.1).zip",
|
||||
"guides": [],
|
||||
"art": [
|
||||
"FB_IMG_1709111765750-1-13530cd31a43c28a.jpg"
|
||||
],
|
||||
"links": [
|
||||
"https://www.mediafire.com/file/11ynhgydahriuoe/National+History+Museum+"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
title: Pokémon National History Museum
|
||||
platform: gba
|
||||
kind: console
|
||||
tags: [pokemon-romhack]
|
||||
---
|
||||
|
||||
# Pokémon National History Museum
|
||||
|
||||
![[FB_IMG_1709111765750-1-13530cd31a43c28a.jpg]]
|
||||
|
||||
## Description
|
||||
|
||||
**Creator:** wiz1989
|
||||
**Type:** GBA
|
||||
**Last Updated:** January 20, 2024
|
||||
|
||||
## Description
|
||||
> This is a mini-hack, meant to simulate an “escape room”!
|
||||
> “Do you have what it takes to make it past the superior trainers, come up with strategies, and progress through on your own or will you be beaten, crawling back to the Game Master for hints? It’s up to you, your skill and determination! There’s no mercy for the unskilled and uninspired! The concept is that you are stuck in the National History Museum’s third floor and need to make your way out.
|
||||
> All three floors have different exhibition concepts, being:
|
||||
> - 3 – Egyptian Room
|
||||
> - 2 – Jurassic/Fossil Room
|
||||
> - 1 – Ice Age Room”
|
||||
>
|
||||
> **Note:** Make sure to use mGBA emulator for playing the game. Other emulators can result in unexpected issues.
|
||||
|
||||
## Download
|
||||
:DownloadArrow: [Download link](https://www.mediafire.com/file/11ynhgydahriuoe/National+History+Museum+(v1.0.1).zip/file)
|
||||
|
||||
## Download links
|
||||
|
||||
- https://www.mediafire.com/file/11ynhgydahriuoe/National+History+Museum+
|
||||
|
||||
## Files
|
||||
|
||||
- **Artifact:** `National History Museum (v1.0.1).zip` (console/gba)
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user