mirror of
https://github.com/zeldaret/tmc
synced 2026-08-08 18:43:52 -04:00
code_0807DF74.c: ok
ExecuteScriptCommandSet and functions in gUnk_0811E524.
This commit is contained in:
+2
-2
@@ -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
@@ -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;
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#define TEXTBOX_H
|
||||
|
||||
#include "global.h"
|
||||
#include "entity.h"
|
||||
|
||||
typedef struct {
|
||||
u8 doTextBox;
|
||||
|
||||
Reference in New Issue
Block a user