Name more functions

This commit is contained in:
Catobat
2023-01-08 16:46:07 +01:00
parent 4ab73f8eb7
commit 8515634fa9
51 changed files with 60 additions and 60 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ typedef struct {
u16 y; /**< Y position of the actual event. */
u16 _c; // see sub_080A6A80, related to _0 and _2 of gUnk_08127F94
u16 _e; // see sub_080A6A80, related to _1 and _3 of gUnk_08127F94
u8 condition; // TODO some sort of flag determining what type the bank&flag are? see sub_0801E8D4
u8 condition; // TODO some sort of flag determining what type the bank&flag are? see UpdateVisibleFusionMapMarkers
u8 bank; /**< @see LocalBanks */
u16 flag;
} WorldEvent;
+1 -1
View File
@@ -86,7 +86,7 @@ void CollideFollowers(void);
// TODO move?
void sub_08078784(Entity* ent, u32 arg1);
u32 sub_0806F5A4(u32);
u32 sub_0801E99C(Entity*);
u32 GetFusionToOffer(Entity*);
void sub_08078778(Entity*);
void sub_0807000C(Entity*);
void sub_080787A8(Entity*, u32);