diff options
-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 |