Team symbol on the player name entry screen (difficulty level).

This commit is contained in:
Pecusx
2026-01-05 11:39:54 +01:00
parent e0008e1de1
commit 200ce4e57d
8 changed files with 14 additions and 4 deletions
+2 -2
View File
@@ -25,7 +25,7 @@
.ENDIF
;---------------------------------------------------
.ifndef SPLASH
.def SPLASH = 0 ; if 0 - no splash screens
.def SPLASH = 1 ; if 0 - no splash screens
.endif
.ifndef CART_VERSION
.def CART_VERSION = 0 ; if 1 - dual splash screen
@@ -41,7 +41,7 @@
;---------------------------------------------------
.macro build
dta d"1.55" ; number of this build (4 bytes)
dta d"1.56" ; number of this build (4 bytes)
.endm
.macro year
dta d"2026" ; year of this build (4 bytes)