| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix tmlearn | yenatch | 2015-07-28 | 1 | -57/+8 |
| | | |||||
| * | Fix Yellow Electrode front pic | dannye | 2015-07-27 | 1 | -0/+0 |
| | | |||||
| * | Merge branch 'master' of https://github.com/luckytyphlosion/pokered | dannye | 2015-07-27 | 155 | -1148/+1211 |
| |\ | |||||
| | * | More bugfixes. | luckytyphlosion | 2015-07-26 | 5 | -16/+16 |
| | | | | | | | | | Fix some tm compatibility issues. | ||||
| | * | Bugfixes. | luckytyphlosion | 2015-07-26 | 7 | -57/+51 |
| | | | | | | | | | Fix some building issues and multiply_divide.asm | ||||
| | * | tmlearn macro. | luckytyphlosion | 2015-07-26 | 155 | -1156/+1225 |
| | | | | | | | | | Also multiple_divide documentation and fix improper wram comment. | ||||
| * | | Merge branch 'master' of https://github.com/xCrystal/pokered | dannye | 2015-07-26 | 10 | -59/+65 |
| |\ \ | |||||
| | * | | Use more wram labels and other constants | xCrystal | 2015-07-24 | 10 | -59/+65 |
| | |/ | |||||
| * | | yet more naming | YamaArashi | 2015-07-25 | 33 | -162/+247 |
| | | | |||||
| * | | more naming variables | YamaArashi | 2015-07-24 | 57 | -294/+374 |
| | | | |||||
| * | | named more functions | YamaArashi | 2015-07-24 | 4 | -36/+39 |
| | | | |||||
| * | | named animation functions/variables | YamaArashi | 2015-07-24 | 41 | -642/+781 |
| | | | |||||
| * | | make route22 rival events more consistent | YamaArashi | 2015-07-23 | 5 | -14/+14 |
| | | | |||||
| * | | named function | YamaArashi | 2015-07-23 | 5 | -11/+11 |
| | | | |||||
| * | | fixed hram aliases and named wram var | YamaArashi | 2015-07-23 | 11 | -84/+104 |
| | | | |||||
| * | | clean up wram aliases | YamaArashi | 2015-07-23 | 11 | -93/+124 |
| |/ | |||||
| * | Merge pull request #107 from YamaArashi/master | Daniel Harding | 2015-07-22 | 139 | -1703/+4178 |
| |\ | | | | | enumerate events | ||||
| | * | named more constants | YamaArashi | 2015-07-21 | 10 | -66/+71 |
| | | | |||||
| | * | comments for event constants | YamaArashi | 2015-07-21 | 2 | -2563/+2563 |
| | | | |||||
| | * | named most of the used events | YamaArashi | 2015-07-21 | 90 | -468/+485 |
| | | | |||||
| | * | move event macros to separate file | YamaArashi | 2015-07-20 | 3 | -426/+426 |
| | | | |||||
| | * | gym leader events | YamaArashi | 2015-07-20 | 13 | -57/+57 |
| | | | |||||
| | * | enumerate events | YamaArashi | 2015-07-20 | 137 | -1654/+4107 |
| | | | |||||
| * | | Unify audio bank references | dannye | 2015-07-22 | 22 | -626/+626 |
| | | | | | | | | | | | | | 2â1 8â2 1fâ3 | ||||
| * | | Rename sound effect files | dannye | 2015-07-22 | 332 | -2083/+2083 |
| | | | |||||
| * | | Name some battle sound effects | dannye | 2015-07-21 | 10 | -358/+360 |
| |/ | |||||
| * | Merge pull request #106 from YamaArashi/master | Daniel Harding | 2015-07-20 | 59 | -394/+360 |
| |\ | | | | | jpab/jpba macros | ||||
| | * | constants for flag actions | YamaArashi | 2015-07-19 | 16 | -51/+57 |
| | | | |||||
| | * | naming | YamaArashi | 2015-07-19 | 29 | -174/+225 |
| | | | |||||
| | * | replace uses of minus one | YamaArashi | 2015-07-19 | 6 | -7/+12 |
| | | | |||||
| | * | jpab/jpba macros | YamaArashi | 2015-07-19 | 22 | -162/+66 |
| |/ | |||||
| * | Merge branch 'master' of https://github.com/YamaArashi/pokered | dannye | 2015-07-19 | 67 | -632/+766 |
| |\ | | | | | | | | | | | Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm | ||||
| | * | small changes | YamaArashi | 2015-07-18 | 7 | -20/+23 |
| | | | |||||
| | * | misc | YamaArashi | 2015-07-18 | 61 | -612/+743 |
| | | | |||||
| * | | Name sound effects | dannye | 2015-07-19 | 56 | -311/+487 |
| | | | |||||
| * | | Enumerate more constants | dannye | 2015-07-19 | 10 | -860/+885 |
| |/ | |||||
| * | A few missed TX_ASM | dannye | 2015-07-18 | 2 | -2/+3 |
| | | |||||
| * | A few missed object constants | dannye | 2015-07-18 | 3 | -3/+3 |
| | | |||||
| * | Fix object constant names | dannye | 2015-07-18 | 204 | -830/+830 |
| | | | | | | | | | | | 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 | ||||
| * | Map object macro | dannye | 2015-07-18 | 225 | -1151/+1189 |
| | | | | | closes https://github.com/iimarckus/pokered/issues/89 | ||||
| * | Consolidate coord macros | dannye | 2015-07-18 | 58 | -539/+528 |
| | | |||||
| * | Simplify map connections | dannye | 2015-07-18 | 37 | -137/+154 |
| | | | | | | | | | 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 | ||||
| * | Merge pull request #104 from YamaArashi/master | Daniel Harding | 2015-07-18 | 106 | -671/+773 |
| |\ | | | | | fix variable naming | ||||
| | * | fix variable naming | YamaArashi | 2015-07-18 | 106 | -671/+773 |
| | | | |||||
| * | | Clean up map connections | dannye | 2015-07-18 | 22 | -31/+31 |
| |/ | | | | closes https://github.com/iimarckus/pokered/issues/85 | ||||
| * | Enumerate map constants | dannye | 2015-07-17 | 3 | -310/+312 |
| | | | | | closes https://github.com/iimarckus/pokered/issues/86 | ||||
| * | Merge pull request #103 from YamaArashi/master | Daniel Harding | 2015-07-17 | 21 | -349/+423 |
| |\ | | | | | Misc changes again | ||||
| | * | money / coins hram constants | YamaArashi | 2015-07-17 | 13 | -89/+95 |
| | | | |||||
| | * | title / diploma / vending machine | YamaArashi | 2015-07-17 | 7 | -121/+159 |
| | | | |||||
| | * | intro stuff | YamaArashi | 2015-07-17 | 4 | -139/+169 |
| |/ | |||||
