>>51273241Lol actually my question was in regards to the code side of things. I don't really want to hack any mainline game hence my question being so vague.
I'm interested in the Pokémon Trading Card Game on the GBC. I've been using a little program I got on pokecommunity that easily gives me a lot of freedom to edit card values but unfortunately not the typing of each card or it's evolution stage. I asked at the end of the other thread if it would be easy to edit the typing of certain cards and change Omanyte, Kabuto and Aerodactyl from Stage 1 to Basic Pokémon. Some nice anon directed me towards this
https://github.com/pret/poketcg/blob/master/src/data/cards.asm#L7027 saying I should switch STAGE1 to BASIC which seems logic but I have no idea how to even edit this or apply it to my rom which is why I was asking for a more general for dummies guide to see if I can grasp the basics to be able to do stuff like this.
Eventually I would also like to be able to edit the decks of the ingame trainers, remove certain cards from play entirely and certain pokepowers that unlike other moves seem to be hardcoded to the card itself instead of programmed like normal moves that can be easily switched around between cards with the tool I mentioned but again, as of now I'm lost.