aboutsummaryrefslogtreecommitdiffstats
path: root/data (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Port and improve hidden_object macro from pokeyellowRangi2020-07-051-593/+401
| |
| * Port credits command constants from pokeyellowRangi2020-07-051-37/+38
| |
| * Update map hide/show data labelsRangi2020-07-051-571/+558
| | | | | | | | Fixes #235
| * Port pokecrystal's formatting of text commands and special charactersRangi2020-07-0412-604/+676
| |
| * Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi2020-07-041-7/+7
| | | | | | | | by rgbds 0.4.0)
| * Document why Mew is set apartRangi2020-07-031-0/+10
| |
| * Factor out Mew's pics and base dataRangi2020-07-031-0/+4
| |
| * Move more code from home.asm to home/Rangi2020-07-033-2/+82
| |
| * Replace raw hex values with HRAM constantsRangi2020-07-033-26/+26
| | | | | | | | To do: turn constants into labels and use ldh
| * data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objectsRangi2020-07-03446-0/+0
| | | | | | | | To do: Polished Map support for loading the objects
| * Factor out data/sprites/Rangi2020-07-033-361/+360
| |
| * Organize macros/ like pokecrystalRangi2020-07-031-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:Rangi2020-07-0360-59/+59
| | | | | | | | | | | | - data/mapWilds -> data/wild/maps - diglett_sculpture.asm -> book_or_sculpture.asm - relocate some audio/music constants
| * Simplify map connectionsRangi2020-07-03223-1862/+747
| | | | | | | | To do: Polished Map support for detecting the tileset
| * Reorganize constants/Rangi2020-07-031-1/+1
| | | | | | | | To do: add comments associating constants with data and code
| * Add subdirectories to data/ similar to pokecrystalRangi2020-07-03306-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 pokecrystalRangi2020-07-021-0/+7
| |
| * 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
| |
* | Add constants for player and rival startersRangi2020-11-131-6/+6
| |
* | Fix typodannye2020-11-071-1/+1
| |
* | More debug yellowdannye2020-11-071-0/+6
| | | | | | | | only debug menu left
* | Sync more with pokeredRangi2020-11-0611-31/+31
| |
* | Remove trailing whitespaceRangi2020-11-051-3/+3
| |
* | Sync more with pokeredRangi2020-11-051-0/+36
| |
* | Syn base stats' tmhm formatting with pokeredRangi2020-11-05142-440/+440
| |
* | Remove unused RG/RB graphicsRangi2020-11-05151-151/+151
| |