From da7b30612f2cac57da0ffe09d1d7c42e309d15f2 Mon Sep 17 00:00:00 2001 From: Dennis Date: Mon, 12 Jul 2021 21:10:32 +0200 Subject: More work on item related functions (#44) * decompile sub_8091290 * decompile sub_80912c8 * rename functions / struct field * more names * decompile 80913A0 * decompile GetItemMove * decompile sub_80913E0 * rename function * decompile CanSellItem function * rename inventory struct * add some item check functions * fix renaming stuff * this file shouldnt have been here * forgot merge conflict * decompile more item functions * rename some stuff * fix HM/TM naming * Update src/code_801AFA4.c Use enum value for USED_TM * Fix incorrect value * decompile sub_80915F4 * decompile HasGummiItem * decompiled another function and renamed stuff * decompile 2 smaller functions * more functions * more decompiling and renaming * redo change that was undone in the merge --- README.md | 78 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 39 insertions(+), 39 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 81b1762..efb33d4 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,39 @@ -# Pokémon Mystery Dungeon: Red Rescue Team - -[![build](https://github.com/pret/pmd-red/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/pret/pmd-red/actions/workflows/build.yml) - -This is a disassembly of Pokémon Mystery Dungeon: Red Rescue Team. - -It builds the following rom: - -* pmd_red.gba `sha1: 9f4cfc5b5f4859d17169a485462e977c7aac2b89` - -To set up the repository, see [INSTALL.md](INSTALL.md). - -## See also - -* Disassembly of [**Pokémon Red/Blue**][pokered] -* Disassembly of [**Pokémon Yellow**][pokeyellow] -* Disassembly of [**Pokémon Gold**][pokegold] -* Disassembly of [**Pokémon Crystal**][pokecrystal] -* Disassembly of [**Pokémon Pinball**][pokepinball] -* Disassembly of [**Pokémon TCG**][poketcg] -* Disassembly of [**Pokémon Fire Red**/**Leaf Green**][pokefirered] -* Disassembly of [**Pokémon Ruby/Sapphire**][pokeruby] -* Disassembly of [**Pokémon Emerald**][pokeemerald] -* Disassembly of [**Pokémon Diamond/Pearl**][pokediamond] -* Discord: [**pret**][Discord] -* irc: **irc.freenode.net** [**#pret**][irc] - -[pokered]: https://github.com/pret/pokered -[pokeyellow]: https://github.com/pret/pokeyellow -[pokegold]: https://github.com/pret/pokegold -[pokecrystal]: https://github.com/pret/pokecrystal -[pokepinball]: https://github.com/pret/pokepinball -[poketcg]: https://github.com/pret/poketcg -[pokefirered]: https://github.com/pret/pokefirered -[pokeruby]: https://github.com/pret/pokeruby -[pokeemerald]: https://github.com/pret/pokeemerald -[pokediamond]: https://github.com/pret/pokediamond -[Discord]: https://discord.gg/d5dubZ3 -[irc]: https://kiwiirc.com/client/irc.freenode.net/?#pret +# Pokémon Mystery Dungeon: Red Rescue Team + +[![build](https://github.com/pret/pmd-red/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/pret/pmd-red/actions/workflows/build.yml) + +This is a disassembly of Pokémon Mystery Dungeon: Red Rescue Team. + +It builds the following rom: + +* pmd_red.gba `sha1: 9f4cfc5b5f4859d17169a485462e977c7aac2b89` + +To set up the repository, see [INSTALL.md](INSTALL.md). + +## See also + +* Disassembly of [**Pokémon Red/Blue**][pokered] +* Disassembly of [**Pokémon Yellow**][pokeyellow] +* Disassembly of [**Pokémon Gold**][pokegold] +* Disassembly of [**Pokémon Crystal**][pokecrystal] +* Disassembly of [**Pokémon Pinball**][pokepinball] +* Disassembly of [**Pokémon TCG**][poketcg] +* Disassembly of [**Pokémon Fire Red**/**Leaf Green**][pokefirered] +* Disassembly of [**Pokémon Ruby/Sapphire**][pokeruby] +* Disassembly of [**Pokémon Emerald**][pokeemerald] +* Disassembly of [**Pokémon Diamond/Pearl**][pokediamond] +* Discord: [**pret**][Discord] +* irc: **irc.freenode.net** [**#pret**][irc] + +[pokered]: https://github.com/pret/pokered +[pokeyellow]: https://github.com/pret/pokeyellow +[pokegold]: https://github.com/pret/pokegold +[pokecrystal]: https://github.com/pret/pokecrystal +[pokepinball]: https://github.com/pret/pokepinball +[poketcg]: https://github.com/pret/poketcg +[pokefirered]: https://github.com/pret/pokefirered +[pokeruby]: https://github.com/pret/pokeruby +[pokeemerald]: https://github.com/pret/pokeemerald +[pokediamond]: https://github.com/pret/pokediamond +[Discord]: https://discord.gg/d5dubZ3 +[irc]: https://kiwiirc.com/client/irc.freenode.net/?#pret -- cgit v1.2.3