aboutsummaryrefslogtreecommitdiffstats
path: root/data/maps/hide_show_data.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use macros to enforce "missable/hide/show object" constraints, and rename ↵Rangi2026-01-071-568/+0
| | | | them to "toggleable objects" (#557)
* List end markers (-1 aka $FF) are not part of table dataRangi422025-08-131-3/+3
|
* Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi2024-12-271-2/+2
|
* Fix SAFFRONCTIY typodannye2023-11-191-1/+1
|
* Fix inconsistent B1F object constsdannye2023-11-191-3/+3
|
* Use map object consts in data/maps/hide_show_data.asm (#432)dannye2023-10-111-228/+228
|
* Verify data table and name list sizes with assertion macrosRangi2021-03-251-0/+4
| | | | Fixes #312
* Fix file modesdannye2020-11-141-0/+0
|
* Add comments associating constants with data, and identify some more dataRangi2020-07-201-1/+1
|
* Clean up some data, using macros for multiline list entriesRangi2020-07-141-2/+2
|
* Update map hide/show data labelsRangi2020-07-051-571/+558
| | | | Fixes #235
* Replace raw hex values with HRAM constantsRangi2020-07-031-2/+2
| | | | To do: turn constants into labels and use ldh
* Add subdirectories to data/ similar to pokecrystalRangi2020-07-031-0/+577
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.