mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-04 00:37:47 +00:00
Implement STRRPL
Fixes #660 STRRPL(str, "", new) does nothing (warn about it with -Wempty-strrpl)
This commit is contained in:
4
test/asm/strrpl.err
Normal file
4
test/asm/strrpl.err
Normal file
@@ -0,0 +1,4 @@
|
||||
warning: strrpl.asm(4): [-Wempty-strrpl]
|
||||
STRRPL: Cannot replace an empty string
|
||||
warning: strrpl.asm(6): [-Wlong-string]
|
||||
STRRPL: String too long, got truncated
|
||||
Reference in New Issue
Block a user