mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 22:07:49 +00:00
Deprecate treating strings as numbers (#1780)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
charmap "A", 1
|
||||
SECTION "sec", ROM0[0]
|
||||
DEF _A_ EQU "A"
|
||||
DEF _A_ EQU 'A'
|
||||
db _A_
|
||||
|
||||
Reference in New Issue
Block a user