12 Commits

Author SHA1 Message Date
Rangi 5b4a996655 Specify a max item length for list_start (#1210) 2026-01-20 19:09:06 -05:00
Rangi d2c9e2d74f Use features of RGBDS 1.0.0 (#138) 2025-11-12 15:44:00 -05:00
Rangi42 91f0b712b4 Say how many bytes the assertion macros expected vs got 2025-08-13 12:58:36 -04:00
Rangi42 4bb3ed7ebb Simplify li macro 2025-06-11 15:44:28 -04:00
Rangi42 fb0ee60bf9 Use features new to RGBDS 0.9.2 2025-05-10 13:03:07 -04:00
Rangi 3affb23969 Don't pass redundant label names to table_width and list_start (#126) 2024-12-27 12:35:41 -05:00
vulcandth 464c67ee73 RGBDS syntax updates (#78)
New MACRO and DEF syntax
2022-06-06 17:25:39 -04:00
Rangi ddb01660dd Use compound assignment operators 2021-11-23 20:46:40 -05:00
Rangi 40dbe0df04 Use rgbds 0.5.0 2021-04-20 21:17:09 -04:00
Rangi bc59bad170 Verify uneven list sizes with list_start, li, and assert_list_length macros 2021-03-23 09:57:48 -04:00
Rangi 472051eb5e Verify wild data sizes with def_grass/water_wildmons and end_grass/water_wildmons macros 2021-03-05 16:18:43 -05:00
Rangi 5454e1e0de Verify data table sizes with table_width and assert_table_length macros
It also uncovered some off-by-one issues with defining some constants.

A few structs now use rsreset/_RS to define their offset constants.
2021-03-05 16:10:25 -05:00