ZAPD
ZAPD copied to clipboard
zapd doesn't support texture array access
gSunTex is a 64x64 but OOT decomp is forced to split it into four odd sized resolutions in order to match.
In sunDL we need gSunTex[offset]
but zapd is generating unique symbols instead.
A zapd hack or anything to allow this to work properly would be very much appreciated.