mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-26 21:12:07 +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:
4
test/asm/ref-override.asm
Normal file
4
test/asm/ref-override.asm
Normal file
@@ -0,0 +1,4 @@
|
||||
SECTION "Test", ROM0[0]
|
||||
db CONSTANT
|
||||
|
||||
CONSTANT equ 42
|
||||
Reference in New Issue
Block a user