mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 19:09:36 +00:00
Allow references to be overridden by constant symbols
RGBLINK is capable of handling it now. Though it'd be ideal for RGBASM to directly catch it. Fixes #496.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
SECTION "Test", ROM0[0]
|
||||
db CONSTANT
|
||||
|
||||
CONSTANT equ 42
|
||||
@@ -0,0 +1 @@
|
||||
*
|
||||
Reference in New Issue
Block a user