Decompile pokenav_unk_4.c through sub_81CB678()

This commit is contained in:
Marcus Huderle
2019-04-15 19:24:32 -05:00
committed by huderlem
parent 394c0f5546
commit c7954e1212
4 changed files with 264 additions and 483 deletions
+4 -4
View File
@@ -505,7 +505,7 @@ struct MatchCallWindowState *GetMatchCallWindowStruct(void)
return &structPtr->unk888;
}
u32 MatchCall_MoveCursorUp(void)
int MatchCall_MoveCursorUp(void)
{
struct MatchCallWindowState *structPtr;
structPtr = GetMatchCallWindowStruct();
@@ -529,7 +529,7 @@ u32 MatchCall_MoveCursorUp(void)
}
}
u32 MatchCall_MoveCursorDown(void)
int MatchCall_MoveCursorDown(void)
{
struct MatchCallWindowState *structPtr;
structPtr = GetMatchCallWindowStruct();
@@ -554,7 +554,7 @@ u32 MatchCall_MoveCursorDown(void)
return 2;
}
u32 MatchCall_PageUp(void)
int MatchCall_PageUp(void)
{
struct MatchCallWindowState *structPtr;
s32 scroll;
@@ -580,7 +580,7 @@ u32 MatchCall_PageUp(void)
}
}
u32 MatchCall_PageDown(void)
int MatchCall_PageDown(void)
{
struct MatchCallWindowState *structPtr;
structPtr = GetMatchCallWindowStruct();