SSBM Decomp
Loading...
Searching...
No Matches
itspawn.h
Go to the documentation of this file.
1#ifndef GALE01_ITSPAWN_H
2#define GALE01_ITSPAWN_H
3
4#include <platform.h>
5
6#include "it/types.h"
7
8#include <baselib/forward.h>
9#include <dolphin/mtx.h>
10
11/* 26C47C */ void it_8026C47C(struct it_8026C47C_arg0_t*);
12/* 26C530 */ s32 it_8026C530(s32, ItemPickTable*, s32, s32);
13/* 26C65C */ int it_8026C65C(ItemPickTable*);
14/* 26C704 */ bool it_8026C704(void);
16/* 26C88C */ void fn_8026C88C(HSD_GObj*);
17/* 26CA4C */ void it_8026CA4C(ItemPickTable*, s32*, u64, s32, f32);
18/* 26CB3C */ bool it_8026CB3C(Vec3*);
19/* 26CB9C */ void it_8026CB9C(s32*, u64, f32);
20/* 26CD50 */ void it_8026CD50(s32*, u64, f32);
21/* 26CF04 */ void it_8026CF04(void);
22/* 26D018 */ void it_8026D018(void);
23/* 26D258 */ bool it_8026D258(Vec3*, ItemKind);
24/* 26D324 */ bool it_8026D324(ItemKind);
25/* 26D3CC */ bool it_8026D3CC(void);
26#endif
signed long s32
Definition hsd_3B2B.h:1
bool it_8026C704(void)
Definition itspawn.c:129
bool it_8026D258(Vec3 *, ItemKind)
Spawn item of specified kind at specified position (but no z-offset).
Definition itspawn.c:473
void it_8026CB9C(s32 *, u64, f32)
Builds some structs for items.
Definition itspawn.c:266
void it_8026C47C(struct it_8026C47C_arg0_t *)
Definition itspawn.c:21
bool it_8026CB3C(Vec3 *)
Definition itspawn.c:253
ItemKind it_8026C75C(ItemPickTable *)
Decides item kind for spawned items - not sure in which context (i.e from pokeballs,...
Definition itspawn.c:142
bool it_8026D324(ItemKind)
Definition itspawn.c:499
void it_8026CA4C(ItemPickTable *, s32 *, u64, s32, f32)
Definition itspawn.c:234
bool it_8026D3CC(void)
Definition itspawn.c:518
void it_8026D018(void)
Definition itspawn.c:417
int it_8026C65C(ItemPickTable *)
argument is definitely size 0x10
Definition itspawn.c:102
void it_8026CD50(s32 *, u64, f32)
Definition itspawn.c:314
void fn_8026C88C(HSD_GObj *)
Definition itspawn.c:187
void it_8026CF04(void)
Builds the monster-item weighted-pick table (it_804A0E60).
Definition itspawn.c:379
s32 it_8026C530(s32, ItemPickTable *, s32, s32)
Definition itspawn.c:53
ItemKind
Definition forward.h:109
was using this to try and fix some matches, unsuccessfully
Definition gobj.h:26
Definition types.h:856
Definition types.h:893