pokecrystal-board/macros/scripts
Rangi 40902ffe24 Verify data table sizes with table_width and assert_table_length macros
This was discussed in #706

It also uncovered some off-by-one issues with defining some constants.

A few structs now use rsreset/_RS to define their offset constants, as discussed in #739
2021-03-04 00:15:03 -05:00
..
audio.asm Use more assertions to ensure correct code and data 2020-10-26 22:24:38 -04:00
battle_anims.asm Use more assertions to ensure correct code and data 2020-10-26 22:24:38 -04:00
battle_commands.asm Verify data table sizes with table_width and assert_table_length macros 2021-03-04 00:15:03 -05:00
events.asm Rename some labels 2020-12-23 16:29:30 -05:00
gfx_anims.asm Use const_skip and const_next macros for brevity 2020-07-10 20:03:46 -04:00
maps.asm Use more assertions to ensure correct code and data 2020-10-26 22:24:38 -04:00
movement.asm Use const_skip and const_next macros for brevity 2020-07-10 20:03:46 -04:00
text.asm TX_NUM -> TX_DECIMAL 2020-08-03 23:35:18 +02:00