aboutsummaryrefslogtreecommitdiffstats
path: root/data/maps/objects (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-172-2/+2
|\
| * Use macros to enforce "missable/hide/show object" constraints, and rename ↵Rangi2026-01-071-1/+1
| | | | | | | | them to "toggleable objects" (#557)
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-09-061-2/+2
|\|
| * Label and constant cleanup (#528)Narishma-gb2025-09-031-2/+2
| | | | | | | | | | * Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit
* | Fix .tilemap file extension, fix some typos (#138)Narishma-gb2025-09-062-1/+2
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-302-2/+2
|\|
| * Fix some label typos, and add some constants instead of raw numbers (#492)Narishma-gb2025-01-302-2/+2
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-214-16/+16
|\|
| * Fix some map text constantsdannye2023-11-214-16/+16
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-20216-1143/+2509
|\|
| * Fix SAFFRONCTIY typodannye2023-11-191-1/+1
| |
| * Fix inconsistent B1F object constsdannye2023-11-191-3/+3
| |
| * Fix inconsistent object const namesdannye2023-11-193-18/+18
| |
| * Remove incorrect sign object constsdannye2023-11-192-3/+0
| |
| * Fix Celedon typodannye2023-11-191-1/+1
| |
| * Use map object consts in data/maps/hide_show_data.asm (#432)dannye2023-10-11208-921/+922
| |
| * Correct constant name (SILPH, not SLIPH) (#422)Vortyne2023-08-261-1/+1
| |
| * Add macros, constants, and labels for map scripts and text (#367)vulcandth2023-07-13215-1116/+2453
| | | | | | 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-05212-805/+805
| |
| * Clean up some redundant or unusual event commentsRangi2021-10-053-9/+9
| |
* | `warp_event` warp IDs start at 1, like in pokegold/pokecrystalRangi2021-10-05214-813/+813
| |
* | Clean up some redundant or unusual event commentsRangi2021-10-055-16/+16
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-09-26205-708/+708
|\|
| * Align `object_event` coordinatesRangi2021-09-26204-685/+685
| | | | | | | | Fixes #336
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-09-26224-2631/+2631
|\|
| * Unify map event gen1 gen2 (#335)Yoann Fievez2021-09-26223-2593/+2593
| | | | | | | | | | | | | | | | | | * 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-14221-0/+0
|\|
| * Fix file modesdannye2020-11-14223-0/+0
| |
| * 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
| |
| * SONY -> RIVALRangi2020-07-172-2/+2
| |
| * Update sprite namesRangi2020-07-17163-557/+557
| | | | | | | | 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
| |
| * TM/HM constants named after movesRangi2020-07-0524-27/+27
| |
| * data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objectsRangi2020-07-03223-0/+4953
| | | | To do: Polished Map support for loading the objects
* More debug yellowdannye2020-11-071-0/+6
| | | | only debug menu left
* Sync more with pokeredRangi2020-11-062-3/+3
|
* Start reorganizing pokeyellowRangi2020-11-043-5/+4
|
* Sync with pokereddannye2020-11-04224-0/+4206