Age | Commit message (Expand) | Author |
2020-07-07 | PSYCHIC -> PSYCHIC_TYPE (PSYCHIC is ambiguous with PSYCHIC_M) | Rangi |
2020-07-06 | Use STARTER[123] constants in TitleMons | Rangi |
2020-07-06 | Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ... | Rangi |
2020-07-06 | Automatically list all TM##_MOVE and HM##_MOVE values | Rangi |
2020-07-06 | Align tmhm learnsets in rows of 5 | Rangi |
2020-07-06 | add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid repeatin... | Rangi |
2020-07-05 | TM/HM constants named after moves | Rangi |
2020-07-05 | Port pokecrystal's base data and tmhm structure | Rangi |
2020-07-05 | Logical spacing in data/sgb/sgb_palettes.asm | Rangi |
2020-07-05 | Port and improve hidden_object macro from pokeyellow | Rangi |
2020-07-05 | Port credits command constants from pokeyellow | Rangi |
2020-07-05 | Update map hide/show data labels | Rangi |
2020-07-04 | Port pokecrystal's formatting of text commands and special characters | Rangi |
2020-07-04 | Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported b... | Rangi |
2020-07-03 | Document why Mew is set apart | Rangi |
2020-07-03 | Factor out Mew's pics and base data | Rangi |
2020-07-03 | Move more code from home.asm to home/ | Rangi |
2020-07-03 | Replace raw hex values with HRAM constants | Rangi |
2020-07-03 | data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objects | Rangi |
2020-07-03 | Factor out data/sprites/ | Rangi |
2020-07-03 | Organize macros/ like pokecrystal | Rangi |
2020-07-03 | Make suggested edits: | Rangi |
2020-07-03 | Simplify map connections | Rangi |
2020-07-03 | Reorganize constants/ | Rangi |
2020-07-03 | Add subdirectories to data/ similar to pokecrystal | Rangi |
2020-07-02 | Add subdirectories to engine/ similar to pokecrystal | Rangi |
2020-06-27 | Individual images for party menu icon graphics | Rangi |
2020-06-27 | Merge pic/ into gfx/ | Rangi |
2020-06-27 | Replace .tilecoll files with tile ID db data | Rangi |
2020-06-27 | Organize gfx/ | Rangi |
2020-06-27 | Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) | Rangi |
2020-06-23 | Move more tables from engine/ to data/ | Rangi |
2019-04-08 | Replace the few instances of Unknown Dungeon with Cerulean Cave | SatoMew |
2019-01-01 | Rename map files, labels, and constants to be consistent and work with Polish... | Rangi |
2018-07-28 | Another map header fix | Pokeglitch |
2018-07-28 | Fixed some map header files | Pokeglitch |
2018-07-15 | Merge pull request #187 from Rangi42/master | Daniel Harding |
2018-07-15 | Merge pull request #188 from snelson3/consistent-map-header-comments | Daniel Harding |
2018-07-15 | make comments consistent throughout all mapHeader files | Sam Nelson |
2018-07-08 | Document the origin of MissingNo's base stats. | Rangi |
2018-07-02 | Fixed some inconsistencies in the usage of the if-def directive. | Urs-Bjoern Schmidt |
2018-03-22 | spaces in EvosMoves | yenatch |
2018-03-22 | use constants for wEvosMoves size | yenatch |
2018-03-21 | Cleaned up name formatting | bitman44 |
2018-03-20 | Replaced instances of Mon### with the Pokemon's name | bitman44 |
2018-01-29 | Block IDs use hex; zero connections use dec | Remy Oukaour |
2018-01-29 | Use base 10 (note, the previous commit resolves #173) | Remy Oukaour |
2018-01-29 | Add warp, sign, and warp_to macros for data/mapObjects definitions | Remy Oukaour |
2017-06-24 | Fix typos in comments | dannye |
2016-09-04 | Continuing the source-level documentation of roughly where trainers can be found | Summate |