| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Port and improve hidden_object macro from pokeyellow | Rangi | 2020-07-05 | 1 | -593/+401 | |
| | | | ||||||
| | * | Port credits command constants from pokeyellow | Rangi | 2020-07-05 | 1 | -37/+38 | |
| | | | ||||||
| | * | Update map hide/show data labels | Rangi | 2020-07-05 | 1 | -571/+558 | |
| | | | | | | | | | Fixes #235 | |||||
| | * | Port pokecrystal's formatting of text commands and special characters | Rangi | 2020-07-04 | 12 | -604/+676 | |
| | | | ||||||
| | * | Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵ | Rangi | 2020-07-04 | 1 | -7/+7 | |
| | | | | | | | | | by rgbds 0.4.0) | |||||
| | * | Document why Mew is set apart | Rangi | 2020-07-03 | 1 | -0/+10 | |
| | | | ||||||
| | * | Factor out Mew's pics and base data | Rangi | 2020-07-03 | 1 | -0/+4 | |
| | | | ||||||
| | * | Move more code from home.asm to home/ | Rangi | 2020-07-03 | 3 | -2/+82 | |
| | | | ||||||
| | * | Replace raw hex values with HRAM constants | Rangi | 2020-07-03 | 3 | -26/+26 | |
| | | | | | | | | | To do: turn constants into labels and use ldh | |||||
| | * | data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objects | Rangi | 2020-07-03 | 446 | -0/+0 | |
| | | | | | | | | | To do: Polished Map support for loading the objects | |||||
| | * | Factor out data/sprites/ | Rangi | 2020-07-03 | 3 | -361/+360 | |
| | | | ||||||
| | * | Organize macros/ like pokecrystal | Rangi | 2020-07-03 | 1 | -0/+8 | |
| | | | | | | | | | While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code. | |||||
| | * | Make suggested edits: | Rangi | 2020-07-03 | 60 | -59/+59 | |
| | | | | | | | | | | | | | - data/mapWilds -> data/wild/maps - diglett_sculpture.asm -> book_or_sculpture.asm - relocate some audio/music constants | |||||
| | * | Simplify map connections | Rangi | 2020-07-03 | 223 | -1862/+747 | |
| | | | | | | | | | To do: Polished Map support for detecting the tileset | |||||
| | * | Reorganize constants/ | Rangi | 2020-07-03 | 1 | -1/+1 | |
| | | | | | | | | | To do: add comments associating constants with data and code | |||||
| | * | Add subdirectories to data/ similar to pokecrystal | Rangi | 2020-07-03 | 306 | -212/+5743 | |
| | | | | | | | | | Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/. | |||||
| | * | Add subdirectories to engine/ similar to pokecrystal | Rangi | 2020-07-02 | 1 | -0/+7 | |
| | | | ||||||
| | * | 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 | |
| | | | ||||||
| * | | Add constants for player and rival starters | Rangi | 2020-11-13 | 1 | -6/+6 | |
| | | | ||||||
| * | | Fix typo | dannye | 2020-11-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | More debug yellow | dannye | 2020-11-07 | 1 | -0/+6 | |
| | | | | | | | | | only debug menu left | |||||
| * | | Sync more with pokered | Rangi | 2020-11-06 | 11 | -31/+31 | |
| | | | ||||||
| * | | Remove trailing whitespace | Rangi | 2020-11-05 | 1 | -3/+3 | |
| | | | ||||||
| * | | Sync more with pokered | Rangi | 2020-11-05 | 1 | -0/+36 | |
| | | | ||||||
| * | | Syn base stats' tmhm formatting with pokered | Rangi | 2020-11-05 | 142 | -440/+440 | |
| | | | ||||||
| * | | Remove unused RG/RB graphics | Rangi | 2020-11-05 | 151 | -151/+151 | |
| | | | ||||||
