aboutsummaryrefslogtreecommitdiffstats
path: root/data/maps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Verify data table and name list sizes with assertion macrosRangi2021-03-257-2/+39
| | | | Fixes #312
* Fix file modesdannye2020-11-14456-0/+0
|
* Remove trailing whitespaceRangi2020-11-051-3/+3
|
* Use constants to delineate map types, and factor out more dataRangi2020-08-311-0/+5
|
* Align warp and sign coordinatesRangi2020-08-21213-781/+781
|
* Use def_warps_to macro for automatic warp_to entriesRangi2020-08-17223-1019/+234
|
* Use map constants for SilphCoElevator warpsRangi2020-08-171-2/+2
|
* Use def_* macros for automatic map event countsRangi2020-08-17223-669/+669
|
* Use ANY_DIR, UP_DOWN, and LEFT_RIGHT for map objectsRangi2020-08-1766-98/+98
|
* Fix Town Map coordinates to be in (X, Y) order as comments claimRangi2020-08-171-97/+97
|
* Add comments associating constants with data, and identify some more dataRangi2020-07-201-1/+1
|
* Port dbsprite macro for OAM y,x,tile,attr data from pokecrystalRangi2020-07-171-15/+16
|
* SONY -> RIVALRangi2020-07-172-2/+2
|
* Update sprite namesRangi2020-07-17164-623/+623
| | | | These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible
* Deobfuscate exit warps on indoor mapsTheFakeMateo2020-07-15102-244/+244
|
* Indent comments that describe data table macro formatsRangi2020-07-152-3/+3
|
* Clean up some data, using macros for multiline list entriesRangi2020-07-149-356/+288
|
* Factor out MapBadgeFlags and EscapeRopeTilesets data tablesRangi2020-07-081-0/+10
|
* TM/HM constants named after movesRangi2020-07-0524-27/+27
|
* Update map hide/show data labelsRangi2020-07-051-571/+558
| | | | Fixes #235
* Port pokecrystal's formatting of text commands and special charactersRangi2020-07-041-1/+1
|
* Replace raw hex values with HRAM constantsRangi2020-07-031-2/+2
| | | | To do: turn constants into labels and use ldh
* data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objectsRangi2020-07-03446-0/+5700
| | | | To do: Polished Map support for loading the objects
* Factor out data/sprites/Rangi2020-07-031-361/+0
|
* Add subdirectories to data/ similar to pokecrystalRangi2020-07-0312-0/+2298
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.