diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-28 14:41:29 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-28 14:41:29 +0800 |
commit | c994998aad22fcdb2fd5b4c20c730fa910cb30a9 (patch) | |
tree | 53871fe3c9883e669d733fcbfef8946cdd6fce9a /include | |
parent | 3f43150b5a9cc41b1ccd488d864fc8adbdbf038b (diff) |
AdjustBgMosaic Documentation
Diffstat (limited to 'include')
-rw-r--r-- | include/bg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bg.h b/include/bg.h index 6364d0806..48610009d 100644 --- a/include/bg.h +++ b/include/bg.h @@ -71,7 +71,7 @@ u32 ChangeBgY(u8 bg, u32 value, u8 op); u32 ChangeBgY_ScreenOff(u8 bg, u32 value, u8 op); u32 GetBgY(u8 bg); void SetBgAffine(u8 bg, u32 srcCenterX, u32 srcCenterY, s16 dispCenterX, s16 dispCenterY, s16 scaleX, s16 scaleY, u16 rotationAngle); -u8 AdjustBgMosaic(u8 a1, u8 a2); +u8 AdjustBgMosaic(u8 value, u8 mode); void SetBgTilemapBuffer(u8 bg, void *tilemap); void UnsetBgTilemapBuffer(u8 bg); void* GetBgTilemapBuffer(u8 bg); |