nimbus hex address
Zeldix :: Zelda III Hacking :: Requests
Page 1 of 1
nimbus hex address
where is the hex address for the nimbus if I want to edit the effects of heart loss or rupee payments? is there an address where I can edit the damage class?
wizzrobemaster- Ganon
- Since : 2015-01-04
Re: nimbus hex address
rupees:
03/Fe6f: 2c 01
Reverse byte read, hope you know this, so it is h012c=d300 rupees
remaining hearts:
03/fe62: 04
each hex 08 is a full heart, so 04=1/2 heart, 08=1 heart, 10= 2 hearts, 18=3 hearts, 20=4 hearts....
03/Fe6f: 2c 01
Reverse byte read, hope you know this, so it is h012c=d300 rupees
remaining hearts:
03/fe62: 04
each hex 08 is a full heart, so 04=1/2 heart, 08=1 heart, 10= 2 hearts, 18=3 hearts, 20=4 hearts....
Conn- Since : 2013-06-30
Re: nimbus hex address
okay and if I want to edit the damage class of the gold bee where is it located?
wizzrobemaster- Ganon
- Since : 2015-01-04
Re: nimbus hex address
This is undocumented.wizrobemaster wrote:okay and if I want to edit the damage class of the gold bee where is it located?
Puzzledude- Since : 2012-06-20
Re: nimbus hex address
$06:B8FA: 02
02 is the number of HP points substracted from enemy, so e.g., 0f is ususally instant death for the enemies hit by a gold bee. But you can also give f0 to be really sure of that.
.
02 is the number of HP points substracted from enemy, so e.g., 0f is ususally instant death for the enemies hit by a gold bee. But you can also give f0 to be really sure of that.
.
Conn- Since : 2013-06-30
Re: nimbus hex address
^ that'll change the damage of everything else that uses Attack Class 1, on any enemy that has an index value of 1 for said class.
Re: nimbus hex address
Great just for the people who are not so used to addresses give always the pc address and just the byte without opcode, so your correct traced address would be
Added your address to the single code collection:
https://www.zeldix.net/t1014-attack-class-of-gold-bees
BTW, you just got promoted to the famous group of rom hackers
Oh and I just traced all damage classes:
(attack class, change it e.g., to 0b to let the gold bees burn your enemies).pc 06/D683: 01
Added your address to the single code collection:
https://www.zeldix.net/t1014-attack-class-of-gold-bees
BTW, you just got promoted to the famous group of rom hackers
Oh and I just traced all damage classes:
Damage code:
00: boomerang freeze
01: normal sword, byrna, bee
02: Master Sword
03: Tempered Sword
04: Golden Sword
05: Golden Sword Spin
06: Arrow
07: Hookshot freeze
08: Bomb
09: Silver arrow
0A: magic powder
0B: Fire rod
0C: Ice rod
0D: Bombos medaillon
0E: Ether medaillon
0F: Quake medaillon
Conn- Since : 2013-06-30
Re: nimbus hex address
15 is another damage class of its own but like I said in a previous post, the downside is that it destroys crystal switches. I would change this damage class to use against trinexx and other invincible enemies and surprisingly small blade traps, but the crustal switch vulnerability is the reason why it is not recommended to change the class.
wizzrobemaster- Ganon
- Since : 2015-01-04
Re: nimbus hex address
Conn: righteous; thanks!
wizrobemaster: then change bees to use something other than 15. try class 2.
wizrobemaster: then change bees to use something other than 15. try class 2.
Similar topics
» Nimbus additional properties
» list of all discovered hex address
» Hex address for boss heart
» Find address to insert msu routine
» list of all discovered hex address
» Hex address for boss heart
» Find address to insert msu routine
Zeldix :: Zelda III Hacking :: Requests
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum