diff options
Diffstat (limited to 'newtitle.s')
| -rw-r--r-- | newtitle.s | 8 | 
1 files changed, 4 insertions, 4 deletions
@@ -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  | 
