summaryrefslogtreecommitdiff
path: root/macros/code.asm
AgeCommit message (Expand)Author
2021-11-23Use compound assignment operatorsRangi
2021-10-29Clarify documentation of maskbitsRangi
2020-12-09Require rgbds 0.4.2Rangi
2020-10-26Use more assertions to ensure correct code and dataRangi
2020-07-02Use STRCMP, not ==, to compare multi-character stringsRangi
2020-07-01Identify more labels, and use the jumptable macro when possibleRangi
2020-04-23Miscellaneous updates and correctionsRangi
2020-04-04Move, comment, and simplify some macro definitionsRangi
2018-07-08Remove extra parenthesesRangi
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-05-23Start improving sprite movement engine (to do: identify bit flags)Rangi
2018-05-06fix lb/ln and "left shift of negative value" warningyenatch
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-01-16Avoid "+- 1" at every maskbitsRemy Oukaour
2018-01-14Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...Remy Oukaour
2018-01-10Use maskbits more, and clarify its usageRemy Oukaour
2018-01-02No more mobile EQUS ret (replace with Stubbed_ + ret)xCrystal
2017-12-28endm -> ENDMxCrystal
2017-12-28Uppercase MACRO and EQU(S) according to the style guidexCrystal
2017-12-24callba/callab → farcall/callfarRemy Oukaour
2017-12-14Reorganize macrosRemy Oukaour