Fixed some minor issues

Started work on Straight Stairs
This commit is contained in:
aerinon
2020-04-01 12:48:04 -06:00
parent c968621ba3
commit 01bff51707
13 changed files with 294 additions and 425 deletions

View File

@@ -1,7 +1,8 @@
RecordStairType: {
sta $a0
lda $0e : sta $045e
lda $063d, x
pha : lda DRMode : beq +
lda $0e : sta $045e : pla : bra .end
+ pla : sta $a0
.end lda $063d, x
rtl
}