summaryrefslogtreecommitdiff
path: root/engine/spawn_points.asm
AgeCommit message (Collapse)Author
2015-07-20Fix unnecessary white space and retire add_n_timesPikalaxALT
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-07-13Replace EVENT_ALWAYS_THERE with -1PikalaxALT
2015-02-11Split out spawn points.yenatch