summaryrefslogtreecommitdiff
path: root/home/init.asm
AgeCommit message (Collapse)Author
2017-12-29Clean up changes in 3c6c80fxCrystal
2017-12-29LY_BLANK and rLCDC constantsxCrystal
2017-12-28Lowercase v for VRAM addressesxCrystal
2017-12-26Keep memory map values in hardware_constants.asmRemy Oukaour
2017-12-26Copy sram.asm's global start/end constants for wram.asm and vram.asmRemy Oukaour
2017-12-25Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % ↵Remy Oukaour
$100` or `X >> 8` and `X & $ff`
2017-12-24callba/callab → farcall/callfarRemy Oukaour
2017-12-09Further WRAM organizationRemy Oukaour
2016-05-19Comment on bug in ClearWRAMpikalaxalt
2016-05-10Labeled every function in ROM0 that's referenced in the sourcepikalaxalt
2016-05-05Mobile and more battle animspikalaxalt
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