summaryrefslogtreecommitdiff
path: root/macros/movement.asm
AgeCommit message (Collapse)Author
2017-12-14Reorganize macrosRemy Oukaour
2017-12-12Identify more sprite-related constantsRemy Oukaour
Start more documentation
2016-07-29Movement macro enums are now relativePikalaxALT
2016-05-14Unify directional movement macrospikalaxalt
2016-05-14Unify step_sleep macropikalaxalt
2016-04-10Alan's script pointers are now local references; movement_tree_shake for ↵pikalaxalt
sudowoodo on route 36
2016-03-01Battle animation annotationsPikalaxALT
2015-12-29More movement stuffPikalaxALT
2015-12-15Replaced SignpostItem with Hidden(ItemName)PikalaxALT
2015-12-15No more ItemFragmentPikalaxALT
2015-11-15Fix some movement macro/function namesPikalaxALT
2015-11-13Creation of constants for OBJECT_09 indicesPikalaxALT
2015-11-11More splits; map setup labelsPikalaxALT
2015-07-22Various annotationsPikalaxALT
Annotated the SGB functions in predef/sgb.asm, and some of the map scripts. Renamed several functions in home. Renamed six WRAM addresses corresponding to party icon animations, and renamed several others relative to these.
2015-07-18Trainer data structure and field move functionsPikalaxALT
Trainer data in map scripts is now a macro-defined structure. Field move functions in main.asm are now nearly completely annotated, with local references. Trailing white space deleted.
2015-07-15More enumeration of constants, more annotations of scripts.PikalaxALT
2015-06-23Remove trailing newlines.IIMarckus
2015-01-20Stop using the preprocessor.yenatch