mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
rgbasm -r sets the maximum recursion depth (#1026)
Previously it set the minimum failure depth (off by one) Fixes #978
This commit is contained in:
@@ -6,7 +6,7 @@ OPT r ; Missing arg
|
||||
OPT r 2a ; Bad decimal
|
||||
|
||||
; Check that it has an effect
|
||||
OPT r 1
|
||||
OPT r 0
|
||||
MACRO m
|
||||
m
|
||||
ENDM
|
||||
|
||||
Reference in New Issue
Block a user