mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Address review comments
This commit is contained in:
parent
1cff6672cf
commit
37d23230fa
@ -29,7 +29,7 @@ struct PokenavSub8
|
||||
u32 ltid;
|
||||
u16 winid;
|
||||
bool32 unkC;
|
||||
u16 buff[0x400];
|
||||
u8 buff[BG_SCREEN_SIZE];
|
||||
}; // size: 0x810
|
||||
|
||||
static u32 sub_81CF010(struct PokenavSub7 *structPtr);
|
||||
|
@ -26,7 +26,7 @@ struct PokenavSub10
|
||||
u32 ltid;
|
||||
u16 winid;
|
||||
bool32 unkC;
|
||||
u16 buff[0x400];
|
||||
u8 buff[BG_SCREEN_SIZE];
|
||||
};
|
||||
|
||||
static u32 sub_81CFA68(struct PokenavSub9 *structPtr);
|
||||
@ -52,7 +52,7 @@ static void sub_81D0288(struct PokenavSub10 *ptr);
|
||||
static void sub_81D0304(void);
|
||||
static void sub_81D035C(struct PokenavMonList *, u8 *);
|
||||
|
||||
static u32 (*const gUnknown_086235D8[])(s32 state) =
|
||||
static const LoopedTask gUnknown_086235D8[] =
|
||||
{
|
||||
sub_81CFB8C,
|
||||
sub_81CFC2C,
|
||||
|
Loading…
Reference in New Issue
Block a user