summaryrefslogtreecommitdiff
path: root/engine/games/card_flip.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/games/card_flip.asm')
-rwxr-xr-xengine/games/card_flip.asm4
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