pret / poketcg

Disassembly of Pokémon TCG
258 stars 88 forks source link

Add assert to tables and deck lists #126

Closed ElectroDeoxys closed 1 year ago

ElectroDeoxys commented 1 year ago

Corrected the unnecessary duel_list_start. NUM_VALID_DECKS now is equal to const_value so that it is 2 difference from NUM_DECK_IDS (couldn't use NUM_DECKS as the name as that constant name is reserved for the number of decks that the player can hold).