pokecrystal-board/gfx/pokemon/unown_bitmask_pointers.asm
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

30 lines
586 B
NASM

UnownBitmasksPointers:
table_width 2, UnownBitmasksPointers
dw UnownABitmasks
dw UnownBBitmasks
dw UnownCBitmasks
dw UnownDBitmasks
dw UnownEBitmasks
dw UnownFBitmasks
dw UnownGBitmasks
dw UnownHBitmasks
dw UnownIBitmasks
dw UnownJBitmasks
dw UnownKBitmasks
dw UnownLBitmasks
dw UnownMBitmasks
dw UnownNBitmasks
dw UnownOBitmasks
dw UnownPBitmasks
dw UnownQBitmasks
dw UnownRBitmasks
dw UnownSBitmasks
dw UnownTBitmasks
dw UnownUBitmasks
dw UnownVBitmasks
dw UnownWBitmasks
dw UnownXBitmasks
dw UnownYBitmasks
dw UnownZBitmasks
assert_table_length NUM_UNOWN