mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-01-13 03:30:28 +00:00
Jump over debug support code, to avoid accidental problems when adding debugging.
This commit is contained in:
parent
6ee15e1d9a
commit
ea10bfcdae
@ -81,6 +81,11 @@
|
||||
jsr _waitKey
|
||||
}
|
||||
|
||||
; Debug code to support macros
|
||||
|
||||
jmp _afterDebug
|
||||
|
||||
; Fetch a byte pointed to by the first entry on the stack, and advance that entry.
|
||||
_getStackByte !zone {
|
||||
inc $101,x
|
||||
bne +
|
||||
@ -187,4 +192,6 @@ _waitKey: !zone {
|
||||
jsr iosave
|
||||
jsr rdkey
|
||||
jmp iorest
|
||||
}
|
||||
}
|
||||
|
||||
_afterDebug:
|
||||
|
Loading…
x
Reference in New Issue
Block a user