Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-25 | Verify data table and name list sizes with assertion macros | Rangi | |
Fixes #312 | |||
2020-07-14 | Clean up some data, using macros for multiline list entries | Rangi | |
2020-07-09 | Use const_skip and const_next macros for brevity | Rangi | |
2020-07-07 | Use HIGH() and LOW() | Rangi | |
2020-07-03 | Organize macros/ like pokecrystal | Rangi | |
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code. | |||
2020-07-03 | Make suggested edits: | Rangi | |
- data/mapWilds -> data/wild/maps - diglett_sculpture.asm -> book_or_sculpture.asm - relocate some audio/music constants | |||
2020-07-03 | Reorganize constants/ | Rangi | |
To do: add comments associating constants with data and code |