pokeplatinum/include/struct_defs/struct_0206C8D4.h
Kuruyia 3c903a6649 Document model attributes
This documents the `ov5_021D5878.c` file, which manages a data structure
containing various attributes used when rendering 3D models.

Those attributes directly map to polygon attributes/parameters that are
exposed by the NDS 3D hardware.

Signed-off-by: Kuruyia <github@kuruyia.net>
2025-02-27 17:25:22 +01:00

13 lines
268 B
C

#ifndef POKEPLATINUM_STRUCT_0206C8D4_H
#define POKEPLATINUM_STRUCT_0206C8D4_H
#include "overlay005/model_attributes.h"
typedef struct {
u8 unk_00;
u8 padding_01[3];
ModelAttributes *unk_04;
} UnkStruct_0206C8D4;
#endif // POKEPLATINUM_STRUCT_0206C8D4_H