summaryrefslogtreecommitdiff
path: root/home/palettes.asm
AgeCommit message (Collapse)Author
2015-12-09underground switches, town mapPikalaxALT
2015-11-20Annotate battle tower text bugPikalaxALT
2015-11-16engine/pokegear.asmPikalaxALT
2015-11-13sprite engine; tileset constantsPikalaxALT
2015-11-12Map header labels, tileset constantsPikalaxALT
2015-11-09Some work on battle animationsPikalaxALT
2015-10-16Split up bank 2; other relabelingsPikalaxALT
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-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-20Named more specials, fixed a missing EOLPikalaxALT
2015-06-23Remove trailing newlines.IIMarckus
2015-02-10Blind wram labels part 4.yenatch
2014-02-01Use :: to export labels between objects.yenatch
This fixes the build.
2013-09-09rename common/ to home/yenatch