aboutsummaryrefslogtreecommitdiffstats
path: root/data (follow)
Commit message (Collapse)AuthorAge
* Logical spacing in data/sgb/sgb_palettes.asmRangi2020-07-05
|
* Port and improve hidden_object macro from pokeyellowRangi2020-07-05
|
* Port credits command constants from pokeyellowRangi2020-07-05
|
* Update map hide/show data labelsRangi2020-07-05
| | | | Fixes #235
* Port pokecrystal's formatting of text commands and special charactersRangi2020-07-04
|
* Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi2020-07-04
| | | | by rgbds 0.4.0)
* Document why Mew is set apartRangi2020-07-03
|
* Factor out Mew's pics and base dataRangi2020-07-03
|
* Move more code from home.asm to home/Rangi2020-07-03
|
* Replace raw hex values with HRAM constantsRangi2020-07-03
| | | | To do: turn constants into labels and use ldh
* data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objectsRangi2020-07-03
| | | | To do: Polished Map support for loading the objects
* Factor out data/sprites/Rangi2020-07-03
|
* Organize macros/ like pokecrystalRangi2020-07-03
| | | | 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-03
| | | | | | - data/mapWilds -> data/wild/maps - diglett_sculpture.asm -> book_or_sculpture.asm - relocate some audio/music constants
* Simplify map connectionsRangi2020-07-03
| | | | To do: Polished Map support for detecting the tileset
* Reorganize constants/Rangi2020-07-03
| | | | To do: add comments associating constants with data and code
* Add subdirectories to data/ similar to pokecrystalRangi2020-07-03
| | | | 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-02
|
* Individual images for party menu icon graphicsRangi2020-06-27
|
* Merge pic/ into gfx/Rangi2020-06-27
|
* Replace .tilecoll files with tile ID db dataRangi2020-06-27
|
* Organize gfx/Rangi2020-06-27
|
* Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi2020-06-27
| | | 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-23
| | | | 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-08
|
* Rename map files, labels, and constants to be consistent and work with ↵Rangi2019-01-01
| | | | Polished Map
* Another map header fixPokeglitch2018-07-28
|
* Fixed some map header filesPokeglitch2018-07-28
|
* Merge pull request #187 from Rangi42/masterDaniel Harding2018-07-15
|\ | | | | Document MissingNo's base stats, and silence an rgbds warning
| * Document the origin of MissingNo's base stats.Rangi2018-07-08
| |
* | Merge pull request #188 from snelson3/consistent-map-header-commentsDaniel Harding2018-07-15
|\ \ | |/ |/| make comments consistent throughout all mapHeader files
| * make comments consistent throughout all mapHeader filesSam Nelson2018-07-15
| |
* | Fixed some inconsistencies in the usage of the if-def directive.Urs-Bjoern Schmidt2018-07-02
|/
* spaces in EvosMovesyenatch2018-03-22
|
* use constants for wEvosMoves sizeyenatch2018-03-22
|
* Cleaned up name formattingbitman442018-03-21
|
* Replaced instances of Mon### with the Pokemon's namebitman442018-03-20
|
* Block IDs use hex; zero connections use decRemy Oukaour2018-01-29
|
* Use base 10 (note, the previous commit resolves #173)Remy Oukaour2018-01-29
|
* Add warp, sign, and warp_to macros for data/mapObjects definitionsRemy Oukaour2018-01-29
|
* Fix typos in commentsdannye2017-06-24
|
* Continuing the source-level documentation of roughly where trainers can be foundSummate2016-09-04
|
* Replace unnecessary tabs with spacesdannye2016-07-27
|
* Remove the last address commentsdannye2016-06-12
| | | | | except for wram.asm and sram.asm also delete unused yellow file
* remove address commentsYamaArashi2016-06-11
|
* Merge branch 'master' of https://github.com/pret/pokeredpikalaxalt2016-06-09
|\
| * Remove the Beach House option.IIMarckus2016-06-07
| |
* | TX_SFX_KEY_ITEM and `mapconst` macropikalaxalt2016-05-30
|/
* Remove the last remaining IF DEF(_YELLOW)pikalaxalt2016-05-13
|
* Merge branch 'master' of https://github.com/pret/pokeredpikalaxalt2016-05-13
|\