| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | 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 #13 from YamaArashi/master | YamaArashi | 2016-06-11 | 659 | -5415/+5415 | |
| |\ \ \ \ | | | | | | | | | | | remove address comments | |||||
| | * | | | | remove address comments | YamaArashi | 2016-06-11 | 659 | -5415/+5415 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #14 from PikalaxALT/master | YamaArashi | 2016-06-11 | 63 | -3658/+3932 | |
| |\| | | | | |_|/ / |/| | | | Yellow documentation | |||||
| | * | | | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | 2016-06-11 | 477 | -5665/+5642 | |
| | |\ \ \ | |/ / / |/| | | | ||||||
| * | | | | More syncing with pokered | dannye | 2016-06-11 | 49 | -213/+206 | |
| | | | | | | | | | | | | | | | | | from April 8, 2016 to present | |||||
| * | | | | Merge branch 'master' of https://github.com/pret/pokeyellow | dannye | 2016-06-11 | 485 | -15779/+15727 | |
| |\ \ \ \ | ||||||
| | * | | | | Part 1 of syncing with pokered. | IIMarckus | 2016-06-08 | 427 | -4044/+3834 | |
| | | | | | | ||||||
| * | | | | | Sync with pokered | dannye | 2016-06-11 | 153 | -1459/+1725 | |
| | | | | | | | | | | | | | | | | | | | | | from August 29, 2015 to April 6, 2016 | |||||
| | | * | | | Character dict; surfing minigame; printer debug | pikalaxalt | 2016-06-11 | 47 | -2495/+2625 | |
| | | | | | | ||||||
