mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-26 04:52:08 +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