mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-01 15:27:48 +00:00
Allow the bit/res/set bit index to be determined at link time (#1654)
This increments the object file revision number from 11 to 12 since it adds a new `RPN_BIT_INDEX` command.
This commit is contained in:
4
test/link/bit-res-set-bad.out
Normal file
4
test/link/bit-res-set-bad.out
Normal file
@@ -0,0 +1,4 @@
|
||||
error: bit-res-set-bad.asm(5): Value $ff00 is not a bit index
|
||||
error: bit-res-set-bad.asm(4): Value $8 is not a bit index
|
||||
error: bit-res-set-bad.asm(3): Value $ffffffff is not a bit index
|
||||
Linking failed with 3 errors
|
||||
Reference in New Issue
Block a user