| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Clean up script labels in marts and Pokémon Centers. | IIMarckus | 2016-04-08 | 55 | -352/+322 | |
| | | | | ||||||
| | * | | Clean up labels and trainer headers for overworld Pokémon. | IIMarckus | 2016-04-06 | 16 | -238/+237 | |
| | | | | ||||||
| | * | | Clean up more Yellow ifdefs. | IIMarckus | 2016-03-22 | 25 | -319/+15 | |
| | | | | ||||||
| | * | | Add a farcall alias. | yenatch | 2016-03-14 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | Remove hardcoded length values in items.asm | Marcus Huderle | 2016-02-21 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Remove hardcoded values for CopyData in battle core. | Marcus Huderle | 2016-02-20 | 1 | -4/+4 | |
| | | | | ||||||
| | * | | Bump extras so that pypng doesn't need to be installed. | yenatch | 2016-02-17 | 2 | -6/+1 | |
| | | | | ||||||
| | * | | Bump extras. | yenatch | 2016-02-17 | 1 | -0/+0 | |
| | | | | ||||||
| | * | | Use rgbasm -D in the makefile. | yenatch | 2016-02-17 | 18 | -80/+31 | |
| | | | | ||||||
| | * | | apt-cyg died again | yenatch | 2016-02-17 | 1 | -3/+2 | |
| | | | | ||||||
| | * | | Get rid of yellow ifdefs in wild Pokémon. | IIMarckus | 2016-02-12 | 59 | -1510/+360 | |
| | | | | ||||||
| | * | | Remove misleading (unreferenced) labels. | IIMarckus | 2016-01-30 | 151 | -153/+3 | |
| | | | | ||||||
| * | | | Split default names strings into separate lines to make it less unpleasant ↵ | pikalaxalt | 2016-05-13 | 1 | -6/+24 | |
| | | | | | | | | | | | | | to read | |||||
| * | | | Macrofy sprite status data in WRA0 | PikalaxALT | 2016-01-29 | 8 | -23/+102 | |
| |/ / | ||||||
| * | | Fix logically incorrect label | dannye | 2016-01-27 | 1 | -2/+3 | |
| | | | ||||||
| * | | fix typoes | YamaArashi | 2016-01-09 | 4 | -16/+16 | |
| | | | ||||||
| * | | Merge pull request #121 from PikalaxALT/master | Daniel Harding | 2016-01-06 | 2 | -4/+4 | |
| |\ \ | | | | | | | Fix a typo | |||||
| | * | | Fix a typo | PikalaxALT | 2016-01-05 | 2 | -4/+4 | |
| |/ / | ||||||
| * | | Merge pull request #120 from PikalaxALT/master | luckytyphlosion | 2016-01-03 | 50 | -78/+80 | |
| |\ \ | | | | | | | Fix game time labels, wCurrentMapScriptFlags | |||||
| | * | | Fix game time labels | PikalaxALT | 2016-01-03 | 50 | -78/+80 | |
| |/ / | ||||||
| * | | Label elite four scripts more completely. | Marcus Huderle | 2015-12-18 | 6 | -103/+111 | |
| | | | ||||||
| * | | Fewer underscores in constants | dannye | 2015-12-14 | 39 | -92/+92 | |
| | | | ||||||
| * | | Define text banks relative to the first one. Clean up address comments. | IIMarckus | 2015-12-06 | 1 | -669/+489 | |
| | | | ||||||
| * | | vertical space is cheap. also remove address comments and yellow ifs. | IIMarckus | 2015-12-06 | 1 | -188/+94 | |
| | | | ||||||
| * | | Improve diffability with pokeyellow; remove address comments and ifs. | IIMarckus | 2015-12-06 | 208 | -2888/+1923 | |
| | | | ||||||
| * | | fix repository links | yenatch | 2015-10-25 | 1 | -5/+5 | |
| | | | ||||||
| * | | use pip and apt-cyg | yenatch | 2015-10-25 | 1 | -8/+11 | |
| | | | ||||||
| * | | align spacing in previous | yenatch | 2015-10-25 | 1 | -3/+3 | |
| | | | ||||||
| * | | Reorganize the makefile and remove yellow targets. | yenatch | 2015-10-25 | 1 | -50/+41 | |
| | | | ||||||
| * | | Get rid of queues. | yenatch | 2015-10-25 | 1 | -14/+6 | |
| | | | | | | | For faster builds, use `make -j`. | |||||
| * | | Use 'ds wWaterRate - @' to avoid manually declaring the wEnemyMon1 party struct | dannye | 2015-09-09 | 1 | -30/+5 | |
| | | | ||||||
| * | | Merge branch 'master' of https://github.com/iimarckus/pokered | dannye | 2015-09-07 | 1 | -9/+7 | |
| |\ \ | ||||||
| | * \ | Merge pull request #117 from PikalaxALT/master | yenatch | 2015-09-06 | 1 | -9/+7 | |
| | |\ \ | | | | | | | | | Rewrite SetEvents and ResetEvents for unlimited number of events | |||||
| | | * | | Rewrite SetEvents and ResetEvents for unlimited number of events | PikalaxALT | 2015-09-04 | 1 | -9/+7 | |
| | |/ / | ||||||
| * / / | No more S_ | dannye | 2015-08-30 | 7 | -34/+34 | |
| |/ / | ||||||
| * | | No more wram_constants.asm | dannye | 2015-08-30 | 6 | -18/+44 | |
| | | | | | | | | | unfortunately, this means manually declaring the wEnemyMon1 party struct | |||||
| * | | No more W_ | dannye | 2015-08-30 | 190 | -2202/+2202 | |
| | | | ||||||
| * | | Merge pull request #116 from YamaArashi/master | Daniel Harding | 2015-08-30 | 18 | -209/+398 | |
| |\ \ | | | | | | | Misc changes | |||||
| | * | | replaced hardcoded values in ItemUseMedicine | YamaArashi | 2015-08-30 | 2 | -22/+23 | |
| | | | | ||||||
| | * | | rename ItemUseBall labels | YamaArashi | 2015-08-30 | 1 | -22/+17 | |
| | | | | ||||||
| | * | | use the new battle type constants | YamaArashi | 2015-08-29 | 3 | -12/+12 | |
| | | | | ||||||
| | * | | commented pokeball function | YamaArashi | 2015-08-29 | 5 | -99/+247 | |
| | | | | ||||||
| | * | | added constants for item capacity | YamaArashi | 2015-08-29 | 3 | -7/+10 | |
| | | | | ||||||
| | * | | documented flags and misc. fixes | YamaArashi | 2015-08-29 | 12 | -54/+96 | |
| |/ / | ||||||
| * | | Merge pull request #114 from YamaArashi/master | Daniel Harding | 2015-08-18 | 61 | -624/+789 | |
| |\ \ | | | | | | | Commented SGB palettes and other things | |||||
| | * | | item name length constant | YamaArashi | 2015-08-14 | 5 | -4/+5 | |
| | | | | ||||||
| | * | | add border constant and clear up misnomer | YamaArashi | 2015-08-14 | 11 | -87/+103 | |
| | | | | ||||||
| | * | | named battle and learn move variables | YamaArashi | 2015-08-14 | 6 | -46/+67 | |
| | | | | ||||||
| | * | | Named a test battle variable | YamaArashi | 2015-08-13 | 4 | -7/+16 | |
| | | | | ||||||
| | * | | Remove irrelevant comment | YamaArashi | 2015-08-13 | 1 | -3/+0 | |
| | | | | | | | | | | | | | The comment has nothing to do with the variable. | |||||
