Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-27 | Replace unnecessary tabs with spaces | dannye | |
2016-06-12 | Remove the last address comments | dannye | |
except for wram.asm and sram.asm also delete unused yellow file | |||
2016-06-11 | remove address comments | YamaArashi | |
2016-06-09 | Merge branch 'master' of https://github.com/pret/pokered | pikalaxalt | |
2016-06-07 | Remove the Beach House option. | IIMarckus | |
2016-05-30 | TX_SFX_KEY_ITEM and `mapconst` macro | pikalaxalt | |
2016-05-13 | Remove the last remaining IF DEF(_YELLOW) | pikalaxalt | |
2016-05-13 | Merge branch 'master' of https://github.com/pret/pokered | pikalaxalt | |
2016-04-25 | Fix typo: ninetails.asm -> ninetales.asm | dannye | |
2016-04-08 | Add a TX_MART macro for inventories. | IIMarckus | |
2016-04-08 | Clean up script labels in marts and Pokémon Centers. | IIMarckus | |
2016-03-22 | Clean up more Yellow ifdefs. | IIMarckus | |
2016-02-12 | Get rid of yellow ifdefs in wild Pokémon. | IIMarckus | |
2016-01-30 | Remove misleading (unreferenced) labels. | IIMarckus | |
2016-01-29 | Macrofy sprite status data in WRA0 | PikalaxALT | |
2016-01-09 | fix typoes | YamaArashi | |
2015-12-14 | Fewer underscores in constants | dannye | |
2015-12-06 | vertical space is cheap. also remove address comments and yellow ifs. | IIMarckus | |
2015-08-30 | No more W_ | dannye | |
2015-08-12 | commented SGB palette stuff | YamaArashi | |
2015-08-10 | No more $C8 | dannye | |
Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers | |||
2015-08-10 | Clean up data/evos_moves.asm | dannye | |
2015-08-09 | Replace some hardcoded data sizes | dannye | |
2015-07-27 | Merge branch 'master' of https://github.com/luckytyphlosion/pokered | dannye | |
2015-07-26 | Merge branch 'master' of https://github.com/xCrystal/pokered | dannye | |
2015-07-26 | More bugfixes. | luckytyphlosion | |
Fix some tm compatibility issues. | |||
2015-07-26 | Bugfixes. | luckytyphlosion | |
Fix some building issues and multiply_divide.asm | |||
2015-07-26 | tmlearn macro. | luckytyphlosion | |
Also multiple_divide documentation and fix improper wram comment. | |||
2015-07-24 | named animation functions/variables | YamaArashi | |
2015-07-24 | Use more wram labels and other constants | xCrystal | |
2015-07-18 | A few missed object constants | dannye | |
2015-07-18 | Fix object constant names | dannye | |
swap LEFT and RIGHT FACE is better named STAY because sprites that have no range do not necessarily face any direction STAY has been renamed to NONE because sprites that use this will spin randomly, except for the item/voltorb/electrode sprite I never should have listened to https://github.com/iimarckus/pokered/issues/89 | |||
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 | |