| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-01-07 | Use macros to enforce "missable/hide/show object" constraints, and rename ↵ | Rangi | 1 | -1/+1 | |
| them to "toggleable objects" (#557) | |||||
| 2025-09-06 | Fix .tilemap file extension, fix some typos (#138) | Narishma-gb | 2 | -1/+2 | |
| 2025-09-03 | Label and constant cleanup (#528) | Narishma-gb | 1 | -2/+2 | |
| * Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit | |||||
| 2025-01-30 | Fix some label typos, and add some constants instead of raw numbers (#492) | Narishma-gb | 2 | -2/+2 | |
| 2023-11-21 | Fix some map text constants | dannye | 4 | -16/+16 | |
| 2023-11-19 | Fix SAFFRONCTIY typo | dannye | 1 | -1/+1 | |
| 2023-11-19 | Fix inconsistent B1F object consts | dannye | 1 | -3/+3 | |
| 2023-11-19 | Fix inconsistent object const names | dannye | 3 | -18/+18 | |
| 2023-11-19 | Remove incorrect sign object consts | dannye | 2 | -3/+0 | |
| 2023-11-19 | Fix Celedon typo | dannye | 1 | -1/+1 | |
| 2023-10-11 | Use map object consts in data/maps/hide_show_data.asm (#432) | dannye | 208 | -921/+922 | |
| 2023-08-26 | Correct constant name (SILPH, not SLIPH) (#422) | Vortyne | 1 | -1/+1 | |
| 2023-07-13 | Add macros, constants, and labels for map scripts and text (#367) | vulcandth | 215 | -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. | |||||
| 2021-10-05 | `warp_event` warp IDs start at 1, like in pokegold/pokecrystal | Rangi | 214 | -813/+813 | |
| 2021-10-05 | Clean up some redundant or unusual event comments | Rangi | 5 | -16/+16 | |
| 2021-10-05 | `warp_event` warp IDs start at 1, like in pokegold/pokecrystal | Rangi | 212 | -805/+805 | |
| 2021-10-05 | Clean up some redundant or unusual event comments | Rangi | 3 | -9/+9 | |
| 2021-09-26 | Align `object_event` coordinates | Rangi | 204 | -685/+685 | |
| Fixes #336 | |||||
| 2021-09-26 | Unify map event gen1 gen2 (#335) | Yoann Fievez | 223 | -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 | |||||
| 2020-11-14 | Fix file modes | dannye | 223 | -0/+0 | |
| 2020-11-07 | More debug yellow | dannye | 1 | -0/+6 | |
| only debug menu left | |||||
| 2020-11-06 | Sync more with pokered | Rangi | 2 | -3/+3 | |
| 2020-11-04 | Start reorganizing pokeyellow | Rangi | 3 | -5/+4 | |
| 2020-11-04 | Sync with pokered | dannye | 224 | -0/+4206 | |
| 2020-08-21 | Align warp and sign coordinates | Rangi | 213 | -781/+781 | |
| 2020-08-17 | Use def_warps_to macro for automatic warp_to entries | Rangi | 223 | -1019/+234 | |
| 2020-08-17 | Use map constants for SilphCoElevator warps | Rangi | 1 | -2/+2 | |
| 2020-08-17 | Use def_* macros for automatic map event counts | Rangi | 223 | -669/+669 | |
| 2020-08-17 | Use ANY_DIR, UP_DOWN, and LEFT_RIGHT for map objects | Rangi | 66 | -98/+98 | |
| 2020-07-17 | SONY -> RIVAL | Rangi | 2 | -2/+2 | |
| 2020-07-17 | Update sprite names | Rangi | 163 | -557/+557 | |
| These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible | |||||
| 2020-07-15 | Deobfuscate exit warps on indoor maps | TheFakeMateo | 102 | -244/+244 | |
| 2020-07-05 | TM/HM constants named after moves | Rangi | 24 | -27/+27 | |
| 2020-07-03 | data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objects | Rangi | 223 | -0/+4953 | |
| To do: Polished Map support for loading the objects | |||||
