mirror of
https://github.com/zeldaret/tmc
synced 2026-09-03 02:13:43 -04:00
Name more functions
This commit is contained in:
+1
-1
@@ -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
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user