Jump to content

Help please


Giova

Recommended Posts

I found this code

::Everywhere is Computer (Start)

5218065C FAC2F6C4

5218165C 07C0981B

0218165C FD98F680

D2000000 00000000

52180B48 D1092801

52181B48 07C0981B

02181B48 FB1AF680

D2000000 00000000

E2002180 00000030

F03BB50E 2170FEF5

D00A2808 E006981F

F03BB50E 219AFEED

D0022808 07C0981F

2027BD0E 306A0200

18529A03 BD0E9203

D0000000 00000000

It works great on white 2 usa. I want to use it in to an italian and german game. Found all the addres but i can't find two last addres that are: 2170FEF5 and 2170FEE5

How can i find them using ram watch for these two version?? >.<

Link to comment
Share on other sites

I can't understand the file t.t

Can you tell me what i have to change in this code?? >.<

To make it work on italian versione I changed this parts:

This

5218065C FAC2F6C4

5218165C 07C0981B

0218165C FD98F680

In this

5218055C FAC2F6C4

5218155C 07C0981B

0218155C FD98F680

And this

52180B48 D1092801

52181B48 07C0981B

02181B48 FB1AF680

In this

52180A48 D1092801

52181A48 07C0981B

02181A48 FB1AF680

What else have i to change to make it work on italian game?? >.<

Link to comment
Share on other sites

one (or both, probably both) of the code snippets at the top branch to the E-code's copied asm code at the bottom. you need to change the branch lengths at the top to jump relatively to 2002180.

snippet 1

5218065C FAC2F6C4

5218165C 07C0981B

0218165C FD98F680

D2000000 00000000

snippet 2

52180B48 D1092801

52181B48 07C0981B

02181B48 FB1AF680

D2000000 00000000

E-code asm

E2002180 00000030

F03BB50E 2170FEF5

D00A2808 E006981F

F03BB50E 219AFEED

D0022808 07C0981F

2027BD0E 306A0200

18529A03 BD0E9203

D0000000 00000000

Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...