From dae887ea62f30e0891c580f5625e0526e09df02f Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Mon, 1 Aug 2016 21:25:52 -0700 Subject: add .align before CRC-16 table --- data/crc16_table.s | 1 + 1 file changed, 1 insertion(+) (limited to 'data') 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 -- cgit v1.2.3