mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 12:02:08 +00:00
Deprecate treating strings as numbers (#1780)
This commit is contained in:
@@ -21,6 +21,6 @@ MACRO mac2
|
||||
ENDM
|
||||
|
||||
newcharmap map2, main
|
||||
charmap "\0\n\t\r", "\t", "\r", "\0", "\n"
|
||||
charmap "\0\n\t\r", '\t', '\r', '\0', '\n'
|
||||
|
||||
REDEF string EQUS "goodbye~"
|
||||
|
||||
Reference in New Issue
Block a user