fix typo in last commit.
This commit is contained in:
parent
fddaa64187
commit
b0434c4938
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
.include "pixel.inc"
|
.include "pixel.inc"
|
||||||
|
|
||||||
|
|
||||||
fix_to_big_y_pos
|
fix_to_big_y_pos:
|
||||||
LDA #$C8
|
LDA #$C8
|
||||||
CMP Y_pos ;y_max = $C8
|
CMP Y_pos ;y_max = $C8
|
||||||
BCS fix_end
|
BCS fix_end
|
||||||
|
|
Loading…
Add table
Reference in a new issue