| KungFuFurby Member Level: 12 Posts: 1/25 EXP: 7816 For next: 105 Since: 08-10-11 Since last post: 8.2 years Last activity: 2.5 years |
|
||
| I found the ending for the SNES game Mega Man's Soccer by hacking it. All I had to do was modify 20 10 D6 to 20 EE E0. To access, enter the following codes (they work for either version): 81829BEE 81829CE0 Start the game. First, select Capcom Tournament, then select either one vs. CPU and select Start. Now sit back and relax. You will get the ending instead of the opening. To find the opening and ending routines, I invented a music modifier. The music modifier is... 808BA8A9 808BA9xx 808BAA00 The range is 01-1A, 1C. 00 and 1B are silent. The game crashes after 1C. Then, I backtracked and found calls to the desired routine. The music modifier was inside 20 A5 8B (the call to sub-routine 8BA5). There were multiple references to 20 A5 8B from a few routines. 22 1C BF 80 (a call to sub-routine 80BF1C) was the routine that I ultimately chose. I found the ending by looking for A9 18 00 22 1C BF 00 (the first hit was the one) and backtracking to the start of the routine, and the opening was found by searching for A9 1A 00 22 1C BF 80 and backtracking to the start of the routine. View the Ending on YouTube! No debugger was required whatsoever. All I used was a hex editor. |













