Infinite Ammo
0007C578 <--- This is where in the decrypted eboot you would insert the modification to code. It would be 0008C578 while playing.
SET OGP=7D2448507D2907B47C0900507D4A00387D295214B12B0008
SET COP=600000007D2907B47C0900507D4A00387D295214B12B0008
B 00010000 04000000
B 7D2448507D2907B47C0900507D4A00387D295214B12B0008 600000007D2907B47C0900507D4A00387D295214B12B0008
The 00010000 is where it begins the search, and 04000000 is where it stops searching. So it will search for 7D2448507D2907B47C0900507D4A00387D295214B12B0008 starting at address 00010000, and will keep scanning all the way until address 04000000. If it finds a match, it will replace it with 600000007D2907B47C0900507D4A00387D295214B12B0008.