aboutsummaryrefslogtreecommitdiffstats
path: root/data (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Individual images for party menu icon graphicsRangi2020-06-272-112/+112
|
* Merge pic/ into gfx/Rangi2020-06-27151-151/+151
|
* Replace .tilecoll files with tile ID db dataRangi2020-06-272-24/+82
|
* Organize gfx/Rangi2020-06-271-4/+4
|
* Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi2020-06-27231-231/+232
| | | Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
* Move more tables from engine/ to data/Rangi2020-06-2333-0/+1288
| | | | This also splits the end of engine/battle/core.asm into engine/battle/effects.asm.
* Replace the few instances of Unknown Dungeon with Cerulean CaveSatoMew2019-04-085-7/+7
|
* Rename map files, labels, and constants to be consistent and work with ↵Rangi2019-01-01713-3531/+3977
| | | | Polished Map
* Another map header fixPokeglitch2018-07-281-2/+0
|
* Fixed some map header filesPokeglitch2018-07-282-3/+1
|
* Merge pull request #187 from Rangi42/masterDaniel Harding2018-07-152-1/+9
|\ | | | | Document MissingNo's base stats, and silence an rgbds warning
| * Document the origin of MissingNo's base stats.Rangi2018-07-082-1/+9
| |
* | Merge pull request #188 from snelson3/consistent-map-header-commentsDaniel Harding2018-07-157-26/+26
|\ \ | |/ |/| make comments consistent throughout all mapHeader files
| * 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