decomp-permuter
decomp-permuter copied to clipboard
Negation abuse
if (var)
{
unsigned char regalloc = -regalloc;
}
This is guaranteed to cause chaos on gcc 2.x, especially when used on uninitialized variables. Might be worth implementing. This is needed to match a function in Pokémon Ruby. Not the same as but is similar to ethteck's feature request.