diff options
-rw-r--r-- | data/crc16_table.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/crc16_table.s b/data/crc16_table.s index 95ff4225f..a1f8babd0 100644 --- a/data/crc16_table.s +++ b/data/crc16_table.s @@ -1,3 +1,4 @@ + .align 1 gCrc16Table:: @ 82087DC .2byte 0x0000, 0x1189, 0x2312, 0x329B, 0x4624, 0x57AD, 0x6536, 0x74BF .2byte 0x8C48, 0x9DC1, 0xAF5A, 0xBED3, 0xCA6C, 0xDBE5, 0xE97E, 0xF8F7 |