Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-25 | align spacing in previous | yenatch | |
2015-10-25 | Reorganize the makefile and remove yellow targets. | yenatch | |
2015-10-25 | Get rid of queues. | yenatch | |
For faster builds, use `make -j`. | |||
2015-09-09 | Use 'ds wWaterRate - @' to avoid manually declaring the wEnemyMon1 party struct | dannye | |
2015-09-07 | Merge branch 'master' of https://github.com/iimarckus/pokered | dannye | |
2015-09-06 | Merge pull request #117 from PikalaxALT/master | yenatch | |
Rewrite SetEvents and ResetEvents for unlimited number of events | |||
2015-09-04 | Rewrite SetEvents and ResetEvents for unlimited number of events | PikalaxALT | |
2015-08-30 | No more S_ | dannye | |
2015-08-30 | No more wram_constants.asm | dannye | |
unfortunately, this means manually declaring the wEnemyMon1 party struct | |||
2015-08-30 | No more W_ | dannye | |
2015-08-30 | Merge pull request #116 from YamaArashi/master | Daniel Harding | |
Misc changes | |||
2015-08-30 | replaced hardcoded values in ItemUseMedicine | YamaArashi | |
2015-08-30 | rename ItemUseBall labels | YamaArashi | |
2015-08-29 | use the new battle type constants | YamaArashi | |
2015-08-29 | commented pokeball function | YamaArashi | |
2015-08-29 | added constants for item capacity | YamaArashi | |
2015-08-29 | documented flags and misc. fixes | YamaArashi | |
2015-08-18 | Merge pull request #114 from YamaArashi/master | Daniel Harding | |
Commented SGB palettes and other things | |||
2015-08-14 | item name length constant | YamaArashi | |
2015-08-14 | add border constant and clear up misnomer | YamaArashi | |
2015-08-14 | named battle and learn move variables | YamaArashi | |
2015-08-13 | Named a test battle variable | YamaArashi | |
2015-08-13 | Remove irrelevant comment | YamaArashi | |
The comment has nothing to do with the variable. | |||
2015-08-12 | named more variables | YamaArashi | |
2015-08-12 | commented SGB palette stuff | YamaArashi | |
2015-08-10 | constants for IntroMoveMon | YamaArashi | |
2015-08-11 | More joypad constants | dannye | |
2015-08-10 | Replace hardcoded name lengths with NAME_LENGTH | dannye | |
2015-08-10 | Use better wram labels in sram | dannye | |
this way, sram doesn't have to refer to the actual content of wram | |||
2015-08-10 | No more $C8 | dannye | |
Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers | |||
2015-08-10 | Clean up data/evos_moves.asm | dannye | |
2015-08-10 | Use constants for elevator floors | dannye | |
2015-08-10 | Merge branch 'master' of https://github.com/YamaArashi/pokered | dannye | |
2015-08-09 | Replace some hardcoded data sizes | dannye | |
2015-08-08 | commented audio code | YamaArashi | |
2015-08-07 | fixed names | YamaArashi | |
2015-08-07 | named wram variables | YamaArashi | |
2015-08-07 | named CountSetBits output variable | YamaArashi | |
2015-08-06 | more info on the bide bug | YamaArashi | |
2015-08-05 | Use more lb | dannye | |
and other clean up | |||
2015-08-05 | Rename rod functions | dannye | |
2015-08-05 | Merge pull request #111 from YamaArashi/master | Daniel Harding | |
constants for PrintNumber | |||
2015-07-29 | constants for PrintNumber | YamaArashi | |
2015-07-28 | fix tmlearn | yenatch | |
2015-07-27 | Fix Yellow Electrode front pic | dannye | |
2015-07-27 | Merge branch 'master' of https://github.com/luckytyphlosion/pokered | dannye | |
2015-07-26 | Merge branch 'master' of https://github.com/xCrystal/pokered | dannye | |
2015-07-26 | More bugfixes. | luckytyphlosion | |
Fix some tm compatibility issues. | |||
2015-07-26 | Bugfixes. | luckytyphlosion | |
Fix some building issues and multiply_divide.asm | |||
2015-07-26 | tmlearn macro. | luckytyphlosion | |
Also multiple_divide documentation and fix improper wram comment. |