Update programs/games/solitare/solitare.asm
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 1m19s
Build system / Build (pull_request) Successful in 9m33s

This commit is contained in:
Max
2026-03-04 19:04:41 +00:00
parent 8f499f78d5
commit 88c24062b1

View File

@@ -8,8 +8,8 @@ use32
org 0x0
; --- EXTERNAL INCLUDES ---
include 'macros.inc'
include 'KOSfuncs.inc'
include '..\..\macros.inc'
include '..\..\KOSfuncs.inc'
; --- GAME CONSTANTS ---
CARD_W equ 50