aboutsummaryrefslogtreecommitdiffstats
path: root/data (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * make comments consistent throughout all mapHeader filesSam Nelson2018-07-157-26/+26
| |
* | Fixed some inconsistencies in the usage of the if-def directive.Urs-Bjoern Schmidt2018-07-023-7/+7
|/
* spaces in EvosMovesyenatch2018-03-221-1180/+1180
|
* use constants for wEvosMoves sizeyenatch2018-03-221-1/+3
|
* Cleaned up name formattingbitman442018-03-211-381/+382
|
* Replaced instances of Mon### with the Pokemon's namebitman442018-03-201-572/+381
|
* Block IDs use hex; zero connections use decRemy Oukaour2018-01-29406-406/+406
|
* Use base 10 (note, the previous commit resolves #173)Remy Oukaour2018-01-29223-3627/+3627
|
* Add warp, sign, and warp_to macros for data/mapObjects definitionsRemy Oukaour2018-01-29219-1819/+1819
|
* Fix typos in commentsdannye2017-06-241-3/+3
|
* Continuing the source-level documentation of roughly where trainers can be foundSummate2016-09-041-0/+186
|
* Replace unnecessary tabs with spacesdannye2016-07-275-124/+124
|
* Remove the last address commentsdannye2016-06-12434-434/+434
| | | | | except for wram.asm and sram.asm also delete unused yellow file
* remove address commentsYamaArashi2016-06-1157-1054/+1054
|
* Merge branch 'master' of https://github.com/pret/pokeredpikalaxalt2016-06-099-67/+1
|\
| * Remove the Beach House option.IIMarckus2016-06-079-67/+1
| |
* | TX_SFX_KEY_ITEM and `mapconst` macropikalaxalt2016-05-302-7/+7
|/
* Remove the last remaining IF DEF(_YELLOW)pikalaxalt2016-05-131-8/+1
|
* Merge branch 'master' of https://github.com/pret/pokeredpikalaxalt2016-05-13214-1987/+410
|\
| * Fix typo: ninetails.asm -> ninetales.asmdannye2016-04-252-1/+1
| |
| * Add a TX_MART macro for inventories.IIMarckus2016-04-081-27/+16
| |
| * Clean up script labels in marts and Pokémon Centers.IIMarckus2016-04-081-15/+15
| |
| * Clean up more Yellow ifdefs.IIMarckus2016-03-2219-281/+15
| |
| * Get rid of yellow ifdefs in wild Pokémon.IIMarckus2016-02-1259-1510/+360
| |
| * Remove misleading (unreferenced) labels.IIMarckus2016-01-30151-153/+3
| |
* | Macrofy sprite status data in WRA0PikalaxALT2016-01-292-1/+5
|/
* fix typoesYamaArashi2016-01-091-1/+1
|
* Fewer underscores in constantsdannye2015-12-1428-71/+71
|
* vertical space is cheap. also remove address comments and yellow ifs.IIMarckus2015-12-061-188/+94
|
* No more W_dannye2015-08-302-3/+3
|
* commented SGB palette stuffYamaArashi2015-08-121-38/+38
|
* No more $C8dannye2015-08-1072-349/+349
| | | | | Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
* Clean up data/evos_moves.asmdannye2015-08-102-23/+173
|
* Replace some hardcoded data sizesdannye2015-08-092-0/+2
|
* Merge branch 'master' of https://github.com/luckytyphlosion/pokereddannye2015-07-27151-1067/+1066
|\
| * More bugfixes.luckytyphlosion2015-07-265-16/+16
| | | | | | | | Fix some tm compatibility issues.
| * Bugfixes.luckytyphlosion2015-07-266-7/+1
| | | | | | | | Fix some building issues and multiply_divide.asm
| * tmlearn macro.luckytyphlosion2015-07-26151-1067/+1072
| | | | | | | | Also multiple_divide documentation and fix improper wram comment.
* | Merge branch 'master' of https://github.com/xCrystal/pokereddannye2015-07-261-0/+2
|\ \
| * | Use more wram labels and other constantsxCrystal2015-07-241-0/+2
| |/
* / named animation functions/variablesYamaArashi2015-07-241-8/+8
|/
* A few missed object constantsdannye2015-07-182-2/+2
|
* Fix object constant namesdannye2015-07-18203-825/+825
| | | | | | | | | | 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-18224-1151/+1151
| | | | closes https://github.com/iimarckus/pokered/issues/89
* Simplify map connectionsdannye2015-07-1836-78/+78
| | | | | | | | 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
* Clean up map connectionsdannye2015-07-1822-31/+31
| | | | closes https://github.com/iimarckus/pokered/issues/85
* Enumerate map constantsdannye2015-07-171-60/+60
| | | | closes https://github.com/iimarckus/pokered/issues/86
* Swap trade center and battle centerdannye2015-07-1611-36/+36
| | | | | also rename battle center to colosseum closes https://github.com/iimarckus/pokered/issues/102
* Use more *Coorddannye2015-07-141-0/+1
| | | | | | 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
* Start using text predef macrosdannye2015-07-041-5/+5
| | | | also sprite direction constants