How do you edit money? I tried different things. For example, for 9.99$, I tried 9.99 and 999 but nothing seemed to have worked.
How do you edit money? I tried different things. For example, for 9.99$, I tried 9.99 and 999 but nothing seemed to have worked.
There is a game using float values that are 0.15, 0.25 and 0.35. I'm trying to return the hex for those then use the arm converter to turn them into bytes. Here is what is happening
Converting to hex (Little indian) gives me: 0x00007041, but when converting this hex back to integer, it gives...
How can I return a value of 0.15?
Using the tool gives me: 0x00007041, but when converting this hex back to integer, it gives me 15 as a result (Little indian)
I did the following:
ASM = MOV R0, 0x00007041
ARM = 41 00 07 E3
I used that in a game and it did not give the required output of 0.15