From 8d383810aa08aa9594086ed2f8b3e6a50927d53c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Calixte?= Date: Sun, 29 Aug 2021 00:12:03 +0200 Subject: add comment about data order --- arm9/src/unk_02006D98.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arm9') diff --git a/arm9/src/unk_02006D98.c b/arm9/src/unk_02006D98.c index e4d7008d..ef629555 100644 --- a/arm9/src/unk_02006D98.c +++ b/arm9/src/unk_02006D98.c @@ -489,6 +489,9 @@ const int UNK_020ECBD0[4][4] = { { 160, 160, 224, 176 }, { 160, 160, 224, 176 }, { 160, 176, 224, 192 }, { 160, 192, 224, 208 } }; + +// the structure should be something like that but the symbol order is all wrong this way. Let just dump the raw bytes for now. + // const int UNK_020ECD4C[4][2][4] = { // { // {0, 0, 0x50, 0x50}, {0x50, 0, 0xA0, 0x50} -- cgit v1.2.3