Age | Commit message (Expand) | Author |
---|---|---|
2018-07-08 | Remove extra parentheses | Rangi |
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi |
2018-05-23 | Start improving sprite movement engine (to do: identify bit flags) | Rangi |
2018-05-06 | fix lb/ln and "left shift of negative value" warning | yenatch |
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-01-16 | Avoid "+- 1" at every maskbits | Remy Oukaour |
2018-01-14 | Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ... | Remy Oukaour |
2018-01-10 | Use maskbits more, and clarify its usage | Remy Oukaour |
2018-01-02 | No more mobile EQUS ret (replace with Stubbed_ + ret) | xCrystal |
2017-12-28 | endm -> ENDM | xCrystal |
2017-12-28 | Uppercase MACRO and EQU(S) according to the style guide | xCrystal |
2017-12-24 | callba/callab → farcall/callfar | Remy Oukaour |
2017-12-14 | Reorganize macros | Remy Oukaour |