aboutsummaryrefslogtreecommitdiff
path: root/console.s
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-02-23 06:55:02 -0500
committerB. Watson <yalhcru@gmail.com>2016-02-23 06:55:02 -0500
commite9736c53375784e3b4910ae3419da9bd04c119cd (patch)
treefa73f6b0ed73f7ec2fe2cf72e28d8b1657cb3e31 /console.s
parent271b13a93f6950aa93ac13669f2f7a3ba403c316 (diff)
downloadtaipan-e9736c53375784e3b4910ae3419da9bd04c119cd.tar.gz
waste half the night trying to figure out weird interaction between axe and fenders
Diffstat (limited to 'console.s')
-rw-r--r--console.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/console.s b/console.s
index cd113ff..1122722 100644
--- a/console.s
+++ b/console.s
@@ -35,8 +35,8 @@ _clr_screen: ; same as gotoxy(0,0); clrtobot();
_clrtobot: ; same as clrtoline(24);
lda #24
- bne _clrtoline
- ;.byte $2c ; for some reason, this breaks fenders. TODO: investigate
+ ;bne _clrtoline ; we'd have had to do this if ROWCRS weren't zero-page.
+ .byte $2c ; see bit trick explanation below, if you don't recognize this.
_clrtoeol:
lda ROWCRS