summaryrefslogtreecommitdiff
path: root/trainers/attributes.asm
AgeCommit message (Collapse)Author
2017-12-14Split items/ and trainers/ into their data/ and engine/ componentsRemy Oukaour
Move some data into a pokemon/ subdirectory
2017-12-11Keep table labels in the same files as their contents.Remy Oukaour
2015-11-02No more NONEPikalaxALT
2015-10-24About time I got to these functionsPikalaxALT
2015-07-25Macro update, roam mon annotationsPikalaxALT
Updated map and mapgroup macros to get around an rgbds bug. Legendary beast locale handling annotated and relabeled. Added a new constant NUM_ENGINE_FLAGS for use in the EngineFlagAction function. This will make it easier for modders to add or remove engine flags.
2015-06-23Remove trailing newlines.IIMarckus
2014-08-13Better trainer AI comments and finish off trainer attributes.yenatch
2014-02-27Trainer class attributes.yenatch