From ce772f39231647cf7a5558d94f542f4ebcdc7025 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 9 Feb 2016 20:31:12 -0500 Subject: cartridge version WIP. Not really usable yet. --- newtitle.s | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'newtitle.s') diff --git a/newtitle.s b/newtitle.s index 2919059..798320d 100644 --- a/newtitle.s +++ b/newtitle.s @@ -7,14 +7,14 @@ ; location sound code will look at to see whether sound ; is disabled (0 = enabled, !0 = disabled). If you ; change this here, change it in sounds.h also! -sound_disabled = $06ff +sound_disabled = $03c0 ; since we're changing the font and colors, we'll save the old ; ones here. If you change these, change them in taipan.c ; also. -fontsave = $06fc -color1save = $06fd -color2save = $06fe +fontsave = $03c1 +color1save = $03c2 +color2save = $003c3 ; where our screen was loaded (see newtitle.pl) ;screendata = $2400 -- cgit v1.2.3