index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
macros.asm
Age
Commit message (
Expand
)
Author
2015-01-27
Add a "mobile" directive for dummied-out mobile adapter functions.
yenatch
2015-01-20
Move around some more macros.
yenatch
2015-01-20
Start moving relevant macros into macros/text.asm.
yenatch
2015-01-20
Stop using the preprocessor.
yenatch
2015-01-01
More labels in code and some mobile datatracking.
yenatch
2014-08-14
Wrap macro arguments with parentheses.
yenatch
2014-06-16
Use a predef macro that takes labels instead of juggling constants.
yenatch
2014-06-10
Fix argument handling in *coord macros. Add a "percent" shortcut.
yenatch
2014-06-04
Remove the FuncCoord macro.
yenatch
2014-05-05
Use a macro for sine waves.
yenatch
2014-03-05
Text macros.
yenatch
2014-03-03
dbbw macro
yenatch
2014-02-24
Map macros because maps are bananas
yenatch
2014-02-03
Move remaining constants into constants/{misc,pokemon_data}_constants.asm
yenatch
2014-02-02
Move rst constants into macros.asm
yenatch
2013-12-28
audio: note duration from 0-15 to 1-16 to match pokered
yenatch
2013-11-27
constant enumeration
yenatch
2013-11-24
lb macro for fast double-register loads
yenatch
2013-11-07
rework note macro
yenatch
2013-09-03
split macros out from constants.asm into macros.asm
yenatch