Difference between revisions of "Sprites"

From TLoZ: ALTTP Hacking Resources
Jump to: navigation, search
m (Important Hex Addresses)
Line 3: Line 3:
 
The sprite HP table is located at $06B173. Each value is a single byte, so the offset is equal to the sprite id number as listed below. All values from $00 to $FF are viable for all sprites, but some cannot be damaged by any weapon without more complex tampering with ASM.
 
The sprite HP table is located at $06B173. Each value is a single byte, so the offset is equal to the sprite id number as listed below. All values from $00 to $FF are viable for all sprites, but some cannot be damaged by any weapon without more complex tampering with ASM.
 
===Damage Table===
 
===Damage Table===
The sprite damage table is located at $6B266. Each value is a single byte, so the offset is equal to the sprite id number as listed below. There are a finite amount of "damage types" which all have a different set of damage values for each armor type. Not all damage types are compatible with all sprites.
+
The sprite damage table is located at $06B266. Each value is a single byte, so the offset is equal to the sprite id number as listed below. There are a finite amount of "damage types" which all have a different set of damage values for each armor type. Not all damage types are compatible with all sprites.
  
 
==Sprites==
 
==Sprites==

Revision as of 22:49, 13 April 2016

Important Hex Addresses

HP Table

The sprite HP table is located at $06B173. Each value is a single byte, so the offset is equal to the sprite id number as listed below. All values from $00 to $FF are viable for all sprites, but some cannot be damaged by any weapon without more complex tampering with ASM.

Damage Table

The sprite damage table is located at $06B266. Each value is a single byte, so the offset is equal to the sprite id number as listed below. There are a finite amount of "damage types" which all have a different set of damage values for each armor type. Not all damage types are compatible with all sprites.

Sprites