mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
Fix rgbasm -s not overriding a previous -s
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
DEF s EQUS "hello"
|
||||
DEF n EQU 42
|
||||
@@ -0,0 +1 @@
|
||||
warning: Overriding state file "-"
|
||||
@@ -0,0 +1 @@
|
||||
-s equs:- -s equ:-
|
||||
@@ -0,0 +1,4 @@
|
||||
; File generated by rgbasm
|
||||
|
||||
; Numeric constants
|
||||
def n equ $2a
|
||||
Reference in New Issue
Block a user