Mar 14, 2016 at 8:25 PM
Join Date: Nov 23, 2015
Location: Somewhere within a world far away from reality...
Posts: 381
Age: 24
Pronouns: he/him
I thought I told you about the variables already... Right click and select 'Find references to selected command.' I thought you were pretty good at asm...Yes, this is true.
Also how do I edit the invincibility timer? The address in Noxid's assembly compendium (049E6C8) just sends me to a fuckton of ADD BYTE PTR DS:[EAX],AL.
Hey GIR can you tell me how you rewrote the tileset? I sorta want some custom tiles in my mod and can't get started.That's the RAM address, not the address where the invincibility timer is set. Basically, the "invincibility timer" variable exists at all times, and is stored at [49E6C8]. You'll want to look for where in the executable the game actually sets a value to [49E6C8].