index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
macros
/
code.asm
Age
Commit message (
Expand
)
Author
2021-11-23
Use compound assignment operators
Rangi
2021-10-29
Clarify documentation of maskbits
Rangi
2020-12-09
Require rgbds 0.4.2
Rangi
2020-10-26
Use more assertions to ensure correct code and data
Rangi
2020-07-02
Use STRCMP, not ==, to compare multi-character strings
Rangi
2020-07-01
Identify more labels, and use the jumptable macro when possible
Rangi
2020-04-23
Miscellaneous updates and corrections
Rangi
2020-04-04
Move, comment, and simplify some macro definitions
Rangi
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