TOMB RAIDER: ANNIVERSARY [RLRJEL]

Started by ZiT, September 20, 2008, 10:07:43 AM

Previous topic - Next topic

ZiT

RLRJEL

TOMB RAIDER: ANNIVERSARY

Infinite LIFE
041E2820 60000000
041E27EC 60000000

Infinite LIFE (Water inside)
041C3070 60000000
0419B7BC 60000000

JUMP x4
C219FC08 00000002
3C804348 90850E58
60000000 00000000

Moon JUMP (A Button)
203A06B0 00000800
0467B378 42C80000
E0000000 80008000

ZiT


shark2003

No matter where you go...there you are...

ZiT

search it in 425754FE in MEM1.


BP:WRITE > A button


memory viewer



JUMP x4
8019FC08:  90850E58 stw r4,3672(r5)

8019FC08 4BE635F8 b 0x80003200
80003200 3C804348 lis r4,17224
80003204 90850E58 stw r4,3672(r5)
80003208 4819CA04 b 0x8019fc0c

425754FE=53.833

JUMP x2
42C80000=100
80003200 3C8042C8

JUMP x3
43160000=150
80003200 3C804316

ZiT


shark2003

ZIT

What value did you find when you searched for health? How far down or up was the health bar when you found it? I need a starting point to start a search for the health meter. Also,I actually have the PAL version of this game.
No matter where you go...there you are...

ZiT

Infinite LIFE
801E2820 60000000 nop 801E2820:  D00306F0 stfs f0,1776(r3)
801E27EC 60000000 nop 801E27EC:  D00306F0 stfs f0,1776(r3)

The value of Life is 44400000.

When the address changed every time, but I looked for it,

8138F700

It was the result mentioned above.


Infinite LIFE (Water inside)
801C3070 60000000 nop 801C3070:  D00409D0 stfs f0,2512(r4)
8019B7BC 60000000 nop 8019B7BC:  D00509D0 stfs f0,2512(r5)

The value of Life is 443B8000.

When the address changed every time, but I looked for it,

8138F9E0

It was the result mentioned above.

shark2003

Quote from: ZiT;13028Infinite LIFE
801E2820 60000000 nop 801E2820:  D00306F0 stfs f0,1776(r3)
801E27EC 60000000 nop 801E27EC:  D00306F0 stfs f0,1776(r3)

The value of Life is 44400000.

When the address changed every time, but I looked for it,

8138F700

It was the result mentioned above.


Infinite LIFE (Water inside)
801C3070 60000000 nop 801C3070:  D00409D0 stfs f0,2512(r4)
8019B7BC 60000000 nop 8019B7BC:  D00509D0 stfs f0,2512(r5)

The value of Life is 443B8000.

When the address changed every time, but I looked for it,

8138F9E0

It was the result mentioned above.

Thanks ZIT...this should help me out alot...:)
No matter where you go...there you are...

shark2003

Quote from: ZiT;13028Infinite LIFE
801E2820 60000000 nop 801E2820:  D00306F0 stfs f0,1776(r3)
801E27EC 60000000 nop 801E27EC:  D00306F0 stfs f0,1776(r3)

The value of Life is 44400000.

When the address changed every time, but I looked for it,


Yes,same here,the address keeps changing which means I need to create a pointer code...this helps out alot...I very much appreciate your help ZIT...:) :clap
No matter where you go...there you are...

ZiT

I do not understand the cord making of the pointer.

I'm sorry.....

shark2003

Yeah,I am going to have to go back through some of the tutorials to learn how to make a pointer code,but it will be needed since the health keeps moving address'
No matter where you go...there you are...

ZiT