From 132cef82eef85b1012dd573552f0b477632dca1c Mon Sep 17 00:00:00 2001 From: Pecusx Date: Thu, 13 Apr 2023 12:09:46 +0200 Subject: [PATCH] The Mother of All Games --- scorch.xex | Bin 56376 -> 57348 bytes splash_v2/splash.asm | 21 ++++++++++++++------- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/scorch.xex b/scorch.xex index b31aed1125ed9d9fc927f609c8fd7095c2f35349..8ddeaa3338f41f5d790d57824c19b68d08f7e09e 100644 GIT binary patch delta 295 zcmdn7gSq7Z^M(rwjAffIDikttD>yNPI5M~}_?$`Hyi%EwW%2?Qj?J55elW{1K!8a` zDuZr*Nk(cBLw*{AVonZ&dSY&B@#Y2U>v;XoW=T$3$=Et=5yt`s1;gyQ440-f^qxt2 zcR%Zt!26a-EmIPfiX0XB@MmRW>*Tc>A+1vvakx$0pt-f-f|%R13v56wS*_E6&5(CS*%z4K8D}RboXuM4-OGMuC3COr1&B!%D;awEuB`mm%Xrx*cjDy7 zrttz2lio>AQjnN*R&tU@h64Mf%|T`hRYe1OIj;cKN?iaFVi#62^@?9u$u^lIre5x2 hmQP&vGp=V`Ky9xeT7hH&!y~50Ot#sZm&Q!42LMClcz6H+ delta 353 zcmXBMJxBs^9LDkUE=rB)2DNCAg9wV2rpTsy6(RfK*kayvCr!CTn>Ton!yn4KlNth( z6S_gVxFScFpoHQQiMFCZqQTB38XCH2`8?D2DYc1Ki?CfP&~+ZD0xm<1h8r3@8m1Yb z8OSrR&p?ZT7Y2eXEU~b`g2KWn3oZ-aEKnSzIN0Xkkb^b{?;MaktneW6u*ZYV!xImf z0P_N51lScAjK|Vu)>)qoj5s@s=0vd}4UrX4tMy}MbUsjrB=;%|6Vb_$|a`~_CZnPdO} diff --git a/splash_v2/splash.asm b/splash_v2/splash.asm index 23247f7..2e5a1c7 100644 --- a/splash_v2/splash.asm +++ b/splash_v2/splash.asm @@ -57,7 +57,12 @@ fnt .ds $0300 pmg SPRITES eif + +FontSplash + ins '../artwork/weapons_AW6_mod.fnt' ; 'artwork/weapons.fnt' +mother + dta d" The Mother of All Games " icl "lzss_player.asm" ; player (and data) for splash music main @@ -114,15 +119,15 @@ LOOP lda vcount ;synchronization for the first screen line raster_program_end - lda >fnt+$400*$00 + lda >FontSplash sta chbase c0 lda #$00 sta colbak c1 lda #$00 sta colpf0 -c2 lda #$00 +c2 lda #$02 sta colpf1 -c3 lda #$00 +c3 lda #$06 sta colpf2 c4 lda #$00 sta colpf3 @@ -236,10 +241,12 @@ byt3 brk :+8 dta $4e,a(:1+$1E00+#*40) :+4 dta $4e,a(:1+$1F40+#*40) :+4 dta $4e,a(:1+$1FF0+#*40) - :+8 dta $4e,a(:1+$2090+#*40) - :+8 dta $4e,a(:1+$21D0+#*40) - :+8 dta $4e,a(:1+$2310+#*40) - :+8 dta $4e,a(:1+$2450+#*40) +; :+8 dta $4e,a(:1+$2090+#*40) +; :+8 dta $4e,a(:1+$21D0+#*40) +; :+8 dta $4e,a(:1+$2310+#*40) +; :+8 dta $4e,a(:1+$2450+#*40) + dta $20 + dta $42,a(mother) dta $41,a(:2) .ENDM