How to change the HUD sprites
Users browsing this thread: 1 Guest(s)

I want to change the HUD sprites, and specially the HP bar.
I know any software to do this.

(18-06-2017, 01:09 PM)AlfonceRobichu Wrote: I want to change the HUD sprites, and specially the HP bar.
I know any software to do this.


There are currently a few pieces of software to help with this:
To get the address of the texture, there is a Textures list on the wiki. Some HUD textures are in the 108A40 (803156 extended) block, others in 201410 (AB240C extended). For the HP bar in the extended ROM, you're looking at offsets 233E0-28BE0 within the AB240C block. (e.g. for the two "POWER" textures: AD57EC and AD67EC). The table will list the format and texture size. In this example, RGBA16 and 32x64:
[Image: Zu8iFjq.png]
(This post was last modified: 23-06-2017, 07:06 PM by queueRAM. Edit Reason: update wiki links )

How to change the HUD sprites
Users browsing this thread: 1 Guest(s)