hello cooper!

This commit is contained in:
cellos51
2025-06-23 19:03:37 -04:00
parent c06aad7b26
commit 167e0c6c1a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Balatro GBA
This was my attempt at recreating the game 'Balatro' as accuretly as I could including all of the visual effects that make Balatro feel satisfying to play.
This is my attempt to recreate the game 'Balatro' as accurately as possible, including all of the visual effects that make Balatro feel satisfying to play.
![Example](https://github.com/cellos51/balatro-gba/blob/main/example.gif)
+1 -1
View File
@@ -501,7 +501,7 @@ void card_update() // This whole function is currently pretty unoptimized due to
timer = 1;
played_selections = played_top + 1;
switch (hand_type) // select the cards that apply to the hand type
switch (hand_type) // select the cards that apply to the hand type (This whole thing has GOT to be reworked. it only works if the hand sort is by rank)
{
case NONE:
break;