fix behavior for rotscale BG reference points

This commit is contained in:
StapleButter
2017-03-04 02:22:58 +01:00
parent 5c3b7b5c30
commit a7e7af4b47
3 changed files with 32 additions and 22 deletions

View File

@ -55,8 +55,10 @@ private:
u16 BGXPos[4];
u16 BGYPos[4];
s32 BGXCenter[2];
s32 BGYCenter[2];
s32 BGXRef[2];
s32 BGYRef[2];
s32 BGXRefInternal[2];
s32 BGYRefInternal[2];
s16 BGRotA[2];
s16 BGRotB[2];
s16 BGRotC[2];