Help modifying a few things
Zeldix :: Zelda III Hacking :: Requests
Page 1 of 1
Help modifying a few things
I'm pretty new to ROM hacking, but there's something I really want to try with LttP.
I'd like to make a mage mode of sorts, where you start with the 1/2 magic upgrade and get 1/4 later in the game (which is in the game's data but unused if I'm remembering correctly). To balance that out Link would take more damage than usual. Things like the lantern doing a little bit of damage and higher magic refill drop rates would be nice too, but not necessary for it to work. I was wondering how I'd go about swapping these if it's reasonably doable.
I'd like to make a mage mode of sorts, where you start with the 1/2 magic upgrade and get 1/4 later in the game (which is in the game's data but unused if I'm remembering correctly). To balance that out Link would take more damage than usual. Things like the lantern doing a little bit of damage and higher magic refill drop rates would be nice too, but not necessary for it to work. I was wondering how I'd go about swapping these if it's reasonably doable.
pollux- Newcomer
- Since : 2016-05-16
Re: Help modifying a few things
You will need a hex editor for that. Open rom in hex editor, remove header if it has one (200 bytes of the value 00 at the beginning). Than select "Go to" and type in hex address 27501. There is a byte 00 there (ie normal green magic). Change this to 01 (ie will take half green magic on game start). If you change it to 02, it will take quarter green magic from the beginning.where you start with the 1/2 magic upgrade
This was not yet documented, but should be doable with Geiger Snes debugger, since you need to trace the code and see on which location does it indeed swap the byte to 01 (regular upgrade by the Bat). So you thus need to change this to 02 on this new location.and get 1/4 later in the game
This can be done with a special program Hyrule Add ons (should be on the site) by manipulating the Armor-1, -2 and -3 values. So basically you change the damage values for Armor-1 for instance to thus receive double damage from all enemies.To balance that out Link would take more damage than usual
This will need ASM obviously to also include the HP reduction when lantern is in used (along with magic reduction).Things like the lantern doing a little bit of damage
This is actually the most difficult, since you have to trace each monster/sprite and find their drop rates, and then change some of the empty ones to magic jars (also need ASM tracing).higher magic refill drop rates
So all together quite orthodox problems need to be addressed for these goals to be done, which are not actually recomended for beginers, but you can stil give it a try.
Puzzledude- Since : 2012-06-20
Re: Help modifying a few things
Thanks for the reply. I figured the torch and drop rate edits would be difficult, but changing Link's defense values and what magic type he has seems like it's reasonable enough.
I'm not quite sure how to use the debugger, though. What function should I use for tracing the code?
I'm not quite sure how to use the debugger, though. What function should I use for tracing the code?
pollux- Newcomer
- Since : 2016-05-16
Similar topics
» Last few things I need for my hack!
» Making things more useful in Zelda 3
» I just want to say a few things about HM's "music editor"
» Make many things ride-able on conveyer belts! Holy crap!!
» Making things more useful in Zelda 3
» I just want to say a few things about HM's "music editor"
» Make many things ride-able on conveyer belts! Holy crap!!
Zeldix :: Zelda III Hacking :: Requests
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum