Resident Evil Archives: Resident Evil [RE4P08]

Started by robsontaty, June 28, 2009, 04:21:15 PM

Previous topic - Next topic

robsontaty

RE4P08
Resident Evil archives pal

Infinite LIFE
023F673E 00000578

Infinite Ink Ribbon
04110A00 B0643B64

Weapon
003F676B 000000XX
01 = Survival Knife
02 = Survival Knife
03 = Hand Gun
04 = Self-Defense Gun
05 = Handgun ∞
06 = Shotgun
07 = Grenade Launcher
08 = Grenade Launcher
09 = Grenade Launcher
0A = Rocket Launchers
0B = Magunamu Riboruba
0C = Flamethrower
0D = Asaruto Shottogan
0E = Rocket Launchers ∞
0F = Barry's 44 Magnum

bullets mod
003F676D 000000XX
003F6789 000000XX
XX=00~FF

SPEED UP
0450E7E8 40800000

Walk Through Walls
0459E828 00000000

Mush123

Resident Evil Archives?  :confused:

kontyckm

The Infinite LIFE, Infinite InkRibbon does not work or at least they have not worked to me.
The codes of Weapon, bullets mod work correctly.
Codes SPEED UP, Walk Through Walls I have not proven them.

I feel it by English, I am Spanish and I still have a low level.

thanks

martin36

same here Infinite LIFE, Infinite InkRibbon dosent work but the other code works..
but tanks for the codes :cool:

jimay3672

#4
I ported these myself from GC PAL to WII PAL using memory dumps..
THEY WORK!

I have memory dumps of both games, if you find any codes here http://uk.codejunkies.com/search/codes/Resident-Evil_GameCube_7340121-7___.aspx that you want converted let me know

RE4P08
Resident Evil Archives

Infinite Health
023F674E 00000578

Infinite item in slot 1
023F676c 00000063

Infinite item in slot 2
023F6770 00000063

weapon in Slot 1 (only use one)

023F676A 00000001 = Survival Knife (Jill)
023F676A 00000002 = Survival Knife (Chris)
023F676A 00000003 = Hand Gun
023F676A 00000004 = Self-Defense Gun
023F676A 00000005 = Handgun .40  SW
023F676A 00000006 = Shotgun
023F676A 00000007 = Grenade Launcher - Normal
023F676A 00000008 = Grenade Launcher - Acid
023F676A 00000009 = Grenade Launcher - Incendiary
023F676A 0000000A = Rocket Launcher
023F676A 0000000B = Magnum
023F676A 0000000C = Flamethrower
023F676A 0000000D = Assault Shotgun
023F676A 0000000E = Rocket Launcher ∞
023F676A 0000000F = Barry's 44 Magnum

Always First Save
003F8FE4 00000000

mike817

#5
Can you convert the NTSC codes?  http://us.codejunkies.com/search/codes/Resident-Evil_GameCube_7340071-7___.aspx

Quote from: jimay3672 on June 30, 2009, 09:47:15 AM
I ported these myself from GC PAL to WII PAL using memory dumps..
THEY WORK!

I have memory dumps of both games, if you find any codes here http://uk.codejunkies.com/search/codes/Resident-Evil_GameCube_7340121-7___.aspx that you want converted let me know

RE4P08
Resident Evil Archives

Infinite Health
023F674E 00000578

Infinite item in slot 1
023F676c 00000063

Infinite item in slot 2
023F6770 00000063

weapon in Slot 1 (only use one)

023F676A 00000001 = Survival Knife (Jill)
023F676A 00000002 = Survival Knife (Chris)
023F676A 00000003 = Hand Gun
023F676A 00000004 = Self-Defense Gun
023F676A 00000005 = Handgun .40  SW
023F676A 00000006 = Shotgun
023F676A 00000007 = Grenade Launcher - Normal
023F676A 00000008 = Grenade Launcher - Acid
023F676A 00000009 = Grenade Launcher - Incendiary
023F676A 0000000A = Rocket Launcher
023F676A 0000000B = Magnum
023F676A 0000000C = Flamethrower
023F676A 0000000D = Assault Shotgun
023F676A 0000000E = Rocket Launcher ∞
023F676A 0000000F = Barry's 44 Magnum

Always First Save
003F8FE4 00000000

kavid

how to conver to ntsc (RE4E08)?

thank you.

jimay3672

Sorry, I'd need an NTSC copy of the game which I don't have.
Unless someone can post a memory dump of it

jinrasteel

how can i do a memory dump i have the iso  and the game on the hd loader! O0


jinrasteel

#10
i need the ntsc memory dump i already have the game
:confused:

martin36

this new infinete healt works..
so tanks Robsontaty.jimay3672 .. for the code

kavid


jimay3672

#13
copy the image of the game to your PC
download the eumlator 'dolphin'

run dolphin with a -d switch.
run the game, you'll have to press play on one of the windows.
In the memory window click memory dump.

you'll get a dump file (about 24MB) under the folder userdump.

you need to examine a dump of the gamecube version in a hex editor along with the wii version.
Look for the address in the gamecube version, look at the wii version for the same area of the memory dump.

for example.
The PAL inf health gc code is 0222a29e 00000578 drop the 02 ignoring the 00000578 for now so the memory address is 0022a29e
the line above this address is
00 00 00 00 00 00 00 00 00 00 00 00 00 01 a5 e0
so search the wii memory dump for 00 01 a5 e0
when you find the line
00 00 00 00 00 00 00 00 00 00 00 00 00 01 a5 e0
in the wii version the line below is the line you're looking for.
change the gc code to represent this line
which is
003F674X change the X to an E so that would be 003f674E
00000063 sets the value
add 02 to the start of the memory address
final code is
023F674E 00000063

For infinite items in slots you're looking for the third line below 00 00 00 00 00 00 00 00 00 00 00 00 00 01 a5 e0
So
Inf slot 1 gc = 0222A2BC 00000063
Wii 023F674C 00000063
023F6740 00000063 slot 2
023F6744 00000063 slot 3
023F6748 00000063 slot 4

Always first save (0022CB34 00000000) is on the line
0022CB3X
this line looks like  00 00 00 50 00 64 64 00 00 00 00 00 00 00 00 00
wii is 003F8FEX
So the code is
003F8FE4 00000000

The last digit of the first part of the code reresent the column? I guess you would call it..

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0   1   2   3  4   5   6  7  8   9  a   b   c   d   e  f

It took me 4 hours to figure out the first code, then I did another 20 or so in ten minutes using copy and paste and just changing one digit.

I still cannot get the all items in crate to work as these are different (anyone?) all the items appear then the wii freezes and buzzes at me






Post Merge: Wed Jul  1 12:45:57 2009

RE4P08
Resident Evil Archives

Infinite Health
023F674E 00000578

Always First Save
003F8FE4 00000000

All crate items -  not working
083F6790 00FF0001
20820001 00000001

Infinite item in slot 1
023F676C 00000063

Infinite item in slot 2
023F6770 00000063

Infinite item in slot 3
023F6774 00000063

Infinite item in slot 4
023F6778 00000063

Slot 1 - Survival Knife (Jill)
023F676A 00000001

Slot 1 - Survival Knife (Chris)
023F676A 00000002

Slot 1 - Hand Gun
023F676A 00000003

Slot 1 - Self-Defense Gun
023F676A 00000004

Slot 1 - Handgun .40  SW
023F676A 00000005

Slot 1 - Shotgun
023F676A 00000006

Slot 1 - Grenade Launcher - Normal
023F676A 00000007

Slot 1 - Grenade Launcher - Acid
023F676A 00000008

Slot 1 - Grenade Launcher - Incendiary
023F676A 00000009

Slot 1 - Rocket Launcher
023F676A 0000000A

Slot 1 - Magnum
023F676A 0000000B

Slot 1 - Flamethrower
023F676A 0000000C

Slot 1 - Assault Shotgun
023F676A 0000000D

Slot 1 - Barry's 44 Magnum
023F676A 0000000F

Slot 2 - Survival Knife (Jill)
023F676E 00000001

Slot 2 - Survival Knife (Chris)
023F676E 00000002

Slot 2 - Hand Gun
023F676E 00000003

Slot 2 - Self-Defense Gun
023F676E 00000004

Slot 2 - Handgun .40  SW
023F676E 00000005

Slot 2 - Shotgun
023F676E 00000006

Slot 2 - Grenade Launcher - Normal
023F676E 00000007

Slot 2 - Grenade Launcher - Acid
023F676E 00000008

Slot 2 - Grenade Launcher - Incendiary
023F676E 00000009

Slot 2 - Rocket Launcher
023F676E 0000000A

Slot 2 - Magnum
023F676E 0000000B

Slot 2 - Flamethrower
023F676E 0000000C

Slot 2 - Assault Shotgun
023F676E 0000000D

Slot 2 - Barry's 44 Magnum
023F676E 0000000F

Slot 3 - Survival Knife (Jill)
023F6772 00000001

Slot 3 - Survival Knife (Chris)
023F6772 00000002

Slot 3 - Hand Gun
023F6772 00000003

Slot 3 - Self-Defense Gun
023F6772 00000004

Slot 3 - Handgun .40  SW
023F6772 00000005

Slot 3 - Shotgun
023F6772 00000006

Slot 3 - Grenade Launcher - Normal
023F6772 00000007

Slot 3 - Grenade Launcher - Acid
023F6772 00000008

Slot 3 - Grenade Launcher - Incendiary
023F6772 00000009

Slot 3 - Rocket Launcher
023F6772 0000000A

Slot 3 - Magnum
023F6772 0000000B

Slot 3 - Flamethrower
023F6772 0000000C

Slot 3 - Assault Shotgun
023F6772 0000000D

Slot 3 - Barry's 44 Magnum
023F6772 0000000F

Slot 4 - Survival Knife (Jill)
023F6776 00000001

Slot 4 - Survival Knife (Chris)
023F6776 00000002

Slot 4 - Hand Gun
023F6776 00000003

Slot 4 - Self-Defense Gun
023F6776 00000004

Slot 4 - Handgun .40  SW
023F6776 00000005

Slot 4 - Shotgun
023F6776 00000006

Slot 4 - Grenade Launcher - Normal
023F6776 00000007

Slot 4 - Grenade Launcher - Acid
023F6776 00000008

Slot 4 - Grenade Launcher - Incendiary
023F6776 00000009

Slot 4 - Rocket Launcher
023F6776 0000000A

Slot 4 - Magnum
023F6776 0000000B

Slot 4 - Flamethrower
023F6776 0000000C

Slot 4 - Assault Shotgun
023F6776 0000000D

Slot 4 - Barry's 44 Magnum
023F6776 0000000F

jinrasteel

#14
i have these working for ntsc

RE4E08
Resident Evil Archives

Infinite Health
02356FCE 00000578

Always First Save
003F8FE4 00000000

99 of item Slot 1
00356FED 00000063

99 of item Slot 2
00356FF1 00000063

99 of item Slot 3
00356FF5 00000063

99 of item Slot 4
00356FF9 00000063

99 of item Slot 5
00356FFD 00000063

Slot 1 - Survival Knife (Jill)
023F676A 00000001

Slot 1 - 44 mag (Chris)
00356FEB 0000000f