These codes are for the world map in AC:WW. I will include the basic shell for the following versions: US 1.0, US 1.1, and EU. This is to avoid further topics on the subject.

Search and Replace [U1.0]
Code:
94000130 FDBF0000 --Activator (in this case L+Up)
D3000000 021E3122
C0000000 00000FFF
DC000000 00000002
F2000000 00000002
92000000 0000XXXX --Change XXXX to the item you're replacing
10000000 0000YYYY --Change YYYY to the item you want XXXX to become
D2000000 00000000
Search and Replace [EU]
Code:
94000130 FDBF0000 --Activator (in this case L+Up)
D3000000 021E6D4A
C0000000 00000FFF
DC000000 00000002
F2000000 00000002
92000000 0000XXXX --Change XXXX to the item you're replacing
10000000 0000YYYY --Change YYYY to the item you want XXXX to become
D2000000 00000000
Search and Replace [U1.1]
Code:
94000130 FDBF0000 --Activator (in this case L+Up)
D3000000 021E36A2
C0000000 00000FFF
DC000000 00000002
F2000000 00000002
92000000 0000XXXX --Change XXXX to the item you're replacing
10000000 0000YYYY --Change YYYY to the item you want XXXX to become
D2000000 00000000