diff options
| author | theo3 <arisstephenson2@gmail.com> | 2020-08-08 13:59:05 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2020-08-08 13:59:05 -0700 |
| commit | 001bf63c6159ef4e281d44fd54c751fecf362705 (patch) | |
| tree | 38c9595f7830350dd4daa5e0f20ccd0eb6dbe1c0 /include | |
| parent | 65b4f30266c2c3f32e124800e1ea389ea87880ae (diff) | |
initializeLink.c OK
Diffstat (limited to 'include')
| -rw-r--r-- | include/functions.h | 3 | ||||
| -rw-r--r-- | include/structures.h | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/functions.h b/include/functions.h index dcfcf70d..27050f59 100644 --- a/include/functions.h +++ b/include/functions.h @@ -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
\ No newline at end of file diff --git a/include/structures.h b/include/structures.h index f3ca87d5..73bbd510 100644 --- a/include/structures.h +++ b/include/structures.h @@ -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; |
