hundredrabbits / Donsol

Card game for the Famicom, written in 6502 assembly
http://donsol.100r.co
MIT License
114 stars 17 forks source link

Fix draw_card with type. #1

Closed bostelk closed 7 years ago

bostelk commented 7 years ago

Fix the lower bound on draw_card when the deck is not shuffled. Otherwise it's possible to draw an incorrect type.

neauoire commented 7 years ago

wow, thanks for the PRs hahah. This is still very much a work in progress. This saved me a bit of time! You're the best bostelk.