- Joined
- Mar 31, 2009
- Messages
- 3,953
- Solutions
- 1
- Reaction score
- 33
- Trophies
- 1
- Website
- Visit site
- XP
- 361
- Country

Is there a way to permanently patch a cheat into an ISO (such as the difficulty modifier into MPT)?

typedef struct _dolheader {
ÂÂÂÂu32 text_pos[7];
ÂÂÂÂu32 data_pos[11];
ÂÂÂÂu32 text_start[7];
ÂÂÂÂu32 data_start[11];
ÂÂÂÂu32 text_size[7];
ÂÂÂÂu32 data_size[11];
ÂÂÂÂu32 bss_start;
ÂÂÂÂu32 bss_size;
ÂÂÂÂu32 entry_point;
} dolheader;