48 codetype

Started by Deathwolf, May 23, 2010, 10:59:31 PM

Previous topic - Next topic

dcx2

That would write 40800000 to the addresses 8077EA44, 8077EA48, and 8077EA4C.

Deathwolf

#16
value 8077E8D8 to 8077E900 is 28

XC is 34
38 and 3C
lolz

wiiztec

28 is not a valid address
If there's any code at all that you want to be button activated, or even able to toggle on & off, and I have the game, just PM me and I'll make it happen

Deathwolf

and then it freez :'(

but 8077E8D8 to 8077E900 is 28
lolz

wiiztec

Then 28 is the offset
If there's any code at all that you want to be button activated, or even able to toggle on & off, and I have the game, just PM me and I'll make it happen

Deathwolf

lolz

wiiztec

If there's any code at all that you want to be button activated, or even able to toggle on & off, and I have the game, just PM me and I'll make it happen

Deathwolf

I want to change the value  8077E8D8 to 8077E900 and the different is 28!
then I want to make a pointer for XC, X0 and X4
lolz

wiiztec

Those are also offsets
If there's any code at all that you want to be button activated, or even able to toggle on & off, and I have the game, just PM me and I'll make it happen

dcx2

What addresses do you want to poke?  (pretend [807ECE70] = 8077E8D8) then you want to poke [807ECE70] + 28 = 8077E900, [807ECE70] + 2C = 8077E904, [807ECE70] + 30 = 8077E908?

What value do you poke?  40800000?

XC, X0, X4 is confusing.   ???

Deathwolf

Quote from: dcx2 on May 25, 2010, 10:17:17 PM
What addresses do you want to poke?  (pretend [807ECE70] = 8077E8D8) then you want to poke [807ECE70] + 28 = 8077E900, [807ECE70] + 2C = 8077E904, [807ECE70] + 30 = 8077E908?

What value do you poke?  40800000?

XC, X0, X4 is confusing.   ???

yes 40800000
lolz

wiiztec

48000000 YYYYYYYY
DE000000 80008180 <- address range check
14XXXXXX VVVVVVVV

Y=pointer
X=offset
V=value
If there's any code at all that you want to be button activated, or even able to toggle on & off, and I have the game, just PM me and I'll make it happen

Deathwolf

#27


the blue value is the original but I want use the green value..


no, it's okay.
I don't understand it because I'm too stupid.
thanks for your help guys!
lolz

Deathwolf

#28
I think after a long time I got it.

48000000 807ECEF8 <--- value 81273780 <- pointer
DE000000 80008180
1400002C 40800000
14000030 40800000
14000034 40800000
E0000000 80008000

81273780 + 2C = 812737AC
81273780 + 30 = 812737B0
81273780 + 34 = 812737B4


example new pointer:

04E43A20 81182610
48000000 80E43A20
DE000000 80008180
4A100000 0000006C
14000000 00000063
E0000000 80008000

=

047ECE40 81273730
48000000 807ECE40
DE000000 80008180
1400007C 40800000
14000080 40800000
14000084 40800000
E0000000 80008000

another code:



infinity lifes
04347348 80E40000
48000000 80347348
DE000000 80008180
4A100000 00000E78
14000000 63000061
E0000000 80008000

=

04347348 80E40000
48000000 80347348
DE000000 80008180
14000E78 63000061
E0000000 80008000
lolz

dcx2

Quote from: Deathwolf on May 26, 2010, 10:59:09 AM
another code:

infinity lifes
04347348 80E40000
48000000 80347348
DE000000 80008180
4A100000 00000E78
14000000 63000061
E0000000 80008000

=

04347348 80E40000
48000000 80347348
DE000000 80008180
14000E78 63000061
E0000000 80008000

Yes, that looks correct.