Nimbus additional properties
Zeldix :: Zelda III Hacking :: Requests
Page 1 of 1
Nimbus additional properties
I was wondering if there was any way to edit the nimbus money requirement and also disable the health and magic requirements. It might have been documented already or its a direct hex edit, I am not sure... however it would be amazing to lower the price it requires.
Thanks
Thanks
Founder- Since : 2012-06-19
Re: Nimbus additional properties
There is a hex edit because I did change the cost and its properties. you need to know the address of the asm. Conn once gave it to me if I recall correctly.
wizzrobemaster- Ganon
- Since : 2015-01-04
Re: Nimbus additional properties
If you use the all-in / complete items (Conker is different I think):
Ruppee cost:
03/FE6F: 2c 01 -> to new number
Note, it is reversed bytes, so it is currently 01 2c = 300 rupees
50 ruppees would be 03/FE6F: 2c 01 -> 32 00
Magic cost:
03/FE7D: 00 -> xx
while 80 is full magic meter (don't give above 80, 00 is zero magic)
Disable it: 03/fe7e: 8f 6e f3 7e -> ea ea ea ea
Heart cost:
03/FE62: 04 -> xx
(be careful here, you should not give more hearts than your actual number of heart containers can hold). 04 is a half heart.
If you want to disable health cost,
03/fe63: 8f 6d f3 7e -> ea ea ea ea
But mind, that if you lower the prize, people most probably run through the complete game with 3 golden guard bees - also you can make big business at the bottle seller if the call is too cheap
Ruppee cost:
03/FE6F: 2c 01 -> to new number
Note, it is reversed bytes, so it is currently 01 2c = 300 rupees
50 ruppees would be 03/FE6F: 2c 01 -> 32 00
Magic cost:
03/FE7D: 00 -> xx
while 80 is full magic meter (don't give above 80, 00 is zero magic)
Disable it: 03/fe7e: 8f 6e f3 7e -> ea ea ea ea
Heart cost:
03/FE62: 04 -> xx
(be careful here, you should not give more hearts than your actual number of heart containers can hold). 04 is a half heart.
If you want to disable health cost,
03/fe63: 8f 6d f3 7e -> ea ea ea ea
But mind, that if you lower the prize, people most probably run through the complete game with 3 golden guard bees - also you can make big business at the bottle seller if the call is too cheap
Conn- Since : 2013-06-30
Re: Nimbus additional properties
Awesome, thank you very much! It's not for Conker, no worries I have no intentions of creating a new patch for that or change anything else, its good enough as it is. I do however have other 'sideline' projects, tis' all! Nothing I'll announce myself because I'm no longer a project leader... :-D
Founder- Since : 2012-06-19
Re: Nimbus additional properties
Awesome that my all in gonna be used, thought oos would be the only project implemented it
Conn- Since : 2013-06-30
Similar topics
» nimbus hex address
» Cane of Byrna properties
» 24 item menu and additional hacks (like shovel, time counter) for this menu
» Overworld ~ Special overworld areas additional changes
» Cane of Byrna properties
» 24 item menu and additional hacks (like shovel, time counter) for this menu
» Overworld ~ Special overworld areas additional changes
Zeldix :: Zelda III Hacking :: Requests
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum