Skip to content

Commit

Permalink
I'm missing big-endian already
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicdcer committed Aug 7, 2024
1 parent 9f844f4 commit 4080036
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion config/splat.us.ric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ segments:
- [0x188F4, .data, d_188F4]
- [0x1895C, .data, 21250]
- [0x18A6C, assets, factory_blueprint, g_RicFactoryBlueprints]
- [0x18C40, data, d_18C40]
- [0x18C40, .data, d_18C40]
- [0x194B0, .data, d_194B0]
- [0x19B50, .data, d_19B50]
- [0x19BE0, .data, d_19BE0]
Expand Down
20 changes: 10 additions & 10 deletions src/ric/d_18C40.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,34 +26,34 @@ u8 D_80154CF4[] = {0x02, 0x09, 0x03, 0x0A, 0x04, 0x0B,
0x05, 0x0C, 0x06, 0x0D, 0x00, 0x00};

unkStr_8011E4BC D_80154D00 = {
0x08, 0xC0, 0x60, 0x00, 0x01, 0x01, 0x0400, 0x3300, 0x0300, 0x00008008};
0x08, 0xC0, 0x60, 0x00, 0x01, 0x01, 0x0004, 0x0033, 0x0003, 0x08800000};

unkStr_8011E4BC D_80154D10 = {
0x10, 0x7F, 0x7F, 0x7F, 0x01, 0x01, 0x0200, 0x3300, 0x0100, 0x0000800C};
0x10, 0x7F, 0x7F, 0x7F, 0x01, 0x01, 0x0002, 0x0033, 0x0001, 0x0C800000};

unkStr_8011E4BC D_80154D20 = {
0x08, 0x7F, 0x7F, 0x7F, 0x02, 0x02, 0x0200, 0x3300, 0x0000, 0x00008008};
0x08, 0x7F, 0x7F, 0x7F, 0x02, 0x02, 0x0002, 0x0033, 0x0000, 0x08800000};

unkStr_8011E4BC D_80154D30 = {
0x06, 0x7F, 0xFF, 0xFF, 0x01, 0x01, 0x0400, 0x7300, 0x0300, 0x00008008};
0x06, 0x7F, 0xFF, 0xFF, 0x01, 0x01, 0x0004, 0x0073, 0x0003, 0x08800000};

unkStr_8011E4BC D_80154D40 = {
0x0C, 0xC0, 0x60, 0x00, 0x01, 0x01, 0x0400, 0x3300, 0x0300, 0x00008008};
0x0C, 0xC0, 0x60, 0x00, 0x01, 0x01, 0x0004, 0x0033, 0x0003, 0x08800000};

unkStr_8011E4BC D_80154D50 = {
0x0C, 0x7F, 0x00, 0x00, 0x03, 0x03, 0x0200, 0x0200, 0x0400, 0x0000800C};
0x0C, 0x7F, 0x00, 0x00, 0x03, 0x03, 0x0002, 0x0002, 0x0004, 0x0C800000};

unkStr_8011E4BC D_80154D60 = {
0x08, 0x1F, 0x1F, 0x7F, 0x01, 0x01, 0x0400, 0x3300, 0x0600, 0x0000800C};
0x08, 0x1F, 0x1F, 0x7F, 0x01, 0x01, 0x0004, 0x0033, 0x0006, 0x0C800000};

unkStr_8011E4BC D_80154D70 = {
0x14, 0x7F, 0x7F, 0xC0, 0x01, 0x01, 0xFEFF, 0x3300, 0x0700, 0x0000800C};
0x14, 0x7F, 0x7F, 0xC0, 0x01, 0x01, 0xFFFE, 0x0033, 0x0007, 0x0C800000};

unkStr_8011E4BC D_80154D80 = {
0x06, 0xC0, 0xC0, 0xC0, 0x02, 0x02, 0x0200, 0x7B00, 0x0800, 0x00008008};
0x06, 0xC0, 0xC0, 0xC0, 0x02, 0x02, 0x0002, 0x007B, 0x0008, 0x08800000};

unkStr_8011E4BC D_80154D90 = {
0x10, 0x7F, 0x7F, 0x7F, 0x01, 0x01, 0x0200, 0x3300, 0x0900, 0x00008008};
0x10, 0x7F, 0x7F, 0x7F, 0x01, 0x01, 0x0002, 0x0033, 0x0009, 0x08800000};

unkStr_8011E4BC* D_80154DA0[] = {
&D_80154D00, &D_80154D10, &D_80154D20, &D_80154D30, &D_80154D40,
Expand Down

0 comments on commit 4080036

Please sign in to comment.