mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
40902ffe24
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
30 lines
586 B
NASM
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
|