0% found this document useful (0 votes)
909 views2 pages

BFB1109F

This document contains code patches to modify various gameplay parameters of a Gundam game, including enabling infinite health, shields, and skills, unlocking all parts and pilots, and increasing stats like attack range.

Uploaded by

Agito Dunkelheit
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)
909 views2 pages

BFB1109F

This document contains code patches to modify various gameplay parameters of a Gundam game, including enabling infinite health, shields, and skills, unlocking all parts and pilots, and increasing stats like attack range.

Uploaded by

Agito Dunkelheit
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

gametitle=dw gundam2

//Get all parts from defeated oppenent


patch=1,EE,2AD1FBBC,extended,A26307CD
patch=1,EE,2AD1F7BC,extended,26100001
patch=1,EE,2AD1F3BC,extended,2A010005
patch=1,EE,2AD1EFBC,extended,10200004
patch=1,EE,2AD207BC,extended,080AA07A
patch=1,EE,2AD203BC,extended,24070003
patch=1,EE,2AD1DBBC,extended,080AA08D
patch=1,EE,2AC3F3A1,extended,24100000
patch=1,EE,2AC2CFA1,extended,0803FCC0

//Max drop parts parameter


patch=1,EE,2A54CBA1,extended,00000000
patch=1,EE,2A5403A1,extended,00000000
patch=1,EE,2A539FA1,extended,00000000
patch=1,EE,2A524BA1,extended,00000000
patch=1,EE,2A511FA1,extended,00000000

//INf Boost (Alt)


patch=1,EE,2A170797,extended,86430180

//Inf SP (Alt)
patch=1,EE,0A34F107,extended,00000001

//Max Kills
patch=1,EE,0A3ACDE8,extended,00000001

//MAX Friendship
patch=1,EE,4AB7037F,extended,B21B833E
patch=1,EE,0908DDBB,extended,00000000

//All skill unlock


patch=1,EE,2AE7E35F,extended,FFFFFFFF
patch=1,EE,0AE3113E,extended,000000FF

//Attack Range
patch=1,EE,1AF35218,extended,00007FFF

//All Licenses
patch=1,EE,4AE2AB7B,extended,B2137739
//F5907182 37557717

//All Pilots
patch=1,EE,4AE2AF7B,extended,B2137735
//F5907182 37557717

//P1 INF HP
patch=1,EE,2A450BC1,extended,8C220160
patch=1,EE,2A4507C1,extended,AC220164

//P1 INF SP
patch=1,EE,2A4503C1,extended,8C220168
patch=1,EE,2A44FFC1,extended,AC22016C

//P1 Max Range


patch=1,EE,2A44DBC1,extended,24027FFF
patch=1,EE,2A44D7C1,extended,A422018E
//P1 INf Boost
patch=1,EE,2A44D3C1,extended,84220180
patch=1,EE,2A44CFC1,extended,A422017E

//P1 Max Attack And Shield


patch=1,EE,2A44EBC1,extended,240203E8
patch=1,EE,2A44E7C1,extended,A4220176
patch=1,EE,2A44E3C1,extended,A4220178
patch=1,EE,2A44DFC1,extended,A422017C

You might also like