Skip to content

Commit

Permalink
Merge pull request #259 from Fexty12573/spl-documentation
Browse files Browse the repository at this point in the history
Document SPL
  • Loading branch information
lhearachel authored Sep 25, 2024
2 parents dbadc44 + 860248b commit 0ae3a54
Show file tree
Hide file tree
Showing 40 changed files with 3,392 additions and 3,267 deletions.
12 changes: 6 additions & 6 deletions include/struct_defs/struct_020147B8.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

#include <nitro/fx/fx.h>

typedef struct SPLParticle_t SPLParticle;
struct SPLEmitter_t;
struct SPLParticle;
struct SPLEmitter;

typedef struct {
void (*unk_00)(const void *, SPLParticle *, VecFx32 *, struct SPLEmitter_t *);
const void *unk_04;
} UnkStruct_020147B8;
typedef struct SPLBehavior {
void (*applyFunc)(const void *, struct SPLParticle *, VecFx32 *, struct SPLEmitter *);
const void *object;
} SPLBehavior;

#endif // POKEPLATINUM_STRUCT_020147B8_H
Loading

0 comments on commit 0ae3a54

Please sign in to comment.