aboutsummaryrefslogtreecommitdiffstats
path: root/data/maps/hide_show_data.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-01-07Use macros to enforce "missable/hide/show object" constraints, and rename ↵Rangi1-568/+0
them to "toggleable objects" (#557)
2025-08-13List end markers (-1 aka $FF) are not part of table dataRangi421-3/+3
2024-12-27Don't pass redundant label names to `table_width` and `list_start` (#125)Rangi1-2/+2
2024-12-27Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi1-2/+2
2023-11-19Fix SAFFRONCTIY typodannye1-1/+1
2023-11-19Fix inconsistent B1F object constsdannye1-3/+3
2023-10-11Use map object consts in data/maps/hide_show_data.asm (#432)dannye1-228/+228
2021-05-31Some miscellaneous changes, syncing more with pokeredRangi1-1/+1
2021-03-25Verify data table and name list sizes with assertion macrosRangi1-0/+4
Fixes #312
2020-11-14Fix file modesdannye1-0/+0
2020-11-06Sync more with pokeredRangi1-3/+3
2020-11-04Start reorganizing pokeyellowRangi1-5/+2
2020-11-04Sync with pokereddannye1-0/+581
2020-07-20Add comments associating constants with data, and identify some more dataRangi1-1/+1
2020-07-14Clean up some data, using macros for multiline list entriesRangi1-2/+2
2020-07-05Update map hide/show data labelsRangi1-571/+558
Fixes #235
2020-07-03Replace raw hex values with HRAM constantsRangi1-2/+2
To do: turn constants into labels and use ldh
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi1-0/+0
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
2020-05-20Sync with pokereddannye1-241/+241
2019-01-01Rename map files, labels, and constants to be consistent and work with ↵Rangi1-90/+90
Polished Map
2016-07-27Replace unnecessary tabs with spacesdannye1-2/+2
2016-06-12Remove more address commentsdannye1-1/+1
2016-06-11remove address commentsYamaArashi1-78/+78
2016-06-11remove address commentsYamaArashi1-76/+76
2016-06-06Clean up white spacedannye1-2/+2
2016-05-31Champion's room; resolve predefspikalaxalt1-244/+244
2016-05-26Merge map ID and dimension constants into a single filepikalaxalt1-1/+1
2015-10-29overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion1-1/+1
W_, add PIKAHAPPY_TRADE Also make replace.sh take args
2015-10-04Some bank3 documentationluckytyphlosion1-89/+105
2015-08-30No more W_dannye1-1/+1
2014-05-26Remove most static wram addresses. Use labels instead.yenatch1-1/+1
For unknown addresses, use "w<address>". Label overleads are still an issue.
2014-05-19Pull more data out of main.asmU-Fish-PC\Daniel1-0/+577