|
|||||||
| English Support Board English & Foreign Languages support |
![]() |
|
|
LinkBack | Strumenti discussione |
|
|||
|
Citazione:
![]() |
|
|||
|
Hi, just wondering if anybody knows how to fix this...
_S ULES-01213 _G MHFU ( EUR ) _C0 Item mod _L 0xD0000001 0x30108000 _L 0x30400001 0x0119D088 _L 0xD0000001 0x30208000 _L 0x30300001 0x0119D088 _L 0xD0000001 0x30108000 _L 0x30400001 0x0119D08A _L 0xD0000001 0x30208000 _L 0x30300001 0x0119D08A This code is to increment the value of the data at the address 0x2119D088 00010001 which would change the type of item with the press of button combo. Only problem is that the code is working pretty fast & changes the values far too quickly. I have color coded it so you can see what bit of code inc / dec which bit of the data @ the 32bit address. Button combos are Triangle & Vol + / - and Square & Vol + / - to make the code work. Thanks in advance @4m8IoN Good work with HPD! |
|
|||
|
Converting from jap code:
attack power x64(jap) 0x200DBBE0 0x00000000 0x200DBBE8 0x00108180 converted to eur attack power x64(eur) 0x200DFEA0 0x00000000 0x200DFEA8 0x00108180 this code wont work Converting from US code: max force attack(US) 0x200D9298 0x00000000 0x200D92A0 0x00108180 Converted to eur: max force attack(eur) 0x200D9158 0x00000000 0x200D9160 0x00108180 None of the codes work so please any help trying to convert any of these will be much apreciated thanks. someone please help! |
|
|||
|
Citazione:
![]() (Tested your example and but it doesn't work) But: How to Put those lines together? Codice:
_L 0x0119DD04 0x0000005E _L 0x0119DD05 0x00000003 _L 0x0119DD06 0x00000001 Citazione:
Thanks man. Your HPD work pwns even the japanese guys!
|
|
|||
|
Citazione:
![]() How is the right order? Codice:
0x2adress1 0x00010203
or
0x00030201
Thanks to sanada_000 for the whole english list! (If its ok I will use it to correct my one) |
|
|||
|
Citazione:
if you use 0x0119DD04 0x0000005E you put value 5E in address 119DD04 am8ion example 0x2119D3D0 0x00010094 put a value 94 in address 119D3D0 then put value 01 in address 119D3D0+2 which is 119D3D2 But the item address block structured like this XX XX QQ QQ where xx mean id, and yy mean quantity it imposible to use 0x2119D3D0, so use 4 instead 0x0119DD04 0x0000005E _L 0x0119DD05 0x00000003 _L 0x0119DD06 0x00000001 ==> 0x4119DD04 0x0001035E hope this work .. but correct me if im wrong hehe |