tm_case finish code

This commit is contained in:
PikalaxALT
2019-04-14 20:29:37 -04:00
parent c95740ab85
commit a4b19e9187
10 changed files with 278 additions and 885 deletions
+1 -1
View File
@@ -320,7 +320,7 @@ void PutWindowRectTilemap(u8 windowId, u8 x, u8 y, u8 width, u8 height)
}
}
void BlitBitmapToWindow(u8 windowId, u8 *pixels, u16 x, u16 y, u16 width, u16 height)
void BlitBitmapToWindow(u8 windowId, const u8 *pixels, u16 x, u16 y, u16 width, u16 height)
{
BlitBitmapRectToWindow(windowId, pixels, 0, 0, width, height, x, y, width, height);
}