aboutsummaryrefslogtreecommitdiffstats
path: root/engine/items (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi2020-06-273-6/+6
| | | Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
* Move more tables from engine/ to data/Rangi2020-06-231-4/+1
| | | | This also splits the end of engine/battle/core.asm into engine/battle/effects.asm.
* Update audio macro namesdannye2019-07-271-3/+3
| | | | | | 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
* Rename map files, labels, and constants to be consistent and work with ↵Rangi2019-01-011-2/+2
| | | | Polished Map
* Use rgblink dmg modedannye2018-03-241-4/+4
|
* Add space between arguments in assembly instructions and remove redundant a ↵xCrystal2017-12-302-1204/+1204
| | | | in instructions like add a, x
* Uppercase battle status constantsxCrystal2017-12-301-6/+6
|
* Merge pull request #167 from Pokechu22/rgbds-0.3.3yenatch2017-09-291-1/+1
|\ | | | | Update for RGBDS 0.3.3
| * Replace deprecated mnemonics by the correct onesAntonio Niño Díaz2017-06-091-1/+1
| | | | | | | | | | | | | | The old mnemonics generate warnings with new versions of rgbds. This patch replaces them by the correct ones. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
* | Fix typos in commentsdannye2017-06-241-1/+1
|/
* Typo: SFX_POKEFLUE → SFX_POKEFLUTEdannye2017-05-081-2/+2
|
* split code out of main.asmYamaArashi2016-12-311-0/+150
|
* Replace unnecessary tabs with spacesdannye2016-07-271-2/+2
|
* Redo audio header macrodannye2016-07-271-3/+3
|
* Merge branch 'master' of https://github.com/pret/pokereddannye2016-07-181-1/+1
|\
| * sync tileset WRAM labelsYamaArashi2016-06-121-1/+1
| |
* | Clean up text commandsdannye2016-07-181-6/+8
|/
* remove address commentsYamaArashi2016-06-115-120/+120
|
* Remove hardcoded length values in items.asmMarcus Huderle2016-02-211-2/+2
|
* Fewer underscores in constantsdannye2015-12-141-3/+3
|
* No more W_dannye2015-08-303-75/+75
|
* replaced hardcoded values in ItemUseMedicineYamaArashi2015-08-301-22/+22
|
* rename ItemUseBall labelsYamaArashi2015-08-301-22/+17
|
* commented pokeball functionYamaArashi2015-08-291-93/+230
|
* documented flags and misc. fixesYamaArashi2015-08-291-1/+1
|
* named battle and learn move variablesYamaArashi2015-08-141-4/+4
|
* named more variablesYamaArashi2015-08-121-1/+1
|
* commented SGB palette stuffYamaArashi2015-08-121-6/+6
|
* Replace hardcoded name lengths with NAME_LENGTHdannye2015-08-101-10/+10
|
* Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-08-101-28/+23
|\
| * commented audio codeYamaArashi2015-08-081-4/+4
| |
| * named wram variablesYamaArashi2015-08-071-24/+19
| |
* | Replace some hardcoded data sizesdannye2015-08-091-4/+4
|/
* Use more lbdannye2015-08-051-16/+16
| | | | and other clean up
* Rename rod functionsdannye2015-08-051-6/+6
|
* Merge branch 'master' of https://github.com/xCrystal/pokereddannye2015-07-261-8/+8
|\
| * Use more wram labels and other constantsxCrystal2015-07-241-8/+8
| |
* | yet more namingYamaArashi2015-07-251-9/+9
| |
* | more naming variablesYamaArashi2015-07-241-5/+5
| |
* | named animation functions/variablesYamaArashi2015-07-241-1/+1
|/
* Merge pull request #107 from YamaArashi/masterDaniel Harding2015-07-221-12/+6
|\ | | | | enumerate events
| * named most of the used eventsYamaArashi2015-07-211-1/+1
| |
| * enumerate eventsYamaArashi2015-07-201-12/+6
| |
* | Rename sound effect filesdannye2015-07-221-1/+1
|/
* constants for flag actionsYamaArashi2015-07-193-9/+9
|
* namingYamaArashi2015-07-191-4/+4
|
* jpab/jpba macrosYamaArashi2015-07-191-3/+1
|
* Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-192-33/+35
|\ | | | | | | | | | | Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm
| * miscYamaArashi2015-07-182-33/+35
| |
* | Name sound effectsdannye2015-07-191-12/+12
|/