summaryrefslogtreecommitdiff
path: root/constants
AgeCommit message (Collapse)Author
2014-04-03Name the tilesets and give them constants.yenatch
Also clean up the tileset macro and remove placeholders/redundant files.
2014-03-30Use labels instead of static addresses in sound pointers.yenatch
Static address substraction would wreak havoc in other memory configurations.
2014-01-27Split wram.asm from poke{red,blue}.o into wram.oyenatch
wram.asm still defines some constants. They're moved into constants/wram_constants.asm.
2014-01-26added a couple of new moves constantsAdam AKA Coolboyman
2014-01-21define music constants instead of running around with ((label-$4000)/3)yenatch
2013-12-27Credits order INCBIN and more labeling.Marcus Huderle
2013-12-23Labeled Special Effect pointers and ids.Marcus Huderle
2013-12-11Clean up constantsU-Fish-PC\Daniel
2013-12-11Move slot machine constantsU-Fish-PC\Daniel
2013-12-11Disassemble Slot Machine and OthersU-Fish-PC\Daniel
2013-12-05split related constants into constants/yenatch