From 6df6474fbf42f34ad435193f614f69ae30fdeebf Mon Sep 17 00:00:00 2001 From: GriffinR Date: Sat, 15 Jan 2022 12:17:09 -0500 Subject: [PATCH] Update README.md --- README.md | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49c9661..f9f5caa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,30 @@ -This repository builds the Berry Fix Program multiboot image which comes compressed within Pokemon FireRed, LeafGreen, and Emerald. +# Berry Fix -It builds the following image: +This is a decompilation of the "Berry Program" multiboot image which comes compressed within Pokémon FireRed, LeafGreen, and Emerald. It is a patch for the [berry glitch](https://bulbapedia.bulbagarden.net/wiki/Berry_glitch) that exists in Pokémon Ruby and Sapphire. - 2eb0a94a913bebfb4cb59ceb57f3f965da55ef6d berry_fix.gba +It builds the following ROM: + +* berry_fix.gba `sha1: 2eb0a94a913bebfb4cb59ceb57f3f965da55ef6d ` + + +## See also + +Other disassembly and/or decompilation projects: +* [**Pokémon Red and Blue**](https://github.com/pret/pokered) +* [**Pokémon Gold and Silver (Space World '97 demo)**](https://github.com/pret/pokegold-spaceworld) +* [**Pokémon Yellow**](https://github.com/pret/pokeyellow) +* [**Pokémon Trading Card Game**](https://github.com/pret/poketcg) +* [**Pokémon Pinball**](https://github.com/pret/pokepinball) +* [**Pokémon Stadium**](https://github.com/pret/pokestadium) +* [**Pokémon Gold and Silver**](https://github.com/pret/pokegold) +* [**Pokémon Crystal**](https://github.com/pret/pokecrystal) +* [**Pokémon Ruby and Sapphire**](https://github.com/pret/pokeruby) +* [**Pokémon Pinball: Ruby & Sapphire**](https://github.com/pret/pokepinballrs) +* [**Pokémon FireRed and LeafGreen**](https://github.com/pret/pokefirered) +* [**Pokémon Emerald**](https://github.com/pret/pokeemerald) +* [**Pokémon Mystery Dungeon: Red Rescue Team**](https://github.com/pret/pmd-red) + + +## Contacts + +You can find us on [Discord](https://discord.gg/d5dubZ3) and [IRC](https://web.libera.chat/?#pret).