summaryrefslogtreecommitdiff
path: root/engine/credits.asm
AgeCommit message (Collapse)Author
2015-01-01More labels in code and some mobile datatracking.yenatch
2014-12-29Use "- $ff00" instead of "& $ff" when dealing with hram.yenatch
2014-12-03Use the "next" directive in the credits.yenatch
2014-07-19Remove generated "jump sources" comments.yenatch
2014-06-04Use {hl,de,bc}coord macros wherever possible.yenatch
2014-04-02Fix image extensions in gfx/{credits,misc}.yenatch
2014-02-05Move includes into object bases instead of their version wrappers.yenatch
2014-02-01Use :: to export labels between objects.yenatch
This fixes the build.
2013-11-29rename a credit constant to avoid conflictsyenatch
2013-11-28more credits cleanupyenatch
2013-11-24move more credits asm into engine/credits.asmyenatch
2013-11-24more credits labels and theend graphicyenatch
2013-10-25Merge commit '789469c' into merge-mrwintyenatch
Conflicts: main.asm
2013-10-08rename 'StartMusic' to 'PlayMusic'yenatch
2013-10-02* make jumps and calls use labelsMr Wint
2013-10-01* extracted and added a bunch of assemblyMr Wint
2013-06-17move miscellaneous asm into engine/yenatch