From 1b5cf67f5f3585ea1a50dc2d487e6897dd7e6f55 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 4 Jun 2021 17:34:18 -0400 Subject: Match BlitBitmapRect8Bit --- include/unk_02016B94.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'include') diff --git a/include/unk_02016B94.h b/include/unk_02016B94.h index 80c3d18c..475626bf 100644 --- a/include/unk_02016B94.h +++ b/include/unk_02016B94.h @@ -232,15 +232,15 @@ void BlitBitmapRect4Bit(const struct Bitmap *src, u16 width, u16 height, u16 colorKey); -void BlitBitmapRect8Bit(struct Bitmap *param0, - struct Bitmap *param1, - u16 param2, - u16 param3, - u16 param4, - u16 param5, - u16 param6, - u16 param7, - u16 param8); +void BlitBitmapRect8Bit(const struct Bitmap *src, + const struct Bitmap *dst, + u16 srcX, + u16 srcY, + u16 dstX, + u16 dstY, + u16 width, + u16 height, + u16 colorKey); void FUN_02018E88( struct Bitmap *param0, u16 param1, u16 param2, u16 param3, u16 param4, u8 param5); void FUN_02018F4C( -- cgit v1.2.3