mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 03:02:06 +00:00
Do not limit strings to 255 characters
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
; Strings used to be truncated to 255 characters with a warning.
|
||||
|
||||
def num equ 42
|
||||
def fix equ 123.0
|
||||
def str equs "hello"
|
||||
|
||||
Reference in New Issue
Block a user