Recent content by otato

  1. otato

    Pokémon Spinoff: Pokemon TCG: Neo (V1.42 Update)

    I forked the repo and applied the patch for those having trouble doing it. Also gives a little better view at what changed. https://github.com/ButteredPotato/poketcg/commit/0589e76f2e00dcd3da1509ece8d90556a690ce1c
  2. otato

    Pokémon Spinoff: Pokemon TCG: Neo (V1.42 Update)

    It has to be applied to the base folder of the git repo via "git apply ducklett.patch". If you have changes already in the directory you may be colliding with those. The patch can be anywhere. It will still throw trailing whitespace warnings but again those can be ignored. It may be better for...
  3. otato

    Pokémon Spinoff: Pokemon TCG: Neo (V1.42 Update)

    Looks like the Makefile took an accidental paste over a filename when I was working on it and therefore the patch couldn't find the appropriate context to insert the change (oops!). I have fixed it and updated the patch, link below. It is worth noting that this patch technically breaks the...
  4. otato

    Pokémon Spinoff: Pokemon TCG: Neo (V1.42 Update)

    The trailing whitespace issues can be ignored. As for the makefile line issue, not sure why that line is kicking it but it seems to be across all my builds now too. At line ~106 in the makefile I inserted the line from the patch to make the rom build the .2bpp and .bin files for the .png...
  5. otato

    Pokémon Spinoff: Pokemon TCG: Neo (V1.42 Update)

    I hope this patch will find you some use, it's not for adding dark/steel, but instead for uncapping the card limit. It is usable by applying it to a checked out poketcg git repository (https://github.com/pret/poketcg). The command is something like "git apply ducklett.patch". This patch does a...
  6. otato

    Pokémon Spinoff: Pokemon TCG: Neo (V1.42 Update)

    https://gist.github.com/ButteredPotato/8835c96c791f2c47ad96f212dd5510fb 😘
Back
Top