aboutsummaryrefslogtreecommitdiff
path: root/draw_lorcha.s
diff options
context:
space:
mode:
Diffstat (limited to 'draw_lorcha.s')
-rw-r--r--draw_lorcha.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/draw_lorcha.s b/draw_lorcha.s
index 2abd196..ae82bd2 100644
--- a/draw_lorcha.s
+++ b/draw_lorcha.s
@@ -28,6 +28,10 @@ lorcha_pos_hi:
lcount = $d8
which = $d9
+; clrtobot.s needs these:
+ .exportzp destptr
+ .export bump_destptr
+
; Our lorcha is a 7x7 block of ATASCII characters. We're storing
; directly to screen RAM, so we use 'internal' codes.
; To edit the graphics, see shipshape[] in convfont.c.