aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix tmlearnyenatch2015-07-281-57/+8
|
* Fix Yellow Electrode front picdannye2015-07-271-0/+0
|
* Merge branch 'master' of https://github.com/luckytyphlosion/pokereddannye2015-07-27155-1148/+1211
|\
| * More bugfixes.luckytyphlosion2015-07-265-16/+16
| | | | | | | | Fix some tm compatibility issues.
| * Bugfixes.luckytyphlosion2015-07-267-57/+51
| | | | | | | | Fix some building issues and multiply_divide.asm
| * tmlearn macro.luckytyphlosion2015-07-26155-1156/+1225
| | | | | | | | Also multiple_divide documentation and fix improper wram comment.
* | Merge branch 'master' of https://github.com/xCrystal/pokereddannye2015-07-2610-59/+65
|\ \
| * | Use more wram labels and other constantsxCrystal2015-07-2410-59/+65
| |/
* | yet more namingYamaArashi2015-07-2533-162/+247
| |
* | more naming variablesYamaArashi2015-07-2457-294/+374
| |
* | named more functionsYamaArashi2015-07-244-36/+39
| |
* | named animation functions/variablesYamaArashi2015-07-2441-642/+781
| |
* | make route22 rival events more consistentYamaArashi2015-07-235-14/+14
| |
* | named functionYamaArashi2015-07-235-11/+11
| |
* | fixed hram aliases and named wram varYamaArashi2015-07-2311-84/+104
| |
* | clean up wram aliasesYamaArashi2015-07-2311-93/+124
|/
* Merge pull request #107 from YamaArashi/masterDaniel Harding2015-07-22139-1703/+4178
|\ | | | | enumerate events
| * named more constantsYamaArashi2015-07-2110-66/+71
| |
| * comments for event constantsYamaArashi2015-07-212-2563/+2563
| |
| * named most of the used eventsYamaArashi2015-07-2190-468/+485
| |
| * move event macros to separate fileYamaArashi2015-07-203-426/+426
| |
| * gym leader eventsYamaArashi2015-07-2013-57/+57
| |
| * enumerate eventsYamaArashi2015-07-20137-1654/+4107
| |
* | Unify audio bank referencesdannye2015-07-2222-626/+626
| | | | | | | | | | | | 2→1 8→2 1f→3
* | Rename sound effect filesdannye2015-07-22332-2083/+2083
| |
* | Name some battle sound effectsdannye2015-07-2110-358/+360
|/
* Merge pull request #106 from YamaArashi/masterDaniel Harding2015-07-2059-394/+360
|\ | | | | jpab/jpba macros
| * constants for flag actionsYamaArashi2015-07-1916-51/+57
| |
| * namingYamaArashi2015-07-1929-174/+225
| |
| * replace uses of minus oneYamaArashi2015-07-196-7/+12
| |
| * jpab/jpba macrosYamaArashi2015-07-1922-162/+66
|/
* Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-1967-632/+766
|\ | | | | | | | | | | Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm
| * small changesYamaArashi2015-07-187-20/+23
| |
| * miscYamaArashi2015-07-1861-612/+743
| |
* | Name sound effectsdannye2015-07-1956-311/+487
| |
* | Enumerate more constantsdannye2015-07-1910-860/+885
|/
* A few missed TX_ASMdannye2015-07-182-2/+3
|
* A few missed object constantsdannye2015-07-183-3/+3
|
* Fix object constant namesdannye2015-07-18204-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 macrodannye2015-07-18225-1151/+1189
| | | | closes https://github.com/iimarckus/pokered/issues/89
* Consolidate coord macrosdannye2015-07-1858-539/+528
|
* Simplify map connectionsdannye2015-07-1837-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/masterDaniel Harding2015-07-18106-671/+773
|\ | | | | fix variable naming
| * fix variable namingYamaArashi2015-07-18106-671/+773
| |
* | Clean up map connectionsdannye2015-07-1822-31/+31
|/ | | | closes https://github.com/iimarckus/pokered/issues/85
* Enumerate map constantsdannye2015-07-173-310/+312
| | | | closes https://github.com/iimarckus/pokered/issues/86
* Merge pull request #103 from YamaArashi/masterDaniel Harding2015-07-1721-349/+423
|\ | | | | Misc changes again
| * money / coins hram constantsYamaArashi2015-07-1713-89/+95
| |
| * title / diploma / vending machineYamaArashi2015-07-177-121/+159
| |
| * intro stuffYamaArashi2015-07-174-139/+169
|/