mirror of https://github.com/zeldaret/tmc.git
format position offsets
This commit is contained in:
parent
553e6d0b10
commit
0674660b0d
|
@ -701,24 +701,35 @@ const s8 *const gUnk_080CC090[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
const s8 gUnk_080CC0A0[] = {
|
const s8 gUnk_080CC0A0[] = {
|
||||||
-0x8, -0x8, -0x8, 0x8,
|
-0x8, -0x8,
|
||||||
0x8, -0x8, 0x8, 0x8,
|
-0x8, 0x8,
|
||||||
|
0x8, -0x8,
|
||||||
|
0x8, 0x8,
|
||||||
};
|
};
|
||||||
|
|
||||||
const s8 gUnk_080CC0A8[] = {
|
const s8 gUnk_080CC0A8[] = {
|
||||||
0xF0, 0xF0, 0x00, 0xF0,
|
-0x10, -0x10,
|
||||||
0x10, 0xF0, 0xF0, 0x00,
|
0x00, -0x10,
|
||||||
0x00, 0x00, 0x10, 0x00,
|
0x10, -0x10,
|
||||||
0xF0, 0x10, 0x00, 0x10,
|
-0x10, 0x00,
|
||||||
|
0x00, 0x00,
|
||||||
|
0x10, 0x00,
|
||||||
|
-0x10, 0x10,
|
||||||
|
0x00, 0x10,
|
||||||
0x10, 0x10,
|
0x10, 0x10,
|
||||||
};
|
};
|
||||||
|
|
||||||
const s8 gUnk_080CC0BA[] = {
|
const s8 gUnk_080CC0BA[] = {
|
||||||
0x00, 0xF0, 0x13, 0x00,
|
0x00, -0x10,
|
||||||
0x00, 0x14, 0xED, 0x00,
|
0x13, 0x00,
|
||||||
|
0x00, 0x14,
|
||||||
|
-0x13, 0x00,
|
||||||
};
|
};
|
||||||
|
|
||||||
const s8 gUnk_080CC0C2[] = {
|
const s8 gUnk_080CC0C2[] = {
|
||||||
0xFF, 0x01, 0xFE, 0x02, 0xFD, 0x03, 0xFC, 0x04,
|
-1, 1,
|
||||||
|
-2, 2,
|
||||||
|
-3, 3,
|
||||||
|
-4, 4,
|
||||||
};
|
};
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
Loading…
Reference in New Issue