| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Individual images for party menu icon graphics | Rangi | 2020-06-27 | 2 | -112/+112 |
| | | |||||
| * | Merge pic/ into gfx/ | Rangi | 2020-06-27 | 151 | -151/+151 |
| | | |||||
| * | Replace .tilecoll files with tile ID db data | Rangi | 2020-06-27 | 2 | -24/+82 |
| | | |||||
| * | Organize gfx/ | Rangi | 2020-06-27 | 1 | -4/+4 |
| | | |||||
| * | Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) | Rangi | 2020-06-27 | 231 | -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/ | Rangi | 2020-06-23 | 33 | -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 Cave | SatoMew | 2019-04-08 | 5 | -7/+7 |
| | | |||||
| * | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | 2019-01-01 | 713 | -3531/+3977 |
| | | | | | Polished Map | ||||
| * | Another map header fix | Pokeglitch | 2018-07-28 | 1 | -2/+0 |
| | | |||||
| * | Fixed some map header files | Pokeglitch | 2018-07-28 | 2 | -3/+1 |
| | | |||||
| * | Merge pull request #187 from Rangi42/master | Daniel Harding | 2018-07-15 | 2 | -1/+9 |
| |\ | | | | | Document MissingNo's base stats, and silence an rgbds warning | ||||
| | * | Document the origin of MissingNo's base stats. | Rangi | 2018-07-08 | 2 | -1/+9 |
| | | | |||||
| * | | Merge pull request #188 from snelson3/consistent-map-header-comments | Daniel Harding | 2018-07-15 | 7 | -26/+26 |
| |\ \ | |/ |/| | make comments consistent throughout all mapHeader files | ||||
| | * | make comments consistent throughout all mapHeader files | Sam Nelson | 2018-07-15 | 7 | -26/+26 |
| | | | |||||
| * | | Fixed some inconsistencies in the usage of the if-def directive. | Urs-Bjoern Schmidt | 2018-07-02 | 3 | -7/+7 |
| |/ | |||||
| * | spaces in EvosMoves | yenatch | 2018-03-22 | 1 | -1180/+1180 |
| | | |||||
| * | use constants for wEvosMoves size | yenatch | 2018-03-22 | 1 | -1/+3 |
| | | |||||
| * | Cleaned up name formatting | bitman44 | 2018-03-21 | 1 | -381/+382 |
| | | |||||
| * | Replaced instances of Mon### with the Pokemon's name | bitman44 | 2018-03-20 | 1 | -572/+381 |
| | | |||||
| * | Block IDs use hex; zero connections use dec | Remy Oukaour | 2018-01-29 | 406 | -406/+406 |
| | | |||||
| * | Use base 10 (note, the previous commit resolves #173) | Remy Oukaour | 2018-01-29 | 223 | -3627/+3627 |
| | | |||||
| * | Add warp, sign, and warp_to macros for data/mapObjects definitions | Remy Oukaour | 2018-01-29 | 219 | -1819/+1819 |
| | | |||||
| * | Fix typos in comments | dannye | 2017-06-24 | 1 | -3/+3 |
| | | |||||
| * | Continuing the source-level documentation of roughly where trainers can be found | Summate | 2016-09-04 | 1 | -0/+186 |
| | | |||||
| * | Replace unnecessary tabs with spaces | dannye | 2016-07-27 | 5 | -124/+124 |
| | | |||||
| * | Remove the last address comments | dannye | 2016-06-12 | 434 | -434/+434 |
| | | | | | | except for wram.asm and sram.asm also delete unused yellow file | ||||
| * | remove address comments | YamaArashi | 2016-06-11 | 57 | -1054/+1054 |
| | | |||||
| * | Merge branch 'master' of https://github.com/pret/pokered | pikalaxalt | 2016-06-09 | 9 | -67/+1 |
| |\ | |||||
| | * | Remove the Beach House option. | IIMarckus | 2016-06-07 | 9 | -67/+1 |
| | | | |||||
| * | | TX_SFX_KEY_ITEM and `mapconst` macro | pikalaxalt | 2016-05-30 | 2 | -7/+7 |
| |/ | |||||
| * | Remove the last remaining IF DEF(_YELLOW) | pikalaxalt | 2016-05-13 | 1 | -8/+1 |
| | | |||||
| * | Merge branch 'master' of https://github.com/pret/pokered | pikalaxalt | 2016-05-13 | 214 | -1987/+410 |
| |\ | |||||
| | * | Fix typo: ninetails.asm -> ninetales.asm | dannye | 2016-04-25 | 2 | -1/+1 |
| | | | |||||
| | * | Add a TX_MART macro for inventories. | IIMarckus | 2016-04-08 | 1 | -27/+16 |
| | | | |||||
| | * | Clean up script labels in marts and Pokémon Centers. | IIMarckus | 2016-04-08 | 1 | -15/+15 |
| | | | |||||
| | * | Clean up more Yellow ifdefs. | IIMarckus | 2016-03-22 | 19 | -281/+15 |
| | | | |||||
| | * | Get rid of yellow ifdefs in wild Pokémon. | IIMarckus | 2016-02-12 | 59 | -1510/+360 |
| | | | |||||
| | * | Remove misleading (unreferenced) labels. | IIMarckus | 2016-01-30 | 151 | -153/+3 |
| | | | |||||
| * | | Macrofy sprite status data in WRA0 | PikalaxALT | 2016-01-29 | 2 | -1/+5 |
| |/ | |||||
| * | fix typoes | YamaArashi | 2016-01-09 | 1 | -1/+1 |
| | | |||||
| * | Fewer underscores in constants | dannye | 2015-12-14 | 28 | -71/+71 |
| | | |||||
| * | vertical space is cheap. also remove address comments and yellow ifs. | IIMarckus | 2015-12-06 | 1 | -188/+94 |
| | | |||||
| * | No more W_ | dannye | 2015-08-30 | 2 | -3/+3 |
| | | |||||
| * | commented SGB palette stuff | YamaArashi | 2015-08-12 | 1 | -38/+38 |
| | | |||||
| * | No more $C8 | dannye | 2015-08-10 | 72 | -349/+349 |
| | | | | | | Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers | ||||
| * | Clean up data/evos_moves.asm | dannye | 2015-08-10 | 2 | -23/+173 |
| | | |||||
| * | Replace some hardcoded data sizes | dannye | 2015-08-09 | 2 | -0/+2 |
| | | |||||
| * | Merge branch 'master' of https://github.com/luckytyphlosion/pokered | dannye | 2015-07-27 | 151 | -1067/+1066 |
| |\ | |||||
| | * | More bugfixes. | luckytyphlosion | 2015-07-26 | 5 | -16/+16 |
| | | | | | | | | | Fix some tm compatibility issues. | ||||
| | * | Bugfixes. | luckytyphlosion | 2015-07-26 | 6 | -7/+1 |
| | | | | | | | | | Fix some building issues and multiply_divide.asm | ||||
