aboutsummaryrefslogtreecommitdiffstats
path: root/engine/items (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion2015-10-251-1/+1
| | | | | | | | | | | | functions, other misc functions" This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b.
* | data/facing.asm, titlescreen functions, oam/sprite related functions, other ↵luckytyphlosion2015-10-241-1/+1
| | | | | | | | | | | | misc functions Also rename pcm-related functions.
* | Complete documentation of bank3luckytyphlosion2015-10-181-11/+11
| | | | | | | | | | Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
* | More bank3 documentationluckytyphlosion2015-10-171-1/+1
| | | | | | | | Also misc. documentation in bank3c and bank3f
* | Fix build errorsPikalaxALT2015-10-111-3/+3
| |
* | wram label renaming for pika happinessPikalaxALT2015-10-111-11/+11
| |
* | engine/items/items.asmluckytyphlosion2015-10-111-254/+458
| |
* | Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-304-288/+276
|\| | | | | | | Doesn't build.
| * 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
| |/
| * A few missed TX_ASMdannye2015-07-181-1/+1
| |
| * Consolidate coord macrosdannye2015-07-181-3/+3
| |
| * fix variable namingYamaArashi2015-07-182-7/+6
| |
| * menu stuffYamaArashi2015-07-151-11/+11
| |
| * named wram variablesYamaArashi2015-07-141-16/+16
| |
| * player animations, emotion bubbles, etc.YamaArashi2015-07-141-2/+2
| |
| * Comment naming screendannye2015-07-141-2/+2
| | | | | | | | also use more joypad constants
| * named party menu/naming screen wram variablesYamaArashi2015-07-131-23/+23
| |
| * named wram variablesYamaArashi2015-07-121-11/+11
| |
| * Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-033-65/+65
| | | | | | | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
* | Bank3d addresses and fixes.luckytyphlosion2015-07-071-1/+1
| | | | | | | | | | Also documentation of new super rod code and slight more documentation of multiply_divide.asm
* | Complete documentation of bank3dluckytyphlosion2015-07-061-1/+1
| | | | | | | | | | todo: label functions past engine/items/tm_prices.asm check if hlCoords are correct.
* | Fix EOL to LF to make push requests more doable.luckytyphlosion2015-06-051-2872/+2872
| |
* | Completed home/overworld.asm with other related functionsluckytyphlosion2015-05-171-2868/+2872
|/
* Label some attack animation functionsxCrystal2015-03-311-1/+1
|
* Some wram constantsxCrystal2015-03-311-1/+1
|
* Low health alarm documentationU-Daniel-PC\Daniel2015-03-121-2/+2
| | | | RenaKunisaki