diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-25 16:33:05 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-25 16:44:41 -0400 |
| commit | 95ec2cf039f0efdc6dadfb6fe766ace231a1b6b1 (patch) | |
| tree | 5a7b79846bd7f07e40310da46b21873774a08ef7 /data/sgb | |
| parent | e1f6bb53939be34f55e05cbbd19cd758936b3422 (diff) | |
Verify data table and name list sizes with assertion macros
Fixes #312
Diffstat (limited to 'data/sgb')
| -rw-r--r-- | data/sgb/sgb_palettes.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/sgb/sgb_palettes.asm b/data/sgb/sgb_palettes.asm index 7029b4e8..58aba757 100644 --- a/data/sgb/sgb_palettes.asm +++ b/data/sgb/sgb_palettes.asm @@ -1,5 +1,6 @@ SuperPalettes: ; entries correspond to PAL_* constants + table_width 2 * 4, SuperPalettes RGB 31,29,31, 21,28,11, 20,26,31, 03,02,02 ; PAL_ROUTE RGB 31,29,31, 25,28,27, 20,26,31, 03,02,02 ; PAL_PALLET RGB 31,29,31, 17,26,03, 20,26,31, 03,02,02 ; PAL_VIRIDIAN @@ -49,3 +50,4 @@ ENDC RGB 31,29,31, 30,22,17, 11,15,23, 03,02,02 ; PAL_BADGE RGB 31,29,31, 21,14,09, 18,24,22, 03,02,02 ; PAL_CAVE RGB 31,29,31, 31,28,14, 24,20,10, 03,02,02 ; PAL_GAMEFREAK + assert_table_length NUM_SGB_PALS |
