File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,23 @@ namespace elfldr {
143
143
break ;
144
144
145
145
case util::GameVersion::SSXDVD_JAMPACK_DEMO:
146
- ELFLDR_VERIFY (false && " sorry, this doesnt work atm. please give me at least 5 minutes of research time" );
146
+ util::NopFill<84 >(util::Ptr (0x001803ec ));
147
+
148
+ util::ReplaceString (util::Ptr (0x00381db8 ), " " );
149
+ util::ReplaceString (util::Ptr (0x00381dc0 ), " host:" );
150
+
151
+ util::ReplaceString (util::Ptr (0x00381b10 ), " host:data/modules/ioprp224.img" );
152
+
153
+ util::WriteString (util::Ptr (0x00381bd0 ), " host:data/modules/sio2man.irx" );
154
+
155
+ // util::WriteString(util::Ptr(0x00381bd0), "");
156
+ util::WriteString (util::Ptr (0x00381c00 ), " host:data/modules/padman.irx" );
157
+ util::WriteString (util::Ptr (0x00381c90 ), " host:data/modules/libsd.irx" );
158
+ util::WriteString (util::Ptr (0x00381ca8 ), " host:data/modules/snddrv.irx" );
159
+ util::WriteString (util::Ptr (0x00381ca8 ), " host:data/modules/mcman.irx" );
160
+ util::WriteString (util::Ptr (0x00381d38 ), " host:data/modules/mcserv.irx" );
161
+
162
+ // ELFLDR_VERIFY(false && "sorry, this doesnt work atm. please give me at least 5 minutes of research time");
147
163
break ;
148
164
}
149
165
}
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ namespace elfldr {
69
69
break ;
70
70
71
71
case util::GameVersion::SSXDVD_JAMPACK_DEMO:
72
- ELFLDR_VERIFY (false && " doesnt work for now, please bug me later." );
72
+ // ELFLDR_VERIFY(false && "doesnt work for now, please bug me later.");
73
73
break ;
74
74
75
75
default :
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ namespace elfldr::util {
38
38
ELFLDR_ASSERT (false && " Invalid region!" );
39
39
}
40
40
break ;
41
+ case GameVersion::SSXDVD_JAMPACK_DEMO:
42
+ return " SSXDEMO.ELF" ;
41
43
}
42
44
43
45
ELFLDR_UNREACHABLE ();
You can’t perform that action at this time.
0 commit comments