Jump to content
  • 0

Use Hookshot as Child Link?


mzxrules
 Share

Question

13 answers to this question

Recommended Posts

  • 0

 

To use the hookshot:

0xC348B8: change 0014 to 0015

(this will break it for adult Link though)

 

Display list pointers:

Hookshot in hand: 0xB9D07C and 0xB9D084

FPS view: 0xB9D0D0

Spike: 0xC3473C (3C19 xxxx 2739 xxxx)

Chain: 0xC34858 (3C0F xxxx 25EF xxxx)

Circle: 0xB07E54 (3C0E xxxx 8328 001E 25CE xxxx)

  • Like 1
Link to comment
Share on other sites

  • 0

I don't remember if I kept my notes for this. Making it usable for both at the same time just means changing a variable and the display list pointers depending on which Link is loaded. If you put the models in gameplay_keep or something you might not even have to do that. You'll still need to change that one variable between 14 (adult) and 15 (child) but that would be only a few lines of code.

Link to comment
Share on other sites

  • 0

 

 

To use the hookshot:

0xC348B8: change 0014 to 0015

(this will break it for adult Link though)

 

Display list pointers:

Hookshot in hand: 0xB9D07C and 0xB9D084

FPS view: 0xB9D0D0

Spike: 0xC3473C (3C19 xxxx 2739 xxxx)

Chain: 0xC34858 (3C0F xxxx 25EF xxxx)

Circle: 0xB07E54 (3C0E xxxx 8328 001E 25CE xxxx)

 

Circle: 0xB07E54 -> when I grab the 8-digit hex value, I get: 0603CB48, which means the pointer is at 0x3CB48 in object_link_boy? But when I look at object_link_boy in UoT, there's no 0x3CB48 in the list... the file itself doesn't go past 0x37800.

Link to comment
Share on other sites

  • 0

Alright, makes sense then.

 

EDIT: I activated the Hookshot for kid Link, re-pointed all the display list pointers to Link's hand model to test it out, and it still crashes.

 

I'm assuming that I need to use the actual Hookshot model from adult Link for it to work? I'm guessing that the chain has a special animation property that OoT needs for the Hookshot to work properly?

 

EDIT 2: video:

 

So the chain shows up fine, but it seems the pointer is glitching up (I used Link's hand model to replace everything)

Link to comment
Share on other sites

  • 0

I found the missing item to the Hookshot. I have it working now, no need for any more help.

 

You were missing this SanguinettiMods:

Hookshot Holster (FPS): 0xB907598 (3C0F xxxx 25EF xxxx)

 

I thank SoulofDiety for helping me locate it.

 

EDIT: working hookshot test:

Link to comment
Share on other sites

 Share

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.