mirror of
https://github.com/zeldaret/tmc
synced 2026-06-11 21:19:02 -04:00
initializeLink.c OK
This commit is contained in:
@@ -41,6 +41,7 @@ extern void CopyPositionAndSpriteOffset(Entity*, Entity*);
|
||||
extern u8* GetSpriteSubEntryOffsetDataPointer(u32, u32);
|
||||
extern u32 LoadFixedGFX(Entity*, u32);
|
||||
extern void ExecuteScriptCommandSet(Entity*, void *);
|
||||
extern void _DmaFill32(u32, void*, u32);
|
||||
|
||||
// Unidentified
|
||||
extern void sub_0806ED78(Entity*);
|
||||
@@ -228,4 +229,6 @@ extern u32 sub_0806F3E4(Entity*);
|
||||
extern void sub_0804A7D4(Entity*);
|
||||
extern void sub_08033744(Entity*);
|
||||
extern void sub_0800417E(Entity*, u32);
|
||||
extern void sub_080784C8();
|
||||
extern void sub_08017640();
|
||||
#endif
|
||||
@@ -62,7 +62,8 @@ typedef struct {
|
||||
u8 playerState;
|
||||
u8 field_0xf;
|
||||
Coords playerStartPos;
|
||||
u16 playerLayer;
|
||||
u8 playerLayer;
|
||||
u8 field_0x13;
|
||||
u8 field_0x14[0xa];
|
||||
u16 field_0x20;
|
||||
u16 field_0x22;
|
||||
|
||||
Reference in New Issue
Block a user