lyn version 0.2.4.2
·
36 commits
to master
since this release
Fixed more weirdness concerning relocations & addends.
In practice, this means that relocations generated by expressions such as the following:
DrawTextInline(0, &gBg0MapBuffer[0x20 * 6 + 1], 0, 0, 0x10, "Hi this is test!");will be handled properly (the troublesome part being &gBg0MapBuffer[0x20 * 6 + 1]).
Binaries are for 32bit Windows & 64bit Linux.