summaryrefslogtreecommitdiff
path: root/engine/hidden_object_functions7.asm
AgeCommit message (Collapse)Author
2020-07-02Add subdirectories to engine/ similar to pokecrystalRangi
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
2019-01-01Rename map files, labels, and constants to be consistent and work with ↵Rangi
Polished Map
2016-07-27Redo audio header macrodannye
2016-07-18Merge branch 'master' of https://github.com/pret/pokereddannye
2016-07-18Clean up text commandsdannye
2016-06-12sync engine code with pokeyellowYamaArashi
2016-06-11remove address commentsYamaArashi
2016-01-27Fix logically incorrect labeldannye
2016-01-03Fix game time labelsPikalaxALT
2015-08-30No more W_dannye
2015-08-29documented flags and misc. fixesYamaArashi
2015-08-11More joypad constantsdannye
2015-08-08commented audio codeYamaArashi
2015-08-07named CountSetBits output variableYamaArashi
2015-07-25yet more namingYamaArashi
2015-07-24named animation functions/variablesYamaArashi
2015-07-23fixed hram aliases and named wram varYamaArashi
2015-07-22Merge pull request #107 from YamaArashi/masterDaniel Harding
enumerate events
2015-07-22Rename sound effect filesdannye
2015-07-21named more constantsYamaArashi
2015-07-21named most of the used eventsYamaArashi
2015-07-20enumerate eventsYamaArashi
2015-07-19constants for flag actionsYamaArashi
2015-07-19namingYamaArashi
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-18miscYamaArashi
2015-07-18A few missed TX_ASMdannye
2015-07-18Consolidate coord macrosdannye
2015-07-16Fix Safari Zone check labelsdannye
2015-07-14Use more *Coorddannye
also town map code relabelling YamaArashi just did town map relabelling but oh well I aleady made the changes and don't feel like redoing it
2015-07-04Start using text predef macrosdannye
also sprite direction constants
2015-07-03TX_ASMU-Daniel-PC\Daniel
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-07Pick off some more static map ids.yenatch
2014-09-14Commented/labelled misc functionsYamaArashi
2014-09-13Commented more sprite and map codeYamaArashi
2014-09-09Labelled and commented mostly sprite-related thingsYamaArashi
2014-06-16Use macros for predef calls/jumps instead of static ids.yenatch
2014-06-16Remove generated "indirect jump" comments.yenatch
The destination is obvious when using the predef macro.
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-25Rename joypad registers.yenatch
2014-05-25Clean up some bank 3 functions and rename flag action functions.yenatch
2014-05-22Pull a lot of engine out of main.asmU-Fish-PC\Daniel