mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-08-15 06:27:24 +00:00
Jump over debug support code, to avoid accidental problems when adding debugging.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user