Matched board/pause
This commit is contained in:
parent
fa7bbef612
commit
ea0cf380bb
8 changed files with 1597 additions and 4 deletions
|
|
@ -1202,7 +1202,7 @@ void HuWinAttrReset(s16 window, u32 attr) {
|
|||
window_ptr->attr &= ~attr;
|
||||
}
|
||||
|
||||
u8 HuWinStatGet(s16 window) {
|
||||
s16 HuWinStatGet(s16 window) {
|
||||
WindowData *window_ptr = &winData[window];
|
||||
|
||||
return window_ptr->stat;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue