- Joined
- Oct 19, 2008
- Messages
- 1,387
- Reaction score
- 19
- Trophies
- 1
- Location
- Md,US
- Website
- Visit site
- XP
- 98
- Country


digitydogs said:Not to be rude but that made no sense at all! incorporating starfall has nothing to do causing a banner brick. And although im not sure but i have a feeling any changes made to the system menu will preclude preloader from running do to menu comparison checks.Jizmo said:digitydogs said:Honesty my thought was to also incorporate starfall's recovery menu option into the system menu/patch so that we end up with a region free forced video menu with recovery and autoboot. Anyone got the source to starfall handy? heh.
Strictly speaking these changes should be safe as they are already done on the fly without problems. Once we have bootmii or a preloader compatible with all systems we can simply have it load this new system menu packaged as a dol, and still have our original menu on system to revert to in case of errors. Bad thing is my wii is NTSC so i can't attempt this with preloader. Maybe fors would throw me an advanced copy of his loading system if i asked nicely
Recovery hooks used by gamma
0xA00100AC,0x5400073E,0x2C00000F
I don't like the idea of incorporating the starfall functions into the System Menu. I love starfall and Like haveing it sepereate. If you incorporate it into system menu you have lost your preloader because of a banner brick. At least it seems that way to me. Besides, preloaders are fun.
lezperez said:All this talk about patching the system menu. Why cant we just do what the gamma rebooter does on the fly but permanent? I mean, u could just install a permanently patched sysmenu WAD, and you wouldn't need to install all the patched IOS's, just the cIOS at 249? Feel free to shoot me down if im wrong. I am a "noob" after all...![]()

digitydogs said:wiicrazy any input on the video mode forcing?





WiiShizzza said:so it's the RedSquirrel's Menu Rebooter v1.0 Channel ?
Look at it, Jizmo. Source is also available somewhere^^

void Sysmenu_PatchNocopySaves(u8 *dol, u32 len)
{
ÂÂÂÂ{
ÂÂÂÂÂÂÂÂconst u8 oldcode[] = { 0x54, 0x00, 0x07, 0xFF, 0x41, 0x82, 0x00, 0x1C, 0x80, 0x63, 0x00, 0x68 };
ÂÂÂÂÂÂÂÂconst u8 newcode[] = { 0x7C, 0x00, 0x00, 0x00, 0x41, 0x82, 0x00, 0x1C, 0x80, 0x63, 0x00, 0x68 };
