Battery %, Improved net move - HOWTO>?

  • Thread starter Thread starter Pbrzuch
  • Start date Start date
P

Pbrzuch

Guest
Trustkill:

Describe please how move
- baterry in % indicator
- improved net

in free place?

;battery %
0x??????? xx
0x??????? yy
;better net indicator
0x??????? xx
0x??????? yy

Please put patch method in SL45v56 thread
thx

PS. thx for your work

ps
 
Moving the 2 Patches vertically is not so easy. You cannot edit the existing (hex)-patch for this.

But I describe what I did:

Improved net indicator:
Download the source here: http://www.2chaos.de/supernet/net1.a66
(sorry the comments are in german...)

you'll have to change the following lines:
line 3: mov r12, #0 ;the x value
line 46: mov r13, #0 ;the y value

add "org 40CA10h" in first line
and the reassemble it with sfe ("sfe a net1.a66 p")

Battery in %:
Use this patch instead of the old one:
Code:
0x40CACE: FFFF 8870
0x40CAD0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF D7400E00F2F7E239E6FD100EE6FC4F10
0x40CAE0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 207D9D03E6FE01020D2B20CDE6FD6400
0x40CAF0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 1B7DF2F70EFEF6F70EFE5BCCF2F70EFE
0x40CB00: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 46F764008D0A26F76400E6FE0202E6FC
0x40CB10: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 4A00E6FD2000DAC1EC22E00E26F70A00
0x40CB20: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 8D0208E10DFB06F70A0006FE0102E6FC
0x40CB30: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 5000E6FD2000DAC1EC22E6FE010200E7
0x40CB40: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF E6FC5600E6FD2000DAC1EC22E6FE4501
0x40CB50: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF E6FC5C00E6FD2000DAC1EC229870DB00
Search for E6FD2000 and change the 20 to the new values.

Thats it....
 
Back
Top