aboutsummaryrefslogtreecommitdiffstats
path: root/data/maps (follow)
Commit message (Collapse)AuthorAge
* Verify data table and name list sizes with assertion macrosRangi2021-03-25
| | | | Fixes #312
* Fix file modesdannye2020-11-14
|
* Remove trailing whitespaceRangi2020-11-05
|
* Use constants to delineate map types, and factor out more dataRangi2020-08-31
|
* Align warp and sign coordinatesRangi2020-08-21
|
* Use def_warps_to macro for automatic warp_to entriesRangi2020-08-17
|
* Use map constants for SilphCoElevator warpsRangi2020-08-17
|
* Use def_* macros for automatic map event countsRangi2020-08-17
|
* Use ANY_DIR, UP_DOWN, and LEFT_RIGHT for map objectsRangi2020-08-17
|
* Fix Town Map coordinates to be in (X, Y) order as comments claimRangi2020-08-17
|
* Add comments associating constants with data, and identify some more dataRangi2020-07-20
|
* Port dbsprite macro for OAM y,x,tile,attr data from pokecrystalRangi2020-07-17
|
* SONY -> RIVALRangi2020-07-17
|
* Update sprite namesRangi2020-07-17
| | | | These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible
* Deobfuscate exit warps on indoor mapsTheFakeMateo2020-07-15
|
* Indent comments that describe data table macro formatsRangi2020-07-15
|
* Clean up some data, using macros for multiline list entriesRangi2020-07-14
|
* Factor out MapBadgeFlags and EscapeRopeTilesets data tablesRangi2020-07-08
|
* TM/HM constants named after movesRangi2020-07-05
|
* Update map hide/show data labelsRangi2020-07-05
| | | | Fixes #235
* Port pokecrystal's formatting of text commands and special charactersRangi2020-07-04
|
* 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
|
* 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/.