Rangi
|
73ea7c6326
|
Macro factors out sine code, just like sine data, since it's used 5 times
|
2018-02-03 21:11:55 -05:00 |
|
Rangi
|
b0d84c64a6
|
Use fixed-point DIV function for a generalized sine_wave table macro
|
2018-02-03 13:26:34 -05:00 |
|
Rangi
|
d11cac9e83
|
can't achieve this with rgbds 0.3.5
|
2018-02-03 01:55:22 -05:00 |
|
Rangi
|
e32e5212af
|
use "x + -1" not "x +- 1"
(TODO: use "x - 1" once rgbds allows it)
|
2018-02-02 22:55:38 -05:00 |
|
Rangi
|
45373ec601
|
sine_wave macro parameterizes table size, not frequency ("amplitude" was an incorrect comment)
|
2018-02-02 22:45:42 -05:00 |
|
Rangi
|
07fddb1803
|
Legacy support macros
|
2018-02-02 22:24:50 -05:00 |
|
Remy Oukaour
|
2ab60fa8a4
|
menu_coords macro for (x1, y1, x2, y2) order (see issue #440)
|
2018-01-13 16:38:14 -05:00 |
|
Remy Oukaour
|
01d994b8a3
|
dsprite always has 6 arguments
|
2018-01-02 18:06:56 -05:00 |
|
xCrystal
|
50fc9c3389
|
endm -> ENDM
|
2017-12-28 22:31:16 +01:00 |
|
Remy Oukaour
|
e34e68095d
|
Resolve #428: Use HIGH(X) and LOW(X) instead of X / $100 and X % $100 or X >> 8 and X & $ff
|
2017-12-25 14:23:16 -05:00 |
|
Remy Oukaour
|
e48a401290
|
Reorganize macros
|
2017-12-14 00:36:24 -05:00 |
|