mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-21 16:01:52 +00:00
Implement READFILE function (#1759)
This commit is contained in:
5
test/asm/readfile.asm
Normal file
5
test/asm/readfile.asm
Normal file
@@ -0,0 +1,5 @@
|
||||
def s equs readfile("readfile.inc")
|
||||
println strupr(#s) ++ "!"
|
||||
|
||||
redef s equs readfile("readfile.inc", 5)
|
||||
println strrpl(#s, "l", "w") ++ "?"
|
||||
Reference in New Issue
Block a user