aboutsummaryrefslogtreecommitdiffstats
path: root/data/maps (follow)
Commit message (Collapse)AuthorAge
* Use macros to enforce "missable/hide/show object" constraints, and rename ↵Rangi2026-01-07
| | | | them to "toggleable objects" (#557)
* Clarify how the order of map constants matters for the Town Map (#553)Rangi2025-12-15
|
* Label and constant cleanup (#528)Narishma-gb2025-09-03
| | | | | * Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit
* List end markers (-1 aka $FF) are not part of table dataRangi422025-08-13
|
* Fix some label typos, and add some constants instead of raw numbers (#492)Narishma-gb2025-01-30
|
* Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi2024-12-27
|
* Fix some map text constantsdannye2023-11-21
|
* Fix SAFFRONCTIY typodannye2023-11-19
|
* Fix inconsistent B1F object constsdannye2023-11-19
|
* Fix inconsistent object const namesdannye2023-11-19
|
* Remove incorrect sign object constsdannye2023-11-19
|
* Fix Celedon typodannye2023-11-19
|
* Use map object consts in data/maps/hide_show_data.asm (#432)dannye2023-10-11
|
* Correct constant name (SILPH, not SLIPH) (#422)Vortyne2023-08-26
|
* Thoroughly document debug code (#410)SatoMew2023-07-15
|
* Add macros, constants, and labels for map scripts and text (#367)vulcandth2023-07-13
| | | This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
* Use a SPRITE_SET_LENGTH constantRangi2022-09-24
|
* Add constants and table macros for the map sprite sets (#392)Rangi2022-09-24
| | | Fixes #391
* Remove empty lines on the top of map header files (#375)vulcandth2022-07-10
|
* RGBDS syntax updates (#358)vulcandth2022-06-06
| | | New MACRO and DEF syntax
* `warp_event` warp IDs start at 1, like in pokegold/pokecrystalRangi2021-10-05
|
* Clean up some redundant or unusual event commentsRangi2021-10-05
|
* Align `object_event` coordinatesRangi2021-09-26
| | | | Fixes #336
* Unify map event gen1 gen2 (#335)Yoann Fievez2021-09-26
| | | | | | | | | * Update sign to bg_event #289 * Rename warp to warp_event * Replace object to object_event * Move warp macro parameter from warp x, y, id, map to warp_event x, y, map, id
* Change terminology as per feedbackSatoMew2021-05-08
|
* Identify the connections between Routes 22 and 23 as unusedSatoMew2021-05-08
|
* 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
|