Downloads Navigation

Downloads :: New :: Popular :: Top Rated

Downloads: 221,019 Categories: 239

Total Download Views: 141,235,077

Total Files Served: 9,051,990

Total Size Served: 79.04 TB

Cue's GBA/DS compressors 1.4

Download Name: Cue's GBA/DS compressors 1.4  

Category: Nintendo DS Nintendo DS Utilities

Author: FAST6191

Submitted By: r00t

Date Added:

File Size: 52.91 KB

File Type: (Rar file)

Comments: 0

Downloads: 5

Views: 566

Related Forum: Gaming Discussion

Share:
Item description:

A group of command line tools compiled for windows (run them for usage) and GPL source code (C language and looks to be trivial to recompile for other C supporting operating systems) that supports decompression and compression of

LZ as seen on the GBA and DS
Type 10 (standard GBA and early DS) VRAM and WRAM safe versions. Also an optimised version.
Type 11 - seen on the DS
Type 40 - seen in Golden Sun and newer games
binary compression (BLZ) - the custom type of compression used by the DS binaries and overlays.
LZE - used in the later luminous arc titles.
RLE
Huffman (4 and 8 bit flavours).

*** WARNING ***
---------------
You need the NDS ROM to update the ARM9 size in the ARM9 file:
- get the ARM9 load address (offset 0x0028)
- get the ARM9 autoload (offset 0x0070)
- the offset is the previous dword value @ autoload
- change the sizes in the 1st/2nd/6rd dwords pointed by the offset:
+ 1st: ARM9 decompressed size + 0x18
+ 2nd: ARM9 decompressed size
+ 6rd: ARM9 compressed size (0 if ARM9 is uncompressed)
(do not forget update all values with the load address)

load = *(int *)ROM[0x0028];
auto = *(int *)ROM[0x0070] - load;
offset = *(int *)ARM9[auto - 1*4] - load;
*(int *)ARM9[offset+0*4] = load + ARM9_size - 0x18
*(int *)ARM9[offset+1*4] = load + ARM9_size
*(int *)ARM9[offset+5*4] = load + ARM9_decompressed_size (0 if decompressed)
Download: Click Download and in a few moments you will receive the download dialog.
Related Forum: Gaming Discussion



We are sorry, but this section of our site is for Registered Users Only.

Sign in to your account or Register for a free account

Ratings

Current rating: 2.00 by 1 user
Please take one second and rate this download...

Not a Chance
1
2
3
4
5
6
7
8
9
10
Absolutely

Comments

"Cue's GBA/DS compressors 1.4" :: Login/Create an Account :: 0 comments

If you would like to post a comment please signin to your account or register for an account.