Source position: sprite.inc line 170
type OAMTable = record
case Integer of
0: (
oamBuffer: array [0..SPRITE_COUNT-1] of TSpriteEntry;
);
1: (
matrixBuffer: array [0..MATRIX_COUNT-1] of TSpriteRotation;
end;