Ok, if you still need it, I'll give a walkthrough (sorry for the late response btw). I've actually found a smarter way of doing it (just now actually) that should take the guess work out.
So I opened up GrPe.dat in Dat Texture Wizard (I'm using 3.1, but I think it should be fine) and found the texture for Peaches arm thingies.
Click on the "Texture Structure" tab on the right.
See in the top right the 4 fields with the tree icons? Those tell you the offsets in the dat which have pointers to this texture. From this I can tell there are 4 separate models which use this texture. 2 which are the high poly left/right thingies, and 2 which are the low poly left/right thingies.
Now, there's usually a pattern to which order they're in, but it goes
low poly, high poly, low poly, high poly. I'll do it with a low poly model (the 3rd one).
So, we're gonna follow 0xA320. Here is where that leads us in the hex.
Where the red arrow is is where the offset took us. Now, you need to find the position that is
136 bytes away (
note, I made a mistake earlier and wrote 88 bytes. This was WRONG! My Hex editor just displayed that in the "Length" field at the bottom) from there (where the green arrow points). That offset is
0x0000A3A8. We need to search for that now.
Ok, so we've found it. Now, I personally prefer to do it this way (it's not the best way, but it works). The red zone is what you need to blank to 00's. You can identify the red zone, as it's always above the offset we found, and is always surrounded by 00's. After you've done that...
You're done!
As you can see, low poly Peach's arm thing is gone! And here's what it looks like with high poly (you'll need to do the whole process again to find the offset).
Yup. She doesn't have an arm behind there, sorry. But that tends to happen sometimes. Hope it was helpful.
Also while I have your attention (this is off topic), but does anyone know how to change UVs? I want a Majora Mask on this balloon, but the way it's UV'd, it appears stretched.
Also, off topic, but I was wondering if anyone knows how to change UVs. I wanna change the balloon to have Majora on it, but it ain't working with what I got available to me.