diff options
author | B. Watson <yalhcru@gmail.com> | 2016-01-06 22:31:33 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2016-01-06 22:31:33 -0500 |
commit | b30b04329a49897b43bd472145c204d994b0db74 (patch) | |
tree | 46d9fb6ba0d09392bcd830aa98bf5dd172034558 | |
parent | e6ad2ef0c8083c603d014d4b37addb9b1bf98294 (diff) | |
download | taipan-b30b04329a49897b43bd472145c204d994b0db74.tar.gz |
fix title screen logic
-rw-r--r-- | newtitle.s | 1 | ||||
-rw-r--r-- | taipan.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -124,6 +124,7 @@ not_esc: dex bpl x_ok ldx #colorcount + bne x_ok not_b: cmp #45 ; T key @@ -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 |