summaryrefslogtreecommitdiff
path: root/home.asm
AgeCommit message (Collapse)Author
2014-06-16Remove generated "indirect jump" comments.yenatch
The destination is obvious when using the predef macro.
2014-06-14Hall of Fame sram labels and related constants.yenatch
2014-06-14Use monster struct macros in wram. Rename related labels for consistency.yenatch
2014-05-31Split more code out of home.asm.yenatch
2014-05-31Use rgbasm -h to use halt without nops.yenatch
2014-05-31Clean up bg map and palette fade code in home.asm.yenatch
2014-05-30Split the text engine out of home.asm.yenatch
2014-05-30Recomment some copy/video functions in home.asm.yenatch
2014-05-30Split out joypad and overworld code from home.asm.yenatch
2014-05-29Use VRAM constants where applicable.yenatch
2014-05-27More wOAMBuffer references.yenatch
2014-05-26Remove most static wram addresses. Use labels instead.yenatch
For unknown addresses, use "w<address>". Label overleads are still an issue.
2014-05-25Label BCD math predefs.yenatch
2014-05-25Rename GetJoypadState -> Joypad.yenatch
2014-05-25Rename joypad registers.yenatch
2014-05-25Move bank 0 into home.asm.yenatch