0% found this document useful (0 votes)
2K views2 pages

C19A374E Pnach

This document contains a series of code patches for Shadow of the Colossus to modify the game. It includes patches to disable things like the sun, shadows and dust around colossi feet. It also includes patches to enhance graphics like background sharpness. Additional patches unlock hard mode and time attack modes. The final patches are described as disabling relocation of instructions by a pseudo-random algorithm, which is said to be required for the patches to work properly.

Uploaded by

rifkysolihin1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views2 pages

C19A374E Pnach

This document contains a series of code patches for Shadow of the Colossus to modify the game. It includes patches to disable things like the sun, shadows and dust around colossi feet. It also includes patches to enhance graphics like background sharpness. Additional patches unlock hard mode and time attack modes. The final patches are described as disabling relocation of instructions by a pseudo-random algorithm, which is said to be required for the patches to work properly.

Uploaded by

rifkysolihin1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

//Credits: By Maori-Jigglypuff [Savas Guercebe]

// Disable Sun
patch=1,EE,0119baa8,word,3C020128
patch=1,EE,0119baac,word,24030000
patch=1,EE,0119bab0,word,03E00008
patch=1,EE,0119bab4,word,AC436410
patch=1,EE,0119ba50,word,24040000
patch=1,EE,01198c08,word,24100000
patch=1,EE,0119ba48,word,03e00008
patch=1,EE,0119ba4c,word,00000000

// Disable (great deal of) Beam of Sunlight


patch=1,EE,0123c200,word,03E00008
patch=1,EE,0123c204,word,24020001

// No Dust around Colossi Feet


patch=1,EE,01238fc0,word,03e00008
patch=1,EE,01238fc4,word,00000000
patch=1,EE,01237ed4,word,0000302D
patch=1,EE,01238cc0,word,03e00008
patch=1,EE,01238cc4,word,00000000
patch=1,EE,01237ddc,word,0000302D

// No Shadow
patch=1,EE,011976a0,word,03e00008
patch=1,EE,011976a4,word,00000000

// Enhance Background Sharpness


patch=1,EE,011a6428,word,03e00008
patch=1,EE,011a642c,word,00000000
patch=1,EE,01185508,word,03e00008
patch=1,EE,0118550c,word,00000000

// Maximum Graphics Booster; (further enhance Background Sharpness)


patch=1,EE,01182c7c,word,24100001

// No black Bars
patch=1,EE,0134634c,word,44800000
patch=1,EE,013463ec,word,44806000

//////////////////////////////////////

// Camera Symmetry (y-Axis) Fix (alt.)


patch=1,EE,0125e9b0,word,3c013f80
patch=1,EE,0125e9b4,word,34210000
patch=1,EE,0125ee64,word,3c013f80
patch=1,EE,0125ee68,word,34210000

// Unlock "New Game (Hard Mode)"


patch=1,EE,01244680,word,03E00008
patch=1,EE,01244684,word,24020001
patch=1,EE,01244688,word,00000000
patch=1,EE,0124468c,word,00000000

// Unlock "Time Attack" in "New Game"-,


// "New Game (Hard Mode)"- and "Load Game"-Modes
patch=1,EE,0134f2b8,word,00000000
patch=1,EE,0134f2bc,word,03E00008
patch=1,EE,0134f2c0,word,24020001
patch=1,EE,0134f2c4,word,00000000

//////////////////////////////////////

// Disable Relocation of the Instructions by Pseudo-Random Algorithm


// [Kode Wajib!, Jangan dihapus atau dimatikan jika ingin patch nya work]
patch=1,EE,00100304,word,10620033
patch=1,EE,001003D0,word,00000000
patch=1,EE,001003D4,word,10000006
//Credits: By Maori-Jigglypuff [Savas Guercebe]

You might also like