aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Clean up script labels in marts and Pokémon Centers.IIMarckus2016-04-0855-352/+322
| | |
| * | Clean up labels and trainer headers for overworld Pokémon.IIMarckus2016-04-0616-238/+237
| | |
| * | Clean up more Yellow ifdefs.IIMarckus2016-03-2225-319/+15
| | |
| * | Add a farcall alias.yenatch2016-03-141-0/+2
| | |
| * | Remove hardcoded length values in items.asmMarcus Huderle2016-02-211-2/+2
| | |
| * | Remove hardcoded values for CopyData in battle core.Marcus Huderle2016-02-201-4/+4
| | |
| * | Bump extras so that pypng doesn't need to be installed.yenatch2016-02-172-6/+1
| | |
| * | Bump extras.yenatch2016-02-171-0/+0
| | |
| * | Use rgbasm -D in the makefile.yenatch2016-02-1718-80/+31
| | |
| * | apt-cyg died againyenatch2016-02-171-3/+2
| | |
| * | Get rid of yellow ifdefs in wild Pokémon.IIMarckus2016-02-1259-1510/+360
| | |
| * | Remove misleading (unreferenced) labels.IIMarckus2016-01-30151-153/+3
| | |
* | | Split default names strings into separate lines to make it less unpleasant ↵pikalaxalt2016-05-131-6/+24
| | | | | | | | | | | | to read
* | | Macrofy sprite status data in WRA0PikalaxALT2016-01-298-23/+102
|/ /
* | Fix logically incorrect labeldannye2016-01-271-2/+3
| |
* | fix typoesYamaArashi2016-01-094-16/+16
| |
* | Merge pull request #121 from PikalaxALT/masterDaniel Harding2016-01-062-4/+4
|\ \ | | | | | | Fix a typo
| * | Fix a typoPikalaxALT2016-01-052-4/+4
|/ /
* | Merge pull request #120 from PikalaxALT/masterluckytyphlosion2016-01-0350-78/+80
|\ \ | | | | | | Fix game time labels, wCurrentMapScriptFlags
| * | Fix game time labelsPikalaxALT2016-01-0350-78/+80
|/ /
* | Label elite four scripts more completely.Marcus Huderle2015-12-186-103/+111
| |
* | Fewer underscores in constantsdannye2015-12-1439-92/+92
| |
* | Define text banks relative to the first one. Clean up address comments.IIMarckus2015-12-061-669/+489
| |
* | vertical space is cheap. also remove address comments and yellow ifs.IIMarckus2015-12-061-188/+94
| |
* | Improve diffability with pokeyellow; remove address comments and ifs.IIMarckus2015-12-06208-2888/+1923
| |
* | fix repository linksyenatch2015-10-251-5/+5
| |
* | use pip and apt-cygyenatch2015-10-251-8/+11
| |
* | align spacing in previousyenatch2015-10-251-3/+3
| |
* | Reorganize the makefile and remove yellow targets.yenatch2015-10-251-50/+41
| |
* | Get rid of queues.yenatch2015-10-251-14/+6
| | | | | | For faster builds, use `make -j`.
* | Use 'ds wWaterRate - @' to avoid manually declaring the wEnemyMon1 party structdannye2015-09-091-30/+5
| |
* | Merge branch 'master' of https://github.com/iimarckus/pokereddannye2015-09-071-9/+7
|\ \
| * \ Merge pull request #117 from PikalaxALT/masteryenatch2015-09-061-9/+7
| |\ \ | | | | | | | | Rewrite SetEvents and ResetEvents for unlimited number of events
| | * | Rewrite SetEvents and ResetEvents for unlimited number of eventsPikalaxALT2015-09-041-9/+7
| |/ /
* / / No more S_dannye2015-08-307-34/+34
|/ /
* | No more wram_constants.asmdannye2015-08-306-18/+44
| | | | | | | | unfortunately, this means manually declaring the wEnemyMon1 party struct
* | No more W_dannye2015-08-30190-2202/+2202
| |
* | Merge pull request #116 from YamaArashi/masterDaniel Harding2015-08-3018-209/+398
|\ \ | | | | | | Misc changes
| * | replaced hardcoded values in ItemUseMedicineYamaArashi2015-08-302-22/+23
| | |
| * | rename ItemUseBall labelsYamaArashi2015-08-301-22/+17
| | |
| * | use the new battle type constantsYamaArashi2015-08-293-12/+12
| | |
| * | commented pokeball functionYamaArashi2015-08-295-99/+247
| | |
| * | added constants for item capacityYamaArashi2015-08-293-7/+10
| | |
| * | documented flags and misc. fixesYamaArashi2015-08-2912-54/+96
|/ /
* | Merge pull request #114 from YamaArashi/masterDaniel Harding2015-08-1861-624/+789
|\ \ | | | | | | Commented SGB palettes and other things
| * | item name length constantYamaArashi2015-08-145-4/+5
| | |
| * | add border constant and clear up misnomerYamaArashi2015-08-1411-87/+103
| | |
| * | named battle and learn move variablesYamaArashi2015-08-146-46/+67
| | |
| * | Named a test battle variableYamaArashi2015-08-134-7/+16
| | |
| * | Remove irrelevant commentYamaArashi2015-08-131-3/+0
| | | | | | | | | | | | The comment has nothing to do with the variable.