Skip to content

Releases: QuickLava/lavaGeckoCodeTranslator

lGCT - Version 1.0.8

11 Jul 10:38

Choose a tag to compare

A minor update which features minor under-the-hood stability improvements, and introduces support for directly translating compiled .gct files!

Full Changelog: v1.0.6a...v1.0.8

lGCT - Version 1.0.6a

26 Apr 23:25

Choose a tag to compare

An update which makes adjustments to data embed detection, fixes some oversights in branch distance immediate parsing, and additionally bundles in a companion program for looking up where a given address falls within the symbols given by the provided "symbols.map" file!

Full Changelog: v1.0.5...v1.0.6a

lGCT - Version 1.0.5

13 Jun 09:27

Choose a tag to compare

An update to fix some issues with inaccurate Branch Prediction markers, as well as introduce Dolphin Map file support! Simply copy the relevant game's .map file into the program folder and rename it to "symbols.map", and any HOOK codes in translated output will note the name of the function they hook (provided the address they hook lands in a symbol specified by the .map file).

Full Changelog: v1.0.0...v1.0.5

lGCT - Version 1.0.0

22 May 15:30
b9fc1a0

Choose a tag to compare

The initial release of lavaGeckoCodeTranslator: a tool for annotating raw Gecko hex code with descriptive comments, and converting that hex into GCTRM compliant syntax where possible. See included README for operating instructions.