aboutsummaryrefslogtreecommitdiff
path: root/explosion.s
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-02-16 07:04:56 -0500
committerB. Watson <yalhcru@gmail.com>2016-02-16 07:04:56 -0500
commitb2f7604ac51db075201ea0aa40d002d3d5e7e071 (patch)
tree7836fa910955599688f5fde5cb3fed49c14416f9 /explosion.s
parent3a22a9af57b8b564301cd86e8e933eb1a22981ce (diff)
downloadtaipan-b2f7604ac51db075201ea0aa40d002d3d5e7e071.tar.gz
shrink code, 5599 bytes free, move some code so it runs straight from bank 3 in cartridge
Diffstat (limited to 'explosion.s')
-rw-r--r--explosion.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/explosion.s b/explosion.s
index 678e2c0..64747eb 100644
--- a/explosion.s
+++ b/explosion.s
@@ -32,6 +32,12 @@
.importzp tmp1, tmp2
.import _jsleep
+ .ifdef CART_TARGET
+ .segment "HIGHCODE"
+ .else
+ .code
+ .endif
+
; how many times the screen will appear to flash.
flashes = 3