Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-03 | Macro factors out sine code, just like sine data, since it's used 5 times | Rangi | |
2018-02-03 | Use fixed-point DIV function for a generalized sine_wave table macro | Rangi | |
2018-02-03 | can't achieve this with rgbds 0.3.5 | Rangi | |
2018-02-02 | use "x + -1" not "x +- 1" | Rangi | |
(TODO: use "x - 1" once rgbds allows it) | |||
2018-02-02 | sine_wave macro parameterizes table size, not frequency ("amplitude" was an ↵ | Rangi | |
incorrect comment) | |||
2018-02-02 | Legacy support macros | Rangi | |
2018-01-13 | menu_coords macro for (x1, y1, x2, y2) order (see issue #440) | Remy Oukaour | |
2018-01-02 | dsprite always has 6 arguments | Remy Oukaour | |
2017-12-28 | endm -> ENDM | xCrystal | |
2017-12-25 | Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % ↵ | Remy Oukaour | |
$100` or `X >> 8` and `X & $ff` | |||
2017-12-14 | Reorganize macros | Remy Oukaour | |