diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-08-29 00:12:03 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-08-29 00:12:03 +0200 |
commit | 8d383810aa08aa9594086ed2f8b3e6a50927d53c (patch) | |
tree | c1282d9dd1c1cd804f1a390f25520464fbada381 | |
parent | 21748d0a9416d453d844ed1a95341c64d69e5091 (diff) |
add comment about data order
-rw-r--r-- | arm9/src/unk_02006D98.c | 3 |
1 files changed, 3 insertions, 0 deletions
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} |