aboutsummaryrefslogtreecommitdiffstats
path: root/data/maps/objects/CeruleanCity.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-201-17/+30
|\
| * Use map object consts in data/maps/hide_show_data.asm (#432)dannye2023-10-111-11/+11
| |
| * Add macros, constants, and labels for map scripts and text (#367)vulcandth2023-07-131-17/+30
| | | | | | 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.
| * `warp_event` warp IDs start at 1, like in pokegold/pokecrystalRangi2021-10-051-10/+10
| |
* | `warp_event` warp IDs start at 1, like in pokegold/pokecrystalRangi2021-10-051-10/+10
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-09-261-5/+5
|\|
| * Align `object_event` coordinatesRangi2021-09-261-5/+5
| | | | | | | | Fixes #336
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-09-261-30/+30
|\|
| * Unify map event gen1 gen2 (#335)Yoann Fievez2021-09-261-30/+30
| | | | | | | | | | | | | | | | | | * 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
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-141-0/+0
|\|
| * Fix file modesdannye2020-11-141-0/+0
| |
| * Align warp and sign coordinatesRangi2020-08-211-4/+4
| |
| * Use def_warps_to macro for automatic warp_to entriesRangi2020-08-171-11/+1
| |
| * Use def_* macros for automatic map event countsRangi2020-08-171-3/+3
| |
| * Use ANY_DIR, UP_DOWN, and LEFT_RIGHT for map objectsRangi2020-08-171-3/+3
| |
| * Update sprite namesRangi2020-07-171-7/+7
| | | | | | | | These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible
| * data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objectsRangi2020-07-031-0/+47
| | | | To do: Polished Map support for loading the objects
* Sync more with pokeredRangi2020-11-061-1/+1
|
* Sync with pokereddannye2020-11-041-0/+37