Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robynllama/letsgogb
A Generation 1 Romhack that emulates GenVII Mechanics
https://github.com/robynllama/letsgogb
gameboy gameboy-color pokemon romhacking
Last synced: 2 months ago
JSON representation
A Generation 1 Romhack that emulates GenVII Mechanics
- Host: GitHub
- URL: https://github.com/robynllama/letsgogb
- Owner: RobynLlama
- Created: 2019-04-11T22:51:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T06:03:08.000Z (over 5 years ago)
- Last Synced: 2024-07-29T04:07:46.086Z (5 months ago)
- Topics: gameboy, gameboy-color, pokemon, romhacking
- Language: Assembly
- Homepage: https://crunchepillar.github.io/LetsgoGB/
- Size: 2.06 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lets Go GB
Crunchy modifications to Pokemon Red/Blue to change the battle mechanics to resemble Let's Go Evee/Pikachu (a little bit)
## References
* ASMSchool [LINK][asmschool]
* Z80 Heaven [LINK][z80heaven]
* OpCodes [LINK][devrs]## See also
* Disassembly of [**Pokemon 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 Ruby**][pokeruby]
* Disassembly of [**Pokémon Fire Red**][pokefirered]
* Disassembly of [**Pokémon Emerald**][pokeemerald][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
[pokeruby]: https://github.com/pret/pokeruby
[pokefirered]: https://github.com/pret/pokefirered
[pokeemerald]: https://github.com/pret/pokeemerald
[Discord]: https://discord.gg/cJxDDVP
[irc]: https://kiwiirc.com/client/irc.freenode.net/?#pret
[asmschool]:http://gameboy.mongenel.com/asmschool.html
[z80heaven]:http://z80-heaven.wikidot.com/
[devrs]:http://www.devrs.com/gb/files/opcodes.html