summaryrefslogtreecommitdiff
path: root/macros/data.asm
AgeCommit message (Expand)Author
2021-11-23Use compound assignment operatorsRangi
2021-05-30Move the dbbw, dbww, and dbwww macros to legacyRangi
2021-04-19Use rgbds 0.5.0Rangi
2020-10-26Use more assertions to ensure correct code and dataRangi
2020-05-07Clean up some percentage valuesRangi
2020-04-04Move, comment, and simplify some macro definitionsRangi
2020-04-04Upgrade to rgbds 0.4.0Rangi
2020-03-21rgbds supports 'X - 1' instead of 'X + -1'Rangi
2018-11-21Use ANIM_GFX constants for battle animationsmid-kid
2018-09-09Use existing bigdw macroRangi
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-02-03Macro factors out sine code, just like sine data, since it's used 5 timesRangi
2018-02-03Use fixed-point DIV function for a generalized sine_wave table macroRangi
2018-02-03can't achieve this with rgbds 0.3.5Rangi
2018-02-02use "x + -1" not "x +- 1"Rangi
2018-02-02sine_wave macro parameterizes table size, not frequency ("amplitude" was an i...Rangi
2018-02-02Legacy support macrosRangi
2018-01-13menu_coords macro for (x1, y1, x2, y2) order (see issue #440)Remy Oukaour
2018-01-02dsprite always has 6 argumentsRemy Oukaour
2017-12-28endm -> ENDMxCrystal
2017-12-25Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...Remy Oukaour
2017-12-14Reorganize macrosRemy Oukaour