aboutsummaryrefslogtreecommitdiff
path: root/draw_lorcha.s
diff options
context:
space:
mode:
Diffstat (limited to 'draw_lorcha.s')
-rw-r--r--draw_lorcha.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/draw_lorcha.s b/draw_lorcha.s
index ae82bd2..3cd56ec 100644
--- a/draw_lorcha.s
+++ b/draw_lorcha.s
@@ -9,6 +9,7 @@
; libsrc/atari/mul40.s, which is getting linked anyway
; because conio uses it.
+ .rodata
; offset from start of screen for each ship position (0-9)
lorcha_pos_lo:
.byte <320, <328, <336, <344, <352
@@ -42,6 +43,12 @@ lorcha_data:
damaged_data:
.incbin "DAMAGED.DAT"
+ .ifdef CART_TARGET
+ .segment "HIGHCODE"
+ .else
+ .code
+ .endif
+
; void __fastcall__ flash_lorcha(int which);
_flash_lorcha:
ldx #$80