diff options
Diffstat (limited to 'engine/games/card_flip.asm')
-rwxr-xr-x | engine/games/card_flip.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/games/card_flip.asm b/engine/games/card_flip.asm index 41c7e141..82faf692 100755 --- a/engine/games/card_flip.asm +++ b/engine/games/card_flip.asm @@ -7,7 +7,7 @@ CARDFLIP_DECK_SIZE EQU 4 * 6 Unknown_e0908: ; Graphics for an unused Game Corner ; game were meant to be here. -ret_e0908:: +ret_e0908: ret _CardFlip: @@ -495,7 +495,7 @@ CardFlip_UpdateCoinBalanceDisplay: CardFlip_PrintCoinBalance: hlcoord 9, 15 - ld bc, $0109 + lb bc, 1, 9 call Textbox hlcoord 10, 16 ld de, .CoinStr |