Skip to content

Commit

Permalink
update 6.60 02g offsets
Browse files Browse the repository at this point in the history
  • Loading branch information
hrimfaxi committed Aug 12, 2011
1 parent c032bcb commit 4388605
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions popsloader/popcorn/popcorn_patch_offset.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ PatchOffset g_660_offsets = {
.pops_patch = {
.decomp = {
{ 0x000D5424, 0x0000DB78 }, // 01G
{ 0xDEADBEEF, 0xDEADBEEF }, // 02G
{ 0x000D64DC, 0x0000DB78 }, // 02G
{ 0xDEADBEEF, 0xDEADBEEF }, // 03G
{ 0xDEADBEEF, 0xDEADBEEF }, // 04G
{ 0xDEADBEEF, 0xDEADBEEF }, // 05G
Expand All @@ -47,7 +47,7 @@ PatchOffset g_660_offsets = {
},
.ICON0SizeOffset = {
0x00036D50, // 01G
0xDEADBEEF, // 02G
0x00037D8C, // 02G
0xDEADBEEF, // 03G
0xDEADBEEF, // 04G
0xDEADBEEF, // 05G
Expand All @@ -58,7 +58,7 @@ PatchOffset g_660_offsets = {
},
.manualNameCheck = {
0x00025248, // 01G
0xDEADBEEF, // 02G
0x00025754, // 02G
0xDEADBEEF, // 03G
0xDEADBEEF, // 04G
0xDEADBEEF, // 05G
Expand Down

0 comments on commit 4388605

Please sign in to comment.