aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/hidden_items.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi2020-06-271-4/+4
| | | Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
* Merge branch 'master' of https://github.com/pret/pokereddannye2016-07-181-10/+10
|\
| * sync engine code with pokeyellowYamaArashi2016-06-121-10/+10
| |
* | Clean up text commandsdannye2016-07-181-2/+3
|/
* remove address commentsYamaArashi2016-06-111-7/+7
|
* No more W_dannye2015-08-301-1/+1
|
* named more variablesYamaArashi2015-08-121-1/+1
|
* clean up wram aliasesYamaArashi2015-07-231-2/+2
|
* constants for flag actionsYamaArashi2015-07-191-4/+4
|
* replace uses of minus oneYamaArashi2015-07-191-1/+1
|
* Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-191-22/+22
|\ | | | | | | | | | | Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm
| * miscYamaArashi2015-07-181-22/+22
| |
* | Name sound effectsdannye2015-07-191-1/+1
|/
* money / coins hram constantsYamaArashi2015-07-171-8/+8
|
* Start using text predef macrosdannye2015-07-041-4/+3
| | | | also sprite direction constants
* TX_ASMU-Daniel-PC\Daniel2015-07-031-1/+1
|
* Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-031-5/+4
| | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
* Clean up white space, fix label typoU-Daniel-PC\Daniel2015-01-221-1/+1
|
* Commented more sprite and map codeYamaArashi2014-09-131-2/+2
|
* Use macros for predef calls/jumps instead of static ids.yenatch2014-06-161-12/+6
|
* Remove most static wram addresses. Use labels instead.yenatch2014-05-261-19/+19
| | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue.
* Label BCD math predefs.yenatch2014-05-251-1/+1
|
* Pull a lot of engine out of main.asmU-Fish-PC\Daniel2014-05-221-0/+168