| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use more wram labels and other constants | xCrystal | 2015-07-24 | 10 | -59/+65 |
| | | |||||
| * | 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 |
| |/ | |||||
| * | More direction constants | dannye | 2015-07-17 | 38 | -247/+445 |
| | | | | | facing directions, npc movement, joypad | ||||
| * | Fix Safari Zone check labels | dannye | 2015-07-16 | 1 | -7/+8 |
| | | |||||
| * | Merge branch 'master' of https://github.com/iimarckus/pokered | dannye | 2015-07-16 | 57 | -1288/+1639 |
| |\ | |||||
| | * | Merge pull request #101 from YamaArashi/master | Daniel Harding | 2015-07-16 | 57 | -1288/+1639 |
| | |\ | | | | | | | Misc changes | ||||
| | | * | menu stuff | YamaArashi | 2015-07-15 | 26 | -420/+506 |
| | | | | |||||
| | | * | more movement stuff | YamaArashi | 2015-07-15 | 9 | -137/+192 |
| | | | | |||||
| | | * | commented movement stuff | YamaArashi | 2015-07-15 | 7 | -163/+206 |
| | | | | |||||
| | | * | named wram variables | YamaArashi | 2015-07-14 | 21 | -203/+245 |
| | | | | |||||
| | | * | hall of fame / credits | YamaArashi | 2015-07-14 | 21 | -179/+221 |
| | | | | |||||
| | | * | field moves | YamaArashi | 2015-07-14 | 4 | -80/+107 |
| | | | | |||||
| | | * | player animations, emotion bubbles, etc. | YamaArashi | 2015-07-14 | 13 | -110/+166 |
| | |/ | |||||
| * / | Swap trade center and battle center | dannye | 2015-07-16 | 23 | -85/+85 |
| |/ | | | | | also rename battle center to colosseum closes https://github.com/iimarckus/pokered/issues/102 | ||||
| * | Comment naming screen | dannye | 2015-07-14 | 12 | -150/+158 |
| | | | | | also use more joypad constants | ||||
| * | Use more screen dimension constants | dannye | 2015-07-14 | 18 | -85/+88 |
| | | |||||
| * | Merge branch 'master' of https://github.com/YamaArashi/pokered | dannye | 2015-07-14 | 43 | -847/+1136 |
| |\ | | | | | | | | | Conflicts: engine/town_map.asm | ||||
