aboutsummaryrefslogtreecommitdiffstats
path: root/constants/map_data_constants.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Check limits for warp, bg, and object eventsRangi422025-07-021-0/+6
|
* Define `MAX_WARP_EVENTS`Rangi422025-07-021-0/+3
|
* Add constants for wMapConnections bits and group map header wram labelsLinus Unnebäck2023-11-171-0/+7
| | | | | | | | | * Add constants for wMapConnections bits * Apply Vulcandth and Rangi42 feedback --------- Co-authored-by: vulcandth <vulcandth@gmail.com>
* RGBDS syntax updates (#358)vulcandth2022-06-061-1/+1
| | | New MACRO and DEF syntax
* Improve new constants and comment based on feedbackSatoMew2020-11-291-7/+7
|
* Update related tile animation constantsSatoMew2020-11-291-4/+4
|
* Fix file modesdannye2020-11-141-0/+0
|
* Use const_skip and const_next macros for brevityRangi2020-07-091-7/+9
|
* Organize macros/ like pokecrystalRangi2020-07-031-0/+5
| | | | While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
* Reorganize constants/Rangi2020-07-031-0/+9
To do: add comments associating constants with data and code