aboutsummaryrefslogtreecommitdiff
path: root/newtitle.s
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-02-09 20:31:12 -0500
committerB. Watson <yalhcru@gmail.com>2016-02-09 20:31:12 -0500
commitce772f39231647cf7a5558d94f542f4ebcdc7025 (patch)
tree7b57875b1cf206f7d4230caa52c86f3e78944512 /newtitle.s
parentfdc8911c487236fe978e7f010b299ce98cc223aa (diff)
downloadtaipan-ce772f39231647cf7a5558d94f542f4ebcdc7025.tar.gz
cartridge version WIP. Not really usable yet.
Diffstat (limited to 'newtitle.s')
-rw-r--r--newtitle.s8
1 files changed, 4 insertions, 4 deletions
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