summaryrefslogtreecommitdiff
path: root/engine/overworld/elevator.asm
AgeCommit message (Collapse)Author
2020-11-14Fix file modesdannye
2020-07-07Use HIGH() and LOW()Rangi
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi
2020-07-03Organize macros/ like pokecrystalRangi
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
2020-06-27Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
2019-07-27Update audio macro namesdannye
change audio channel numbers from 0-7 back to 1-8 change all note macros back to single note macro todo: fix comments with old macro names, update noise macros/instrument names
2016-07-27Redo audio header macrodannye
2016-06-12sync engine code with pokeyellowYamaArashi
2016-06-11remove address commentsYamaArashi
2015-08-08commented audio codeYamaArashi
2015-07-22Rename sound effect filesdannye
2015-07-19Merge branch 'master' of https://github.com/YamaArashi/pokereddannye
Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm
2015-07-19Name sound effectsdannye
2015-07-18small changesYamaArashi
2015-07-03Rename/organize part 1 of 4U-Daniel-PC\Daniel
rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
2015-02-07serial/trade/miscYamaArashi
2014-09-14Commented/labelled misc functionsYamaArashi
2014-09-09Labelled and commented mostly sprite-related thingsYamaArashi
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-22Pull a lot of engine out of main.asmU-Fish-PC\Daniel