summaryrefslogtreecommitdiff
path: root/home
AgeCommit message (Collapse)Author
2014-06-16Fix a typo in home/vcopy.asm.yenatch
This must have happened when the file got split out of home.asm. Since it was the first character on the line, it was interpreted as a label.
2014-06-16Rename predef functions so they aren't excessive in length.yenatch
This is mostly because of an rgbasm bug that prevents macro arguments from exceeding 16 characters, but the names were bad anyway.
2014-06-14Use monster struct macros in wram. Rename related labels for consistency.yenatch
2014-06-10More music bank referencesU-Fish-PC\Daniel
Now the AUDIO constants in audio.asm can be edited freely
2014-06-09Clean up music bank referencesU-Fish-PC\Daniel
2014-05-31Split more code out of home.asm.yenatch
2014-05-30Split the text engine out of home.asm.yenatch
2014-05-30Split out joypad and overworld code from home.asm.yenatch