code_0807DF74.c: ok

ExecuteScriptCommandSet and functions in gUnk_0811E524.
This commit is contained in:
Ibot02
2021-01-15 17:57:02 +01:00
parent 97d9168e3a
commit 63038b4c6b
9 changed files with 5480 additions and 6716 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ extern void UpdateAnimationVariableFrames(Entity*, u32);
extern void CopyPositionAndSpriteOffset(Entity*, Entity*);
extern u8* GetSpriteSubEntryOffsetDataPointer(u32, u32);
extern u32 LoadFixedGFX(Entity*, u32);
extern void ExecuteScriptCommandSet(Entity*, void*);
extern void ExecuteScriptCommandSet();
extern void _DmaFill32(u32, void*, u32);
extern Entity* CreateItemEntity(u32, u32, u32);
@@ -102,7 +102,7 @@ extern u32 sub_08049FDC(Entity*, u32);
extern u32 sub_080041A0(Entity*, Entity*, u32, u32);
extern u32 sub_08049EE4(Entity*);
extern Entity* sub_0804A98C(Entity*, u8, u8);
extern u32 sub_080544DC(u8);
extern u32 sub_080544DC(u32);
extern void sub_08077E54(Entity*);
extern void sub_080042BA(Entity*, u32);
extern void _DmaZero(void*, u32);
+3 -3
View File
@@ -51,7 +51,8 @@ typedef struct {
/*0x36*/ s16 field_0x36;
/*0x38*/ u8 field_0x38;
/*0x39*/ u8 field_0x39;
/*0x3a*/ u16 field_0x3a;
/*0x3a*/ u8 field_0x3a;
/*0x3b*/ u8 field_0x3b;
/*0x3c*/ u8 field_0x3c[2];
/*0x3e*/ u8 swordGoldParticle : 1;
/* */ u8 swordBlueParticle : 1;
@@ -90,8 +91,7 @@ typedef struct {
u8 itemOnB;
u8 filler2[10];
u16 rupees;
u8 field_0x1a;
u8 field_0x1b;
u16 field_0x1a;
u8 field_0x1c;
u8 field_0x1d;
u8 field_0x1e;
+1
View File
@@ -2,6 +2,7 @@
#define TEXTBOX_H
#include "global.h"
#include "entity.h"
typedef struct {
u8 doTextBox;