mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 03:02:06 +00:00
Implement round, ceil, and floor math functions.
This commit is contained in:
@@ -267,6 +267,9 @@ struct sLexInitString staticstrings[] = {
|
||||
|
||||
{"bank", T_OP_BANK},
|
||||
|
||||
{"round", T_OP_ROUND},
|
||||
{"ceil", T_OP_CEIL},
|
||||
{"floor", T_OP_FLOOR},
|
||||
{"div", T_OP_FDIV},
|
||||
{"mul", T_OP_FMUL},
|
||||
{"sin", T_OP_SIN},
|
||||
|
||||
Reference in New Issue
Block a user