Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-18 | Map object macro | dannye | |
closes https://github.com/iimarckus/pokered/issues/89 | |||
2015-07-18 | Simplify map connections | dannye | |
let the macros calculate the connection strip length instead of passing it as an arg don't pass map dimensions since they can be inferred from map ids todo: figure out why certain south and east connections get an extra 3 added to the connection strip length | |||
2015-07-18 | Clean up map connections | dannye | |
closes https://github.com/iimarckus/pokered/issues/85 | |||
2015-07-17 | Enumerate map constants | dannye | |
closes https://github.com/iimarckus/pokered/issues/86 | |||
2015-07-16 | Swap trade center and battle center | dannye | |
also rename battle center to colosseum closes https://github.com/iimarckus/pokered/issues/102 | |||
2015-07-14 | Use more *Coord | dannye | |
also town map code relabelling YamaArashi just did town map relabelling but oh well I aleady made the changes and don't feel like redoing it | |||
2015-07-04 | Start using text predef macros | dannye | |
also sprite direction constants | |||
2015-07-03 | Rename/organize part 1 of 4 | U-Daniel-PC\Daniel | |
rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github | |||
2015-02-07 | Pick off some more static map ids. | yenatch | |
2015-02-07 | serial/trade/misc | YamaArashi | |
2015-02-04 | Added bcd macros with coins and money aliases. | Marcus Huderle | |
2015-01-24 | Clean up prizes data. | Marcus Huderle | |
2015-01-24 | Better documenting for GetMachinePrice and TechnicalMachinePrices. | Marcus Huderle | |
2015-01-22 | Clean up white space, fix label typo | U-Daniel-PC\Daniel | |
2014-10-26 | Labels for Fuji in Pokémon Tower. | IIMarckus | |
2014-10-17 | Add a shifted person object on Route 19 in Yellow. | IIMarckus | |
2014-10-17 | Fix a few more bugs in the beach house. | IIMarckus | |
2014-10-17 | Modularize the beach house. | IIMarckus | |
2014-10-17 | Add the beach house tileset. | IIMarckus | |
2014-10-17 | More idioms. | IIMarckus | |
2014-10-17 | Fix Route 19 for Yellow. | IIMarckus | |
2014-10-17 | Add more from the beach house. | IIMarckus | |
2014-10-17 | Kill version.asm. | IIMarckus | |
2014-10-10 | Add a lot of Yellow text changes. | IIMarckus | |
2014-09-19 | Merge remote-tracking branch 'danny/master' | yenatch | |
2014-09-20 | Merge remote-tracking branch 'YamaArashi/master' | yenatch | |
Conflicts: constants/misc_constants.asm engine/battle/core.asm engine/menu/pokedex.asm engine/town_map.asm home.asm hram.asm | |||
2014-09-20 | Fix capitalization | U-Daniel-PC\Daniel | |
2014-09-19 | Merge branch 'master' of https://github.com/iimarckus/pokered | U-Daniel-PC\Daniel | |
2014-09-13 | Commented more sprite and map code | YamaArashi | |
2014-09-09 | Labelled and commented mostly sprite-related things | YamaArashi | |
2014-09-01 | Use a macro for move attributes. | yenatch | |
The formatting was pretty bad, so that's fixed too. | |||
2014-07-15 | Don't redundantly define sprite dimensions | U-Daniel-PC\Daniel | |
dimensions are defined in the .pic files | |||
2014-06-09 | Clean up white space | U-Fish-PC\Daniel | |
2014-06-06 | Comment SGB packets. | yenatch | |
2014-06-06 | Merge remote-tracking branch 'danny/master' | yenatch | |
2014-05-31 | Split more code out of home.asm. | yenatch | |
2014-05-31 | Remove duplicated data | U-Fish-PC\Daniel | |
2014-05-30 | Remove redundant dimensions in image filenames. | yenatch | |
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-25 | Split out map sprite facing data. | yenatch | |
2014-05-22 | Pull a lot of engine out of main.asm | U-Fish-PC\Daniel | |
2014-05-21 | Pull out map header pointers and banks | U-Fish-PC\Daniel | |
2014-05-21 | Name hidden object routines | U-Fish-PC\Daniel | |
2014-05-21 | Use more constants in object data | U-Fish-PC\Daniel | |
2014-05-19 | Fix capitalization, remove white space, remove vicctreebel.asm | 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-17 | Pull map headers out of main.asm | U-Fish-PC\Daniel | |
2014-05-17 | Pull map objects out of main.asm | U-Fish-PC\Daniel | |