aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-01-06 22:31:33 -0500
committerB. Watson <yalhcru@gmail.com>2016-01-06 22:31:33 -0500
commitb30b04329a49897b43bd472145c204d994b0db74 (patch)
tree46d9fb6ba0d09392bcd830aa98bf5dd172034558
parente6ad2ef0c8083c603d014d4b37addb9b1bf98294 (diff)
downloadtaipan-b30b04329a49897b43bd472145c204d994b0db74.tar.gz
fix title screen logic
-rw-r--r--newtitle.s1
-rw-r--r--taipan.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/newtitle.s b/newtitle.s
index dd15ff8..32f72a3 100644
--- a/newtitle.s
+++ b/newtitle.s
@@ -124,6 +124,7 @@ not_esc:
dex
bpl x_ok
ldx #colorcount
+ bne x_ok
not_b:
cmp #45 ; T key
diff --git a/taipan.c b/taipan.c
index 3c9ddee..3200ef2 100644
--- a/taipan.c
+++ b/taipan.c
@@ -9,7 +9,7 @@
/* define this for testing sea_battle(). it causes a pirate
attack every time you leave port. Don't leave defined for
a release!! */
-#define COMBAT_TEST
+// #define COMBAT_TEST
/* define this to show internals of damage calculation */
// #define DAMAGE_TEST