Mar 2, 2009 at 7:57 PM
graters gonna grate
"Heavy swords for sale. Suitable for most RPG Protagonists. Apply now!"
Join Date: Jul 2, 2008
Location: &
Posts: 1886
Age: 32
Pronouns: he/him
Okay, I'll try to help you, but I'm a newb at assembly so could you clarify one thing? When you use [004002AC] in a mov command, what exactly are you referring to? Why is that address so close to the address in the code 404D67?
Well, the code you wrote looks like it should work. The only thing I can think of that might be the problem (in reality I'm probably just an idiot for saying this, but it's worth a shot). The code at 404D67 looks like it should be "called" rather than "jumped to" and in the code ar 40004E you are saying jmp 404D67 instead of call 404D67.
Well, the code you wrote looks like it should work. The only thing I can think of that might be the problem (in reality I'm probably just an idiot for saying this, but it's worth a shot). The code at 404D67 looks like it should be "called" rather than "jumped to" and in the code ar 40004E you are saying jmp 404D67 instead of call 404D67.