I've been desperately trying to make a custom hack today consisting of three particular changes from vanilla melee that shouldn't be so hard to add in. These three changes are:
1: C-stick functionality in 1-P Mode
2: Flash White on successful L-cancel
3: Items turned off in single player mode
For the first two, I figure I can use the DOL Manager tool. However, I'm not sure how to rewrite the Injection Codes.txt file so that the 2nd change will work. (Also, not entirely sure how to play the .dol file on the wii.) The third I have no idea about but I'm hoping the general item switch toggle standard on the DOL manager applies to single player as well.
So in short I have three questions:
1. Is this the right way to rewrite the Injection Codes.txt file so that I get the L-cancel flash? If not, how should I write it?
-==-
Flash White on successful L-cancel
- Character flashes white upon successful L-Cancel
[Geuse]
Version -- DOL Offset ------ Hex to Replace -------
1.02 ------ 0x8A280 ----- C00600E8 -> 4BF76F60
----------- 0xBCD28 ----- 387F0488 -> 4BF444C8
C00600E8 39E000D4
99E30564 48089098
387F0488 89FE0564
2C0F00D4 41820008
480BBB2C 39E00091
99FE0564 3DE0C200
91FE0518 91FE051C
91FE0520 91FE0524
3DE00000 91FE0528
91FE052C 91FE0530
3DE0C280 91FE0534
3DE0800C 61EF0150
7DE903A6 4E800420
480BBB08
-==-
2. Just how exactly does one load a .dol file on the wii? (Tried Dios Mios and Nintendont, not sure what to do)
3. How would I go about toggling off items in single player mode? Do the settings on the DOL manager apply to single player?