summaryrefslogtreecommitdiff
path: root/pokecrystal.asm
AgeCommit message (Collapse)Author
2013-11-23forgot the new pokecrystal.asmyenatch
2013-11-20finally compile multiple objectsyenatch
pokecrystal.asm doesnt really make sense now so its gone add includes.asm so objects have a standard include set
2013-09-11include globals.asm in pokecrystal.asmyenatch
2013-09-11move wram constants into constants.asm; make all labels use :syenatch
any global constants will have to be separate from any one object there might be a better way to fix this, like pulling constants in preprocessor.py
2013-09-10move gbhw.asm and hram.asm to constants.asmyenatch
they're constants, so they have no business in pokecrystal.asm
2013-03-20Flesh out HRAM labelsyenatch
2013-02-22Add constants for hardware registersyenatch
2012-03-20Add code for the Extremespeed Dratini.IIMarckus
2012-03-04Add wild Pokémon data.IIMarckus
2012-03-04initial commitBryan Bishop