News:

Don't forget to visit the main site! There's lots of helpful docs, patches, and more!

Main Menu

(sm)Bomb Torizo

Started by chozo echo, April 10, 2015, 02:16:46 AM

Previous topic - Next topic

chozo echo

Hmmm i was curious is their any way to make bomb torizo grab missiles ?  you know like how the gold torizo grabs the super missile - only reason i ask is im making the bomb torizo hold missiles and i would love for them to be usless against him :)

JAM

chozo echo
To made Bomb Torizo grab Missiles, you'll need to write new projectile, which is not that easy. I made an easier way for you. You'll need to perform a single byte hex tweak.

First, be sure, that your ROM in unheadered. File size in bytes of unheadered ROM should divide with 32768 without remnants. If you have remnant of 512, your ROM is headred and you'll need to remove header first.

Then open your ROM in Hex Editor and perform this tweak:

154980
Change 03 to 00.

Now Bomb Torizo will evade from Missile and grab Super Missile (if you somehow get this in your hack before the fight), like Golden Torizo. Not exactly like you wanted to and sometimes it can be damaged by Missile (in 5-10% of cases), but now Missiles are almost useless.

chozo echo

wow thx that a great work around :) should do the job