aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/hidden_objects.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi2020-06-271-2/+2
| | | Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
* remove address commentsYamaArashi2016-06-111-3/+3
|
* No more W_dannye2015-08-301-7/+7
|
* miscYamaArashi2015-07-181-5/+5
|
* Commented/labelled misc functionsYamaArashi2014-09-141-53/+57
|
* Commented more sprite and map codeYamaArashi2014-09-131-2/+2
|
* Remove most static wram addresses. Use labels instead.yenatch2014-05-261-20/+20
| | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue.
* Pull a lot of engine out of main.asmU-Fish-PC\Daniel2014-05-221-0/+129