mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-17 07:31:19 +00:00
fix label placement
This commit is contained in:
parent
a85748c8af
commit
8ebfeab1d4
@ -503,7 +503,6 @@ ProDOS_savedY
|
|||||||
lda #0
|
lda #0
|
||||||
rts
|
rts
|
||||||
|
|
||||||
ProDOS_unit
|
|
||||||
!if * > $bf30 {
|
!if * > $bf30 {
|
||||||
!error "$BF30 misplaced (",*,")"
|
!error "$BF30 misplaced (",*,")"
|
||||||
} else {
|
} else {
|
||||||
@ -511,6 +510,7 @@ ProDOS_unit
|
|||||||
!fill $bf30-*
|
!fill $bf30-*
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
ProDOS_unit
|
||||||
!byte $d1
|
!byte $d1
|
||||||
|
|
||||||
ProDOS_fatal ;only for debugging, will be removed
|
ProDOS_fatal ;only for debugging, will be removed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user