Decompile code_080A7C00

This commit is contained in:
octorock
2021-12-18 00:51:20 +01:00
parent 1568907163
commit 555fa43695
8 changed files with 152 additions and 208 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ extern Entity* CreateDeathFx(Entity*, u32, u32);
extern void UpdateAnimationVariableFrames(Entity*, u32);
extern u8* GetSpriteSubEntryOffsetDataPointer(u32, u32);
extern bool32 LoadFixedGFX(Entity*, u32);
extern Entity* CreateItemEntity(u32, u32, u32);
extern void CreateItemEntity(u32, u32, u32);
extern u32 ProcessMovement(Entity*);
extern void MenuFadeIn(u32, u32);
extern void LoadResourceAsync(const void*, u32, u32);
+26
View File
@@ -157,4 +157,30 @@ typedef struct {
void* unk8;
} WStruct;
typedef struct {
u8 type;
u8 unk_0x1;
u8 unk_0x2;
u8 unk_0x3;
u16 tilePos;
u16 unk_0x6;
} TileEntityData;
typedef enum {
NONE,
ROOM_VISIT_MARKER,
SMALL_CHEST,
BIG_CHEST,
BOMBABLE_WALL,
SIGN,
TILE_ENTITY_6,
MUSIC_SETTER,
TILE_ENTITY_8,
DARKNESS,
DESTRUCTIBLE_TILE,
GRASS_DROP_CHANGER,
TILE_ENTITY_C,
TILE_ENTITY_D
} TileEntityType;
#endif