mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Implement CHARVAL function (#1701)
This commit is contained in:
@@ -259,6 +259,7 @@ static std::unordered_map<std::string, int, CaseInsensitive, CaseInsensitive> ke
|
||||
{"CHARLEN", T_(OP_CHARLEN) },
|
||||
{"CHARSIZE", T_(OP_CHARSIZE) },
|
||||
{"CHARSUB", T_(OP_CHARSUB) },
|
||||
{"CHARVAL", T_(OP_CHARVAL) },
|
||||
{"INCHARMAP", T_(OP_INCHARMAP) },
|
||||
{"REVCHAR", T_(OP_REVCHAR) },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user