Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.87 KB

README.md

File metadata and controls

56 lines (39 loc) · 1.87 KB

Pokemon TCG Hacks

This is a collection of all the hacks I've created using the pret disassembly of pokemon TCG. 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
    • 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

Other disassembly projects: