Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-08 | Add Devolve Stoneadding-pokemon | dannye | |
rolls back Pokemon to their pre-evolution without degenerating stats | |||
2016-08-08 | Adding Glaceon test | dannye | |
An example to show adding a second new Pokemon and a new evolution item in pokered | |||
2016-08-08 | Adding Leafeon test | dannye | |
An example to show adding a new Pokemon in pokered | |||
2016-07-20 | Clean up redundant labels | dannye | |
fix trainer header numbering | |||
2016-06-12 | sync text | YamaArashi | |
2016-06-12 | Remove some leftover address comments | dannye | |
2016-06-11 | remove address comments | YamaArashi | |
2016-06-08 | Sync somewhat with pokeyellow. | IIMarckus | |
2016-06-07 | Remove the Beach House option. | IIMarckus | |
2016-05-13 | Merge branch 'master' of https://github.com/pret/pokered | pikalaxalt | |
2016-04-08 | Clean up script labels in marts and Pokémon Centers. | IIMarckus | |
2016-04-06 | Clean up labels and trainer headers for overworld Pokémon. | IIMarckus | |
2016-01-29 | Macrofy sprite status data in WRA0 | PikalaxALT | |
2015-12-18 | Label elite four scripts more completely. | Marcus Huderle | |
2015-12-06 | Improve diffability with pokeyellow; remove address comments and ifs. | IIMarckus | |
2015-08-30 | No more W_ | dannye | |
2015-08-11 | More joypad constants | dannye | |
2015-08-07 | named CountSetBits output variable | YamaArashi | |
2015-07-24 | more naming variables | YamaArashi | |
2015-07-23 | clean up wram aliases | YamaArashi | |
2015-07-18 | misc | YamaArashi | |
2015-06-12 | Name the last of unnamed text | U-Daniel-PC\Daniel | |
2014-12-10 | Clean up type names. | yenatch | |
2014-11-04 | Fix unclosed quotes. | stag019 | |
2014-10-26 | Labels for Fuji in Pokémon Tower. | IIMarckus | |
2014-10-24 | Add more text changes from Yellow. | IIMarckus | |
2014-10-17 | Add parts of the Safari Zone entrance script from Yellow. | IIMarckus | |
2014-10-17 | Add more from the beach house. | IIMarckus | |
2014-10-17 | Kill version.asm. | IIMarckus | |
2014-10-10 | Fix typo in previous. | IIMarckus | |
2014-10-10 | Add a lot of Yellow text changes. | IIMarckus | |
2014-05-27 | Add macro TX_BCD for printing BCD numbers. | yenatch | |
This fixes some more static wram addresses. | |||
2014-05-26 | Remove most static wram addresses. Use labels instead. | yenatch | |
For unknown addresses, use "w<address>". Label overleads are still an issue. | |||
2014-05-21 | Misc relabelling | U-Fish-PC\Daniel | |
2014-05-19 | Merge branch 'master' of https://github.com/huderlem/pokered into pull-data | U-Fish-PC\Daniel | |
Conflicts: main.asm text.asm text/maps/route_22.asm | |||
2014-05-19 | Pull more data out of main.asm | U-Fish-PC\Daniel | |
2014-05-18 | Pull map scripts out of main.asm | U-Fish-PC\Daniel | |
2014-05-16 | Pull most data out of main.asm | U-Fish-PC\Daniel | |
2014-05-13 | Documented/Labeled Route 22 scripts. | Marcus Huderle | |
2014-04-21 | Add labels and comments to the Fan Club. | IIMarckus | |
2014-04-19 | Improve comments/labels for Silph Co 7F. | IIMarckus | |
2014-04-19 | Label a Route 11 gatehouse script better. | IIMarckus | |
2014-04-05 | Use dimension constants in warp data and add map name consisntency | U-Fish-PC\Daniel | |
2014-01-27 | Get rid of globals.asm. Use ::s to export labels between objects. | yenatch | |
globals.asm was a hack that: - gave rgbasm an extra 100k lines to read - increased reliance on the python preprocessor - made the makefile a mess - gave object creation an extra step - wasn't even necessary This speeds up build time by at least a third. | |||
2014-01-23 | Split out move names | yenatch | |
2014-01-23 | Split out the rest of map text | yenatch | |
2014-01-23 | Split out route text | yenatch | |
2014-01-22 | Even more map text | yenatch | |
2014-01-22 | Silph Co 1f text was actually somewhere else | yenatch | |
2014-01-22 | Move city and town map text into text/maps | yenatch | |