aboutsummaryrefslogtreecommitdiffstats
path: root/data (follow)
Commit message (Expand)AuthorAgeFilesLines
* Factor out MapBadgeFlags and EscapeRopeTilesets data tablesRangi2020-07-082-0/+13
* Use 'tile' and 'tiles' macrosRangi2020-07-071-139/+36
* PSYCHIC -> PSYCHIC_TYPE (PSYCHIC is ambiguous with PSYCHIC_M)Rangi2020-07-0716-267/+263
* Use STARTER[123] constants in TitleMonsRangi2020-07-061-9/+9
* Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ...Rangi2020-07-061-2/+2
* Automatically list all TM##_MOVE and HM##_MOVE valuesRangi2020-07-061-55/+24
* Align tmhm learnsets in rows of 5Rangi2020-07-06145-145/+665
* add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid repeatin...Rangi2020-07-061-55/+58
* TM/HM constants named after movesRangi2020-07-05172-201/+201
* Port pokecrystal's base data and tmhm structureRangi2020-07-05152-4229/+3021
* Logical spacing in data/sgb/sgb_palettes.asmRangi2020-07-051-165/+41
* 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
* 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 b...Rangi2020-07-041-7/+7
* 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
* data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objectsRangi2020-07-03446-0/+0
* Factor out data/sprites/Rangi2020-07-033-361/+360
* Organize macros/ like pokecrystalRangi2020-07-031-0/+8
* Make suggested edits:Rangi2020-07-0360-59/+59
* Simplify map connectionsRangi2020-07-03223-1862/+747
* Reorganize constants/Rangi2020-07-031-1/+1
* Add subdirectories to data/ similar to pokecrystalRangi2020-07-03306-212/+5743
* 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
* Move more tables from engine/ to data/Rangi2020-06-2333-0/+1288
* 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 Polish...Rangi2019-01-01713-3531/+3977
* 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 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 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