Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anmart/poketcg-hacks
Various minor romhacks of Pokemon TCG
https://github.com/anmart/poketcg-hacks
Last synced: about 1 month ago
JSON representation
Various minor romhacks of Pokemon TCG
- Host: GitHub
- URL: https://github.com/anmart/poketcg-hacks
- Owner: anmart
- Created: 2019-09-30T19:05:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-03T21:05:03.000Z (over 2 years ago)
- Last Synced: 2023-05-16T09:38:27.876Z (over 1 year ago)
- Language: Assembly
- Size: 7.08 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokemon TCG Hacks
This is a collection of all the hacks I've created using the pret disassembly of [pokemon TCG](https://github.com/pret/poketcg). This repo will fall behind pret's, only pulling when I want to work on a new hack.Every hack is set up as a branch of this repo, with _patch\__ as a prefix
## Included Hacks
* [Card Loss Challenge](https://github.com/anmart/poketcg-hacks/tree/patch_CardLossChallenge)
* First time trying custom menus!
* Removes cards from your deck after every battle and gives extra booster packs to make up for it## Below is a duplicate of the original README
### Pokémon TCG
This is a disassembly of Pokémon TCG.
It builds the following rom:
- Pokémon Trading Card Game (U) [C][!].gbc `sha1: 0f8670a583255cff3e5b7ca71b5d7454d928fc48`
To assemble, first download RGBDS (https://github.com/gbdev/rgbds/releases) and extract it to /usr/local/bin.
Run `make` in your shell.This will output a file named "poketcg.gbc".
### See Also
- **Discord:** [pret][discord]
- **IRC:** [libera#pret][irc]Other disassembly projects:
- [**Pokémon TCG 2**][poketcg2]
- [**Pokémon Red/Blue**][pokered]
- [**Pokémon Yellow**][pokeyellow]
- [**Pokémon Gold/Silver**][pokegold]
- [**Pokémon Crystal**][pokecrystal]
- [**Pokémon Pinball**][pokepinball]
- [**Pokémon Ruby**][pokeruby]
- [**Pokémon FireRed**][pokefirered]
- [**Pokémon Emerald**][pokeemerald][poketcg2]: https://github.com/pret/poketcg2
[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
[pokeruby]: https://github.com/pret/pokeruby
[pokefirered]: https://github.com/pret/pokefirered
[pokeemerald]: https://github.com/pret/pokeemerald
[discord]: https://discord.gg/d5dubZ3
[irc]: https://web.libera.chat/?#pret