Language…
12 users online: Cristian Cardoso, fanfan21, Golden Yoshi, Green Jerry, JezJitzu, Josuke Yoshikage, KoJi, Maw,  Nanako, Shomi, tOaO, yoshi9429 - Guests: 241 - Bots: 298
Users: 64,795 (2,377 active)
Latest user: mathew

naval piranha hacking?

can someone tell me how I would make it where naval piranha plant wall thing wouldn't appear?

or

could I use eggvine to do this and how would I do so?




e-eggvine? what

Warning: Opinions expressed by Lexie or others in this post do not necessarily reflect the views, opinions, or position of Lexie himself on the matter(s) being discussed therein.


Yoshi's Island Disassembly C3 Thread
SPASM - LevelASM for Yoshi's Island!
Yoshi's Island Disassembly Data Dump Wiki
1) find naval pirahna's code
2) find the part that does that
3) nop it out
x0A6A3: EA EA EA EA

x0A6D7: EA EA EA EA

x0A710: F0

Have a nice day
how would I be able to edit it though?




Use a hex editor like HxD to change the offsets that doggycharly gave you to what he told you and you should be good to go.

Warning: Opinions expressed by Lexie or others in this post do not necessarily reflect the views, opinions, or position of Lexie himself on the matter(s) being discussed therein.


Yoshi's Island Disassembly C3 Thread
SPASM - LevelASM for Yoshi's Island!
Yoshi's Island Disassembly Data Dump Wiki
I can't find those offsets unless Im doing something wrong




Open your ROM in HxD

then Search -> Goto... and enter the offsets I posted above
Or apply this patch (remove header if your rom is .sfc):

Code
header
lorom

org $01A4A3
NOP #04

org $01A4D7
NOP #04

org $01A510
db $F0
LOROM NOT HIROM MERCURYPENNY

Warning: Opinions expressed by Lexie or others in this post do not necessarily reflect the views, opinions, or position of Lexie himself on the matter(s) being discussed therein.


Yoshi's Island Disassembly C3 Thread
SPASM - LevelASM for Yoshi's Island!
Yoshi's Island Disassembly Data Dump Wiki
k how you change the file into a sfc file because my computer doesn't seem to want to do that




Delete the first 0x200 bytes (remember, in hex, not decimal) of the room and rename it into .sfc (e.g. per hex editor and use "save as" and you need a hex editor anyway to delete the 0x200 bytes) but you only have to do it when you apply an IPS patch when it's only made for headerless roms.

tl;dr Pretty much irrelevant and not really needed.