index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
macros
/
data.asm
Age
Commit message (
Expand
)
Author
2020-05-07
Clean up some percentage values
Rangi
2020-04-04
Move, comment, and simplify some macro definitions
Rangi
2020-04-04
Upgrade to rgbds 0.4.0
Rangi
2020-03-21
rgbds supports 'X - 1' instead of 'X + -1'
Rangi
2018-11-21
Use ANIM_GFX constants for battle animations
mid-kid
2018-09-09
Use existing bigdw macro
Rangi
2018-06-24
Fix triple newlines left over from removing address comments
Rangi
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-02-03
can't achieve this with rgbds 0.3.5
Rangi
2018-02-02
use "x + -1" not "x +- 1"
Rangi
2018-02-02
sine_wave macro parameterizes table size, not frequency ("amplitude" was an i...
Rangi
2018-02-02
Legacy support macros
Rangi
2018-01-13
menu_coords macro for (x1, y1, x2, y2) order (see issue #440)
Remy Oukaour
2018-01-02
dsprite always has 6 arguments
Remy Oukaour
2017-12-28
endm -> ENDM
xCrystal
2017-12-25
Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...
Remy Oukaour
2017-12-14
Reorganize macros
Remy Oukaour