summaryrefslogtreecommitdiff
path: root/home/init.asm
AgeCommit message (Collapse)Author
2016-04-10Local labels starting with capital letters are now decorated with a trailing ↵pikalaxalt
colon; remove trailing whitespace; globally correct line endings to UNIX style
2015-12-26Move effects; no more reloadmapmusic, returnafterbattlePikalaxALT
2015-11-11More splits; map setup labelsPikalaxALT
2015-11-06BATTLEACTION constantsPikalaxALT
2015-11-05Various labelsPikalaxALT
2015-10-19So very jumbPikalaxALT
2015-06-23Remove trailing newlines.IIMarckus
2015-02-10Blind wram labels part 4.yenatch
2014-06-16Use a predef macro that takes labels instead of juggling constants.yenatch
Besides making predefs convenient, naming a predef no longer requires adding or renaming a predef constant. This also lets predefs be rearranged at will.
2014-05-21Comment music functions in home.asm.yenatch
2014-02-01Use :: to export labels between objects.yenatch
This fixes the build.
2013-10-11fix labels for SoundRestart and UpdateSoundyenatch
2013-09-09rename common/ to home/yenatch