Give window drawing functions better names
This commit is contained in:
+2
-2
@@ -93,8 +93,8 @@ static void sub_80B23B0(u16 windowId, u32 value)
|
||||
static void sub_80B241C(u16 windowId)
|
||||
{
|
||||
// Following this call with a copy-to-vram with mode 3 is identical to
|
||||
// calling ClearWindowAndBorder(windowId, TRUE).
|
||||
ClearWindowAndBorder(windowId, FALSE);
|
||||
// calling ClearStdWindowAndFrame(windowId, TRUE).
|
||||
ClearStdWindowAndFrame(windowId, FALSE);
|
||||
CopyWindowToVram(windowId, 3);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user