aboutsummaryrefslogtreecommitdiff
path: root/reloc.s
diff options
context:
space:
mode:
Diffstat (limited to 'reloc.s')
-rw-r--r--reloc.s4
1 files changed, 1 insertions, 3 deletions
diff --git a/reloc.s b/reloc.s
index 019679f..5e06056 100644
--- a/reloc.s
+++ b/reloc.s
@@ -165,9 +165,7 @@ move_loop:
bcc do_init
; fix up RUNAD
- lda RUNAD+1
- sec
- sbc offset_pages
+ sbc offset_pages ; carry already set by the cmp above
sta RUNAD+1
do_init: