mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

575
comptes actifs

#string

3 messages3 participants0 message aujourd’hui

RGBDS 0.9.2 released! It adds some new features, including more string functions in RGBASM and an excludable "background" color in RGBGFX; fixes some bugs (particularly with RGBGFX); and makes some things more convenient (like #string instead of needing "{string}").

github.com/gbdev/rgbds/release

GitHubRelease v0.9.2 · gbdev/rgbdsMay the 4th be with you! ⭐ 👾 Added New 0-indexed string functions (we plan to eventually deprecate the old 1-indexed ones): STRFIND and STRRFIND: like STRIN and STRRIN STRCHAR: like CHARSUB STRSL...