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 (
Collapse
)
Author
2021-11-23
Use compound assignment operators
Rangi
2021-05-30
Move the dbbw, dbww, and dbwww macros to legacy
Rangi
2021-04-19
Use rgbds 0.5.0
Rangi
2020-10-26
Use more assertions to ensure correct code and data
Rangi
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
- fail for rgbds < 0.4.0 - `rst <Label>` - `ds <count>, <byte>` - `shift <N>` - ASCII "\r" - Sorted .sym file
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
(TODO: use "x - 1" once rgbds allows it)
2018-02-02
sine_wave macro parameterizes table size, not frequency ("amplitude" was an ↵
Rangi
incorrect comment)
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 % ↵
Remy Oukaour
$100` or `X >> 8` and `X & $ff`
2017-12-14
Reorganize macros
Remy Oukaour