If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Mega Man 4/Tutorials: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
I will add a few ASM tutorials that you will need for your Mega Man IV hacking experience. | I will add a few ASM tutorials that you will need for your Mega Man IV hacking experience. | ||
=== Sound Initial Code while choosing the weapon === | ===Sound Initial Code while choosing the weapon=== | ||
Written by Insectduel | Written by Insectduel | ||
Line 9: | Line 9: | ||
Change <tt>$992A</tt> and <tt>$996C</tt> to the JSR initial code to the location where the empty unused memory is. Then enter the following below. | Change <tt>$992A</tt> and <tt>$996C</tt> to the JSR initial code to the location where the empty unused memory is. Then enter the following below. | ||
*<tt>20 XX XX JSR $XXXX</tt> ; Location to the Sound ID Code. | *<tt>20 XX XX JSR $XXXX</tt> ; Location to the Sound ID Code. | ||
Line 18: | Line 17: | ||
That way the sound will always hear when you choosing the weapon menu. | That way the sound will always hear when you choosing the weapon menu. | ||
{{Internal Data|game=Mega Man IV}} |
Revision as of 04:40, 6 June 2016
I will add a few ASM tutorials that you will need for your Mega Man IV hacking experience.
Sound Initial Code while choosing the weapon
Written by Insectduel
In the memory where the ROM offset is located at 0x78010 to 0x7A00F (Bank $3C by $2000). RAM $8000 to $9FFF
Change $992A and $996C to the JSR initial code to the location where the empty unused memory is. Then enter the following below.
- 20 XX XX JSR $XXXX ; Location to the Sound ID Code.
- AD 38 01 LDA $0138
- 60 RTS
- A9 2E LDA #$2E ; Sound ID to play
- 4C BE F6 JMP $F6BE ; Init Sound
That way the sound will always hear when you choosing the weapon menu.
Internal Data for Mega Man IV
| |
---|---|