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