summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2020-07-03Simplify map connectionsRangi
To do: Polished Map support for detecting the tileset
2020-07-03Reorganize constants/Rangi
To do: add comments associating constants with data and code
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
2020-07-02Add subdirectories to engine/ similar to pokecrystalRangi
2020-06-27Individual images for party menu icon graphicsRangi
2020-06-27Merge pic/ into gfx/Rangi
2020-06-27Replace .tilecoll files with tile ID db dataRangi
2020-06-27Organize gfx/Rangi
2020-06-27Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
2020-06-23Move more tables from engine/ to data/Rangi
This also splits the end of engine/battle/core.asm into engine/battle/effects.asm.
2019-04-08Replace the few instances of Unknown Dungeon with Cerulean CaveSatoMew
2019-01-01Rename map files, labels, and constants to be consistent and work with ↵Rangi
Polished Map
2018-07-28Another map header fixPokeglitch
2018-07-28Fixed some map header filesPokeglitch
2018-07-15Merge pull request #187 from Rangi42/masterDaniel Harding
Document MissingNo's base stats, and silence an rgbds warning
2018-07-15Merge pull request #188 from snelson3/consistent-map-header-commentsDaniel Harding
make comments consistent throughout all mapHeader files
2018-07-15make comments consistent throughout all mapHeader filesSam Nelson
2018-07-08Document the origin of MissingNo's base stats.Rangi
2018-07-02Fixed some inconsistencies in the usage of the if-def directive.Urs-Bjoern Schmidt
2018-03-22spaces in EvosMovesyenatch
2018-03-22use constants for wEvosMoves sizeyenatch
2018-03-21Cleaned up name formattingbitman44
2018-03-20Replaced instances of Mon### with the Pokemon's namebitman44
2018-01-29Block IDs use hex; zero connections use decRemy Oukaour
2018-01-29Use base 10 (note, the previous commit resolves #173)Remy Oukaour
2018-01-29Add warp, sign, and warp_to macros for data/mapObjects definitionsRemy Oukaour
2017-06-24Fix typos in commentsdannye
2016-09-04Continuing the source-level documentation of roughly where trainers can be foundSummate
2016-07-27Replace unnecessary tabs with spacesdannye
2016-06-12Remove the last address commentsdannye
except for wram.asm and sram.asm also delete unused yellow file
2016-06-11remove address commentsYamaArashi
2016-06-09Merge branch 'master' of https://github.com/pret/pokeredpikalaxalt
2016-06-07Remove the Beach House option.IIMarckus
2016-05-30TX_SFX_KEY_ITEM and `mapconst` macropikalaxalt
2016-05-13Remove the last remaining IF DEF(_YELLOW)pikalaxalt
2016-05-13Merge branch 'master' of https://github.com/pret/pokeredpikalaxalt
2016-04-25Fix typo: ninetails.asm -> ninetales.asmdannye
2016-04-08Add a TX_MART macro for inventories.IIMarckus
2016-04-08Clean up script labels in marts and Pokémon Centers.IIMarckus
2016-03-22Clean up more Yellow ifdefs.IIMarckus
2016-02-12Get rid of yellow ifdefs in wild Pokémon.IIMarckus
2016-01-30Remove misleading (unreferenced) labels.IIMarckus
2016-01-29Macrofy sprite status data in WRA0PikalaxALT
2016-01-09fix typoesYamaArashi
2015-12-14Fewer underscores in constantsdannye
2015-12-06vertical space is cheap. also remove address comments and yellow ifs.IIMarckus
2015-08-30No more W_dannye
2015-08-12commented SGB palette stuffYamaArashi
2015-08-10No more $C8dannye
Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
2015-08-10Clean up data/evos_moves.asmdannye