Any romhackers itt?
I know literally jack shit about programming but I've been using a little program I got on pokecommunity that easily gives me some freedom to edit certain card values but unfortunately not the typing of each card or it's evolution stage. I'd like to be able to change a few things that are beyond what this tool can do, the first being changing Omanyte, Kabuto and Aerodactyl from Stage 1 to Basic Pokémon. From the disassembly
https://github.com/pret/poketcg/blob/master/src/data/cards.asm#L7027 I believe the goal would be to switch STAGE1 to BASIC right there which seems logic but I have no idea how to even begin editing code.
Any chance someone could walk me through the steps to go about it? The hope would be learning from that example and begin experimenting further on my own. I've downloaded Visual Studio Code but that's as far as I know how to go lol.