SSBM Decomp
Loading...
Searching...
No Matches
forward.h
Go to the documentation of this file.
1#ifndef MELEE_IT_FORWARD_H
2#define MELEE_IT_FORWARD_H
3
4#include <melee/ft/forward.h>
6
7#define HSD_GOBJ_CLASS_ITEM 6
8#define HSD_GOBJ_PLINK_ITEM 9
9
12#define HSD_GOBJ_CLASS_ITEMLINK 7
13
14typedef struct Article Article;
15typedef struct BobOmbRain BobOmbRain;
17typedef struct CameraBoxFlags CameraBoxFlags;
19typedef struct flag32 flag32;
20typedef struct HSD_ObjAllocUnk HSD_ObjAllocUnk;
21typedef struct Item_FtTrack Item_FtTrack;
25typedef struct ItemPickTable ItemPickTable;
26typedef struct itUnk2_DatAttrs itUnk2_DatAttrs;
27typedef struct Item Item;
29typedef struct ItemAttr ItemAttr;
30typedef struct ItemCommonData ItemCommonData;
31typedef struct ItemDynamics ItemDynamics;
32typedef struct ItemModelDesc ItemModelDesc;
33typedef struct ItemModStruct ItemModStruct;
34typedef struct ItemStateArray ItemStateArray;
35typedef struct ItemStateDesc ItemStateDesc;
37typedef struct SpawnItem SpawnItem;
39
40#ifdef M2C
41typedef struct Item_GObj Item_GObj;
42struct Item_GObj {
43 /* +0 */ u16 classifier;
44 /* +2 */ u8 p_link;
45 /* +3 */ u8 gx_link;
46 /* +4 */ u8 p_priority;
47 /* +5 */ u8 render_priority;
48 /* +6 */ u8 obj_kind;
49 /* +7 */ u8 user_data_kind;
50 /* +8 */ Item_GObj* next;
51 /* +C */ Item_GObj* prev;
52 /* +10 */ Item_GObj* next_gx;
53 /* +14 */ Item_GObj* prev_gx;
54 /* +18 */ HSD_GObjProc* proc;
55 /* +1C */ void (*rendered)(Item_GObj* gobj, s32 code);
56 /* +20 */ u64 gxlink_prios;
57 /* +28 */ HSD_JObj* hsd_obj;
58 /* +2C */ Item* user_data;
59 /* +30 */ void (*user_data_remove_func)(Item* data);
60 /* +34 */ void* x34_unk;
61};
62#else
64#endif
65
66typedef void (*ItCmd)(Item_GObj* gobj, CommandInfo* cmd);
67
69 ITEM_UNK_0x1 = (1 << 0),
70
75 ITEM_ANIM_UPDATE = (1 << 1),
76
78 ITEM_DROP_UPDATE = (1 << 2),
79 ITEM_MODEL_UPDATE = (1 << 3),
80 ITEM_HIT_PRESERVE = (1 << 4),
81 ITEM_SFX_PRESERVE = (1 << 5),
83
84 ITEM_UNK_UPDATE = (1 << 7),
85
87
88 ITEM_CMD_UPDATE = (1 << 8),
90
102
104typedef enum Item_HoldKinds {
105 ITEM_HOLD_0, // Common items, besides It_Kind_Foods
106 ITEM_HOLD_1, // Item-related items
107 ITEM_HOLD_2, // It_Kind_Foods
108 ITEM_HOLD_3, // It_PKind_Random
109 ITEM_HOLD_4, // Monsters 2 and Stage-specific items, besides
110 // It_Kind_Arwing_Laser, It_Kind_GreatFox_Laser, and
111 // It_Kind_Kyasarin_Egg
112 ITEM_HOLD_5, // (Stage-specific projectile items) It_Kind_Arwing_Laser,
113 // It_Kind_GreatFox_Laser, and It_Kind_Kyasarin_Egg
114 ITEM_HOLD_6, // Monster items, besides It_Kind_Octarock_Stone
115 ITEM_HOLD_7, // It_Kind_Octarock_Stone
116 ITEM_HOLD_8, // Character-related items, besides It_Kind_Unk4 and
117 // It_Kind_Coin
118 ITEM_HOLD_9, // Pokemon items
119 ITEM_HOLD_10, // Pokemon-related items
120 ITEM_HOLD_11, // It_Kind_Coin
121 ITEM_HOLD_12, // It_Kind_Unk4
122 // More?
124
129
130#define It_Common_Start It_Kind_Capsule
131#define It_Common_End It_Kind_L_Gun_Ray
132
133typedef enum ItemKind {
136 /* 00 */ It_Kind_Capsule, // Capsule
137 /* 01 */ It_Kind_Box, // Crate
138 /* 02 */ It_Kind_Taru, // Barrel
139 /* 03 */ It_Kind_Egg, // Egg
140 /* 04 */ It_Kind_Kusudama, // Party Ball (Kusudama)
141 /* 05 */ It_Kind_TaruCann, // Barrel Cannon (TaruCann)
142 /* 06 */ It_Kind_BombHei, // Bob-omb (BombHei)
143 /* 07 */ It_Kind_Dosei, // Mr. Saturn (Dosei)
144 /* 08 */ It_Kind_Heart, // Heart Container
145 /* 09 */ It_Kind_Tomato, // Maxim Tomato
146 /* 0A */ It_Kind_Star, // Starman (Super Star)
147 /* 0B */ It_Kind_Bat, // Home-Run Bat
148 /* 0C */ It_Kind_Sword, // Beam Sword
149 /* 0D */ It_Kind_Parasol, // Parasol
150 /* 0E */ It_Kind_G_Shell, // Green Shell (G Shell)
151 /* 0F */ It_Kind_R_Shell, // Red Shell (R Shell)
152 /* 10 */ It_Kind_L_Gun, // Ray Gun (L Gun)
153 /* 11 */ It_Kind_Freeze, // Freezie (Freeze)
154 /* 12 */ It_Kind_Foods, // Food
155 /* 13 */ It_Kind_MSBomb, // Proximity Mine (MSBomb)
156 /* 14 */ It_Kind_Flipper, // Flipper
157 /* 15 */ It_Kind_S_Scope, // Super Scope (S Scope)
158 /* 16 */ It_Kind_StarRod, // Star Rod
159 /* 17 */ It_Kind_LipStick, // Lip's Stick
160 /* 18 */ It_Kind_Harisen, // Fan (Harisen)
161 /* 19 */ It_Kind_F_Flower, // Fire Flower (F Flower)
162 /* 1A */ It_Kind_Kinoko, // Super Mushroom (Kinoko)
163 /* 1B */ It_Kind_DKinoko, // Poison Mushroom (DKinoko)
164 /* 1C */ It_Kind_Hammer, // Hammer
165 /* 1D */ It_Kind_WStar, // Warp Star (WStar)
166 /* 1E */ It_Kind_ScBall, // Screw Attack (ScBall)
167 /* 1F */ It_Kind_RabbitC, // Bunny Hood (RabbitC)
168 /* 20 */ It_Kind_MetalB, // Metal Box
169 /* 21 */ It_Kind_Spycloak, // Cloaking Device (Spycloak)
170 /* 22 */ It_Kind_M_Ball, // Poke Ball (M Ball)
171
173
176 It_Kind_L_Gun_Ray, // Ray Gun recoil effect (?)
177 It_Kind_StarRod_Star, // Star Rod Star
178 It_Kind_LipStick_Spore, // Lips Stick Dust
179 It_Kind_S_Scope_Beam, // Super Scope Beam
180 It_Kind_L_Gun_Beam, // Ray Gun Beam
181 It_Kind_Hammer_Head, // Hammer Head
183 It_Kind_EvYoshiEgg, // Yoshi's Egg (Event)
184
186
189 It_Kind_Kuriboh, // Goomba (Kuriboh)
190 It_Kind_Leadead, // Redead (Leadead)
191 It_Kind_Octarock, // Octarok (Octarock)
192 It_Kind_Ottosea, // Ottosea
193 It_Kind_Octarock_Stone, // Stone (Octarok Projectile)
194
196
199 It_Kind_Mario_Fire, // Mario's fireball
200 It_Kind_DrMario_Vitamin, // Dr. Mario's pill
201 It_Kind_Kirby_CBeam, // Kirby's Cutter beam
202 It_Kind_Kirby_Hammer, // Kirby's Hammer
203 It_Kind_Unk1, // Maybe Kirby copy star?
205 It_Kind_Fox_Laser, // Fox's Laser
206 It_Kind_Falco_Laser, // Falco's Laser
207 It_Kind_Fox_Illusion, // Fox's Illusion
208 It_Kind_Falco_Phantasm, // Falco's Phantasm
209 It_Kind_Link_Bomb, // Link's bomb
210 It_Kind_CLink_Bomb, // Young Link's bomb
211 It_Kind_Link_Boomerang, // Link's boomerang
212 It_Kind_CLink_Boomerang, // Young Link's boomerang
213 It_Kind_Link_HShot, // Link's Hookshot
214 It_Kind_CLink_HShot, // Young Link's Hookshot
215 It_Kind_Link_Arrow, // Link's Arrow
216 It_Kind_CLink_Arrow, // Young Link's Fire Arrow
218 It_Kind_Ness_PKFire_Flame, // PK Fire Pillar
219 It_Kind_Ness_PKFlush, // PK Flash (charging state)
220 It_Kind_Ness_PKThunder, // PK Thunder (Ball)
221 It_Kind_Ness_PKThunder1, // PK Thunder (Trail 1)
222 It_Kind_Ness_PKThunder2, // PK Thunder (Trail 2)
223 It_Kind_Ness_PKThunder3, // PK Thunder (Trail 3)
224 It_Kind_Ness_PKThunder4, // PK Thunder (Trail 4)
225 It_Kind_Fox_Blaster, // Fox's Blaster
226 It_Kind_Falco_Blaster, // Falco's Blaster
227 It_Kind_Link_Bow, // Link's Bow
228 It_Kind_CLink_Bow, // Young Link's Bow
229 It_Kind_Ness_PKFlush_Explode, // PK Flash (explosion)
230 It_Kind_Seak_NeedleThrow, // Needle (thrown)
231 It_Kind_Seak_NeedleHeld, // Needle (held)
232 It_Kind_Pikachu_Thunder, // Pikachu's Thunder
233 It_Kind_Pichu_Thunder, // Pichu's Thunder
234 It_Kind_Mario_Cape, // Mario's cape
235 It_Kind_DrMario_Sheet, // Dr. Mario's cape
236 It_Kind_Seak_Vanish, // Smoke (Sheik)
237 It_Kind_Yoshi_EggThrow, // Yoshi's Egg (thrown)
238 It_Kind_Yoshi_EggLay, // Yoshi's Egg Lay???
239 It_Kind_Yoshi_Star, // Yoshi's Star
240 It_Kind_Pikachu_TJolt_Ground, // Pikachu's thunder (B)
241 It_Kind_Pikachu_TJolt_Air, // Pikachu's thunder (B)
242 It_Kind_Pichu_TJolt_Ground, // Pichu's thunder (B)
243 It_Kind_Pichu_TJolt_Air, // Pichu's thunder (B)
244 It_Kind_Samus_Bomb, // Samus's bomb
245 It_Kind_Samus_Charge, // Samus's chargeshot
247 It_Kind_Samus_GBeam, // Grapple beam
248 It_Kind_Seak_Chain, // Sheik's chain
249 It_Kind_Peach_Explode, // Peach Bomber explosion?
250 It_Kind_Peach_Turnip, // Peach's turnip
251 It_Kind_Koopa_Flame, // Bowser's flame
252 It_Kind_Ness_Bat, // Ness's baseball bat
253 It_Kind_Ness_Yoyo, // Ness's Yo-Yo
254 It_Kind_Peach_Parasol, // Peach's parasol
255 It_Kind_Peach_Toad, // Peach's Toad special
256 It_Kind_Luigi_Fire, // Luigi's fireball
257 It_Kind_IceClimber_Ice, // Ice (Ice Climbers)
259 It_Kind_Zelda_DinFire, // Din's Fire (charging state)
260 It_Kind_Zelda_DinFire_Explode, // Din's Fire (explosion)
261 It_Kind_Mewtwo_Disable, // Mewtwo's Disable Projectile
262 It_Kind_Peach_ToadSpore, // Peach Toad's spore effect
263 It_Kind_Mewtwo_ShadowBall, // Mewtwo's Shadowball
264 It_Kind_IceClimber_GumStrings, // Ice Climbers Belay (Up B)
265 It_Kind_GameWatch_Greenhouse, // Mr. Game & Watch's Insecticide Spray
266 It_Kind_GameWatch_Manhole, // Mr. Game & Watch's Manhole
267 It_Kind_GameWatch_Fire, // Mr. Game & Watch's Fire (?)
268 It_Kind_GameWatch_Parachute, // Mr. Game & Watch's Parachute
269 It_Kind_GameWatch_Turtle, // Mr. Game & Watch's Turtle
270 It_Kind_GameWatch_Breath, // Mr. Game & Watch's Sparky
271 It_Kind_GameWatch_Judge, // Mr. Game & Watch's Judge
272 It_Kind_GameWatch_Panic, // Mr. Game & Watch's Oil Panic (?)
274 It_Kind_CLink_Milk, // Milk (Young Link)
275 It_Kind_GameWatch_Rescue, // Mr. Game & Watch's Firefighter
276 It_Kind_MasterHand_Laser, // Master Hand's Laser
277 It_Kind_MasterHand_Bullet, // Master Hand's Bullet
278 It_Kind_CrazyHand_Laser, // Crazy Hand's Laser
279 It_Kind_CrazyHand_Bullet, // Crazy Hand's Bullet
280 It_Kind_CrazyHand_Bomb, // Crazy Hand's Bomb
281 It_Kind_Kirby_MarioFire, // Kirby copy Mario's Fire (B)
282 It_Kind_Kirby_DrMarioVitamin, // Kirby copy Dr. Mario's Capsule (B)
283 It_Kind_Kirby_LuigiFire, // Kirby copy Luigi's Fire (B)
284 It_Kind_Kirby_IceClimberIce, // Kirby copy Ice Climbers' Ice Shot (B)
285 It_Kind_Kirby_PeachToad, // Kirby copy Peach's Toad (B)
286 It_Kind_Kirby_PeachToadSpore, // Kirby copy Toad's Spore (B)
287 It_Kind_Kirby_FoxLaser, // Kirby copy Fox's Laser (B)
288 It_Kind_Kirby_FalcoLaser, // Kirby copy Falco's Laser (B)
289 It_Kind_Kirby_FoxBlaster, // Kirby copy Fox's Blaster (B)
290 It_Kind_Kirby_FalcoBlaster, // Kirby copy Falco's Blaster (B)
291 It_Kind_Kirby_LinkArrow, // Kirby copy Link's Arrow (B)
292 It_Kind_Kirby_CLinkArrow, // Kirby copy Young Link's Arrow (B)
293 It_Kind_Kirby_LinkBow, // Kirby copy Link's Arrow (B)
294 It_Kind_Kirby_CLinkBow, // Kirby copy Young Link's Arrow (B)
295 It_Kind_Kirby_MewtwoShadowBall, // Kirby copy Mewtwo's Shadowball (B)
296 It_Kind_Kirby_NessPKFlush, // Kirby copy PK Flash (B)
297 It_Kind_Kirby_NessPKFlush_Explode, // Kirby copy PK Flash Explosion (B)
298 It_Kind_Kirby_PikachuTJolt_Ground, // Kirby copy Pikachu's Thunder (B)
299 It_Kind_Kirby_PikachuTJolt_Air, // Kirby copy Pikachu's Thunder (B)
300 It_Kind_Kirby_PichuTJolt_Ground, // Kirby copy Pichu's Thunder (B)
301 It_Kind_Kirby_PichuTJolt_Air, // Kirby copy Pichu's Thunder (B)
302 It_Kind_Kirby_SamusCharge, // Kirby copy Samus' Chargeshot (B)
303 It_Kind_Kirby_SeakNeedleThrow, // Kirby copy Sheik's Needle (thrown) (B)
304 It_Kind_Kirby_SeakNeedleHeld, // Kirby copy Sheik's Needle (ground) (B)
305 It_Kind_Kirby_KoopaFlame, // Kirby copy Bowser's Flame (B)
306 It_Kind_Kirby_GameWatchChef, // Kirby copy Mr. Game & Watch's Sausage (B)
307 It_Kind_Kirby_GameWatchChefPan, // Kirby copy Mr. Game & Watch's Chef Pan
308 // (B)
309 It_Kind_Kirby_YoshiEggLay, // Kirby's Yoshi Egg Lay??? (B)
310 It_Kind_Unk4, // (unique)
311 It_Kind_Coin, // Coin (?)
312
314
317 /* 0xA0 */ It_PKind_Random,
318 /* 0xA1 */ It_PKind_Start,
322 /* 0xA3 */ It_PKind_Kabigon,
323 /* 0xA4 */ It_PKind_Kamex,
325 /* 0xA6 */ It_PKind_Lizardon,
326 /* 0xA7 */ It_PKind_Fire,
327 /* 0xA8 */ It_PKind_Thunder,
328 /* 0xA9 */ It_PKind_Freezer,
329 /* 0xAA */ It_PKind_Sonans,
330 /* 0xAB */ It_PKind_Hassam,
331 /* 0xAC */ It_PKind_Unknown,
332 /* 0xAD */ It_PKind_Entei,
333 /* 0xAE */ It_PKind_Raikou,
334 /* 0xAF */ It_PKind_Suikun,
336 /* 0xB1 */ It_PKind_Marumine,
337 /* 0xB2 */ It_PKind_Lugia,
338 /* 0xB3 */ It_PKind_Houou,
339 /* 0xB4 */ It_PKind_Metamon,
340 /* 0xB5 */ It_PKind_Pippi,
341 /* 0xB6 */ It_PKind_Togepy,
342 /* 0xB7 */ It_PKind_Mew,
343 /* 0xB8 */ It_PKind_Cerebi,
345 /* 0xBA */ It_PKind_Lucky,
346 /* 0xBB */ It_PKind_Porygon2,
348 /* 0xBD */ It_PKind_Maril,
351
353
371 /* 0xCD */ It_Kind_Lucky_Egg,
374
376
379 It_Kind_Old_Kuri, // Old Goomba (old-Kuri)
380 It_Kind_Mato, // Target (Mato)
381 It_Kind_Heiho, // Yoshi's Story Shy Guy (Heiho)
382 It_Kind_Nokonoko, // Koopa Troopa (Green) (Nokonoko)
383 It_Kind_Patapata, // Koopa Troopa (Red) (Patapata)
384 It_Kind_Likelike, // Like-Like (likelike)
385 It_Kind_Old_Lead, // Old Redead (old-lead) [invalid]
386 It_Kind_Old_Octa, // Old Octorok (old-octa) [invalid]
387 It_Kind_Old_Otto, // Old Ottosea (old-otto)
388 It_Kind_Whitebea, // Polar Bear (whitebea)
389 It_Kind_Klap, // Klaptrap (klap)
390 It_Kind_ZGShell, // Green Shell (zgshell)
391 It_Kind_ZRShell, // Red Shell (green act) (zrshell)
392
394
397 It_Kind_Tincle, // Tingle (Tincle) (on balloon)
398 It_Kind_Invalid1, // [Invalid]
399 It_Kind_Invalid2, // [Invalid]
400 It_Kind_Invalid3, // [Invalid]
401 It_Kind_WhispyApple, // Whispy Apple
402 It_Kind_WhispyHealApple, // Whispy's Healing Apple
403 It_Kind_Invalid4, // [Invalid]
404 It_Kind_Invalid5, // [Invalid]
405 It_Kind_Invalid6, // [Invalid]
406 It_Kind_Tools, // Tool (Flatzone)
407 It_Kind_Invalid7, // [Invalid]
408 It_Kind_Invalid8, // [Invalid]
409 It_Kind_Kyasarin, // Birdo (Kyasarin)
410 It_Kind_Arwing_Laser, // Arwing Laser
411 It_Kind_GreatFox_Laser, // Great Fox's Laser
412 It_Kind_Kyasarin_Egg, // Birdo's Egg
414
417} ItemKind;
418
419#endif
HSD_Pad prev
Definition dbinit.c:22
HSD_GObj * gobj
Definition gm_19EF.c:73
signed int s32
Definition types.h:12
unsigned short int u16
Definition types.h:7
unsigned long long int u64
Definition types.h:16
unsigned char u8
Definition types.h:5
ItemKind
Definition forward.h:133
@ It_Kind_Pikachu_Thunder
Definition forward.h:232
@ It_Kind_Invalid2
Definition forward.h:399
@ It_Kind_Kirby_LinkBow
Definition forward.h:293
@ It_Kind_RabbitC
Definition forward.h:167
@ It_PKind_Kireihana
Bellossom (Kireihana).
Definition forward.h:335
@ It_Kind_Old_Lead
Definition forward.h:385
@ It_Kind_Kirby_FoxLaser
Definition forward.h:287
@ It_Kind_DrMario_Sheet
Definition forward.h:235
@ It_Kind_Parasol
Definition forward.h:149
@ It_Kind_Kusudama
Definition forward.h:140
@ It_Kind_Ness_PKFlush
Definition forward.h:219
@ It_Kind_Capsule
Definition forward.h:136
@ It_PKind_Random
Used for Random Pokemon value.
Definition forward.h:317
@ It_Kind_ZGShell
Definition forward.h:390
@ It_Kind_EvYoshiEgg
Definition forward.h:183
@ It_Kind_Samus_GBeam
Definition forward.h:247
@ It_Kind_Kirby_CLinkBow
Definition forward.h:294
@ It_Kind_Kirby_FoxBlaster
Definition forward.h:289
@ It_Kind_M_Ball
Definition forward.h:170
@ It_Kind_Kirby_DrMarioVitamin
Definition forward.h:282
@ It_Kind_GameWatch_Parachute
Definition forward.h:268
@ It_Kind_ScBall
Definition forward.h:166
@ It_Kind_Unk1
Definition forward.h:203
@ It_Kind_Kamex_HydroPump
Blastoise's Water.
Definition forward.h:358
@ It_Kind_Lugia_Aeroblast2
Lugia's Aeroblast.
Definition forward.h:367
@ It_Kind_Kirby_MewtwoShadowBall
Definition forward.h:295
@ It_Kind_CLink_Bomb
Definition forward.h:210
@ It_PKind_Unknown
Unown (Unknown).
Definition forward.h:331
@ It_Kind_Samus_Missile
Definition forward.h:246
@ It_PKind_Terminate
One past the last Poke Ball Pokemon.
Definition forward.h:350
@ It_Kind_Lizardon_Flame2
Charizard's Breath.
Definition forward.h:362
@ It_PKind_Metamon
Ditto (Metamon).
Definition forward.h:339
@ It_Kind_Hammer_Head
Definition forward.h:181
@ It_Kind_Koopa_Flame
Definition forward.h:251
@ It_Kind_Link_HShot
Definition forward.h:213
@ It_PKind_Houou
Ho-oh (Houou).
Definition forward.h:338
@ It_Kind_Invalid8
Definition forward.h:408
@ It_Kind_Peach_Explode
Definition forward.h:249
@ It_Kind_Falco_Phantasm
Definition forward.h:208
@ It_Kind_Ness_PKFire_Flame
Definition forward.h:218
@ It_Kind_Egg
Definition forward.h:139
@ It_Kind_Kirby_SeakNeedleThrow
Definition forward.h:303
@ It_PKind_Hitodeman
Staryu (Hitodeman).
Definition forward.h:344
@ It_PKind_Suikun
Suicune (Suikun).
Definition forward.h:334
@ It_Kind_Peach_Toad
Definition forward.h:255
@ It_Kind_Link_Boomerang
Definition forward.h:211
@ It_Kind_Invalid4
Definition forward.h:403
@ It_Kind_WStar
Definition forward.h:165
@ It_Kind_CLink_HShot
Definition forward.h:214
@ It_Kind_Arwing_Laser
Definition forward.h:410
@ It_Kind_WhispyHealApple
Definition forward.h:402
@ It_Kind_Tools
Definition forward.h:406
@ It_PKind_Pippi
Clefairy (Pippi).
Definition forward.h:340
@ It_Kind_Pokemon_Unk
???
Definition forward.h:373
@ It_PKind_Entei
Entei.
Definition forward.h:332
@ It_Kind_Fox_Illusion
Definition forward.h:207
@ It_Kind_Pichu_Thunder
Definition forward.h:233
@ It_Kind_Ness_PKThunder2
Definition forward.h:222
@ It_Kind_MasterHand_Laser
Definition forward.h:276
@ It_Kind_Kirby_MarioFire
Definition forward.h:281
@ It_Kind_GameWatch_Turtle
Definition forward.h:269
@ It_Kind_DKinoko
Definition forward.h:163
@ It_Kind_Samus_Charge
Definition forward.h:245
@ It_Kind_None
Definition forward.h:416
@ It_Kind_GameWatch_Judge
Definition forward.h:271
@ It_Kind_Old_Otto
Definition forward.h:387
@ It_Kind_CLink_Arrow
Definition forward.h:216
@ It_Kind_Pichu_TJolt_Air
Definition forward.h:243
@ It_Kind_S_Scope_Beam
Definition forward.h:179
@ It_Kind_StarRod_Star
Definition forward.h:177
@ It_Kind_Ness_Bat
Definition forward.h:252
@ It_Kind_Yoshi_EggLay
Definition forward.h:238
@ It_Kind_IceClimber_Ice
Definition forward.h:257
@ It_Kind_Foods
Definition forward.h:154
@ It_Kind_Coin
Definition forward.h:311
@ It_Kind_Pichu_TJolt_Ground
Definition forward.h:242
@ It_PKind_Mew
Mew.
Definition forward.h:342
@ It_Kind_GameWatch_Fire
Definition forward.h:267
@ It_Kind_Matadogas_Gas1
Weezing's Gas.
Definition forward.h:359
@ It_Kind_Tincle
Definition forward.h:397
@ It_Kind_GameWatch_Chef
Definition forward.h:273
@ It_Kind_Kirby_PichuTJolt_Ground
Definition forward.h:300
@ It_Kind_Freeze
Definition forward.h:153
@ It_PKind_Cerebi
Celebi (Cerebi).
Definition forward.h:343
@ It_Kind_Fox_Blaster
Definition forward.h:225
@ It_Kind_Kirby_Hammer
Definition forward.h:202
@ It_Kind_Ness_PKFire
Definition forward.h:217
@ It_PKind_Fushigibana
Venusaur (Fushigibana).
Definition forward.h:349
@ It_Kind_GameWatch_Greenhouse
Definition forward.h:265
@ It_PKind_Fire
Moltres (Fire).
Definition forward.h:326
@ It_Kind_Patapata
Definition forward.h:383
@ It_Kind_Kyasarin_Egg
Definition forward.h:412
@ It_Kind_Samus_Bomb
Definition forward.h:244
@ It_Kind_Chicorita_Leaf
Chikorita's Leaf.
Definition forward.h:356
@ It_Kind_LipStick_Spore
Definition forward.h:178
@ It_Kind_MasterHand_Bullet
Definition forward.h:277
@ It_Kind_Kirby_NessPKFlush
Definition forward.h:296
@ It_Kind_GameWatch_Breath
Definition forward.h:270
@ It_Kind_StarRod
Definition forward.h:158
@ It_Kind_Ottosea
Definition forward.h:192
@ It_Kind_Kirby_SamusCharge
Definition forward.h:302
@ It_Kind_Invalid6
Definition forward.h:405
@ It_Kind_Kirby_PichuTJolt_Air
Definition forward.h:301
@ It_Kind_Hitodeman_Star
Staryu's Star.
Definition forward.h:370
@ It_Kind_Falco_Laser
Definition forward.h:206
@ It_Kind_Lugia_Aeroblast3
Lugia's Aeroblast.
Definition forward.h:368
@ It_Kind_Link_Arrow
Definition forward.h:215
@ It_Kind_Pikachu_TJolt_Ground
Definition forward.h:240
@ It_Kind_Heiho
Definition forward.h:381
@ It_Kind_Invalid7
Definition forward.h:407
@ It_Kind_Octarock_Stone
Definition forward.h:193
@ It_Kind_Bat
Definition forward.h:147
@ It_Kind_Seak_Chain
Definition forward.h:248
@ It_Kind_F_Flower_Flame
Definition forward.h:182
@ It_Kind_Ness_PKThunder
Definition forward.h:220
@ It_Kind_MetalB
Definition forward.h:168
@ It_Kind_L_Gun_Ray
Definition forward.h:176
@ It_Kind_Kirby_FalcoBlaster
Definition forward.h:290
@ It_Kind_G_Shell
Definition forward.h:150
@ It_Kind_Sword
Definition forward.h:148
@ It_Kind_Whitebea
Definition forward.h:388
@ It_Kind_Invalid1
Definition forward.h:398
@ It_Kind_Spycloak
Definition forward.h:169
@ It_Kind_Zelda_DinFire
Definition forward.h:259
@ It_Kind_Kirby_IceClimberIce
Definition forward.h:284
@ It_Kind_Klap
Definition forward.h:389
@ It_Kind_Peach_Turnip
Definition forward.h:250
@ It_Kind_R_Shell
Definition forward.h:151
@ It_Kind_WhispyApple
Definition forward.h:401
@ It_Kind_Kirby_CBeam
Definition forward.h:201
@ It_PKind_Lizardon
Charizard (Lizardon).
Definition forward.h:325
@ It_Kind_Peach_ToadSpore
Definition forward.h:262
@ It_Kind_Octarock
Definition forward.h:191
@ It_Kind_Heart
Definition forward.h:144
@ It_Kind_Kirby_SeakNeedleHeld
Definition forward.h:304
@ It_Kind_Ness_PKThunder4
Definition forward.h:224
@ It_Kind_Yoshi_EggThrow
Definition forward.h:237
@ It_Kind_Kirby_PikachuTJolt_Air
Definition forward.h:299
@ It_Kind_CrazyHand_Bomb
Definition forward.h:280
@ It_Kind_Box
Definition forward.h:137
@ It_Kind_Leadead
Definition forward.h:190
@ It_Kind_Mewtwo_ShadowBall
Definition forward.h:263
@ It_Kind_Taru
Definition forward.h:138
@ It_PKind_Kamex
Blastoise (Kamex).
Definition forward.h:323
@ It_Kind_GameWatch_Manhole
Definition forward.h:266
@ It_Kind_Peach_Parasol
Definition forward.h:254
@ It_Kind_Unknown_Swarm
Mini-Unowns.
Definition forward.h:365
@ It_Kind_Unselected
Definition forward.h:415
@ It_Kind_DrMario_Vitamin
Definition forward.h:200
@ It_PKind_Togepy
Togepi (Togepy).
Definition forward.h:341
@ It_Kind_Nokonoko
Definition forward.h:382
@ It_Kind_CrazyHand_Bullet
Definition forward.h:279
@ It_Kind_TaruCann
Definition forward.h:141
@ It_PKind_Maril
Marill (Maril).
Definition forward.h:348
@ It_Kind_Ness_PKThunder1
Definition forward.h:221
@ It_Kind_Lugia_Aeroblast
Lugia's Aeroblast.
Definition forward.h:366
@ It_Kind_LipStick
Definition forward.h:159
@ It_Kind_Hinoarashi_Flame
Cyndaquil's Fire.
Definition forward.h:372
@ It_Kind_Kirby_PeachToad
Definition forward.h:285
@ It_PKind_Kabigon
Snorlax (Kabigon).
Definition forward.h:322
@ It_Kind_Kirby_LuigiFire
Definition forward.h:283
@ It_PKind_Freezer
Articuno (Freezer).
Definition forward.h:328
@ It_Kind_CLink_Milk
Definition forward.h:274
@ It_Kind_Star
Definition forward.h:146
@ It_Kind_Mewtwo_Disable
Definition forward.h:261
@ It_Kind_Mario_Fire
Definition forward.h:199
@ It_Kind_GameWatch_Rescue
Definition forward.h:275
@ It_Kind_F_Flower
Definition forward.h:161
@ It_Kind_Yoshi_Star
Definition forward.h:239
@ It_Kind_IceClimber_GumStrings
Definition forward.h:264
@ It_Kind_Kirby_GameWatchChef
Definition forward.h:306
@ It_Kind_Kyasarin
Definition forward.h:409
@ It_Kind_Unk4
Definition forward.h:310
@ It_Kind_Kirby_NessPKFlush_Explode
Definition forward.h:297
@ It_Kind_Kinoko
Definition forward.h:162
@ It_Kind_Invalid5
Definition forward.h:404
@ It_Kind_Kirby_PikachuTJolt_Ground
Definition forward.h:298
@ It_Kind_Link_Bow
Definition forward.h:227
@ It_Kind_Flipper
Definition forward.h:156
@ It_Kind_Link_Bomb
Definition forward.h:209
@ It_PKind_Thunder
Zapdos (Thunder).
Definition forward.h:327
@ It_Kind_MSBomb
Definition forward.h:155
@ It_Kind_Mario_Cape
Definition forward.h:234
@ It_Kind_Kirby_GameWatchChefPan
Definition forward.h:307
@ It_PKind_Hinoarashi
Cyndaquil (Hinoarashi).
Definition forward.h:347
@ It_Kind_Luigi_Fire
Definition forward.h:256
@ It_Kind_Seak_Vanish
Definition forward.h:236
@ It_Kind_Hammer
Definition forward.h:164
@ It_Kind_Kuriboh
Definition forward.h:189
@ It_Kind_Unk2
Definition forward.h:204
@ It_Kind_BombHei
Definition forward.h:142
@ It_Kind_Zelda_DinFire_Explode
Definition forward.h:260
@ It_Kind_L_Gun_Beam
Definition forward.h:180
@ It_PKind_Porygon2
Porygon2.
Definition forward.h:346
@ It_PKind_Start
First Poke Ball Pokemon, named by an assert in pl_8003E70C.
Definition forward.h:318
@ It_PKind_Chicorita
Chikorita (Chicorita).
Definition forward.h:321
@ It_Kind_Kirby_FalcoLaser
Definition forward.h:288
@ It_Kind_CLink_Bow
Definition forward.h:228
@ It_Kind_Lucky_Egg
Chansey's Healing Egg.
Definition forward.h:371
@ It_Kind_Dosei
Definition forward.h:143
@ It_Kind_Kirby_PeachToadSpore
Definition forward.h:286
@ It_Kind_Seak_NeedleThrow
Definition forward.h:230
@ It_Kind_Lizardon_Flame4
Charizard's Breath.
Definition forward.h:364
@ It_Kind_Tomato
Definition forward.h:145
@ It_PKind_Hassam
Scizor (Hassam).
Definition forward.h:330
@ It_Kind_IceClimber_Blizzard
Definition forward.h:258
@ It_Kind_Matadogas_Gas2
Weezing's Gas.
Definition forward.h:360
@ It_PKind_Tosakinto
Goldeen (Tosakinto).
Definition forward.h:320
@ It_Kind_Old_Octa
Definition forward.h:386
@ It_Kind_Houou_SacredFire
Ho-Oh's Flame.
Definition forward.h:369
@ It_Kind_Mato
Definition forward.h:380
@ It_Kind_Pikachu_TJolt_Air
Definition forward.h:241
@ It_Kind_S_Scope
Definition forward.h:157
@ It_Kind_GreatFox_Laser
Definition forward.h:411
@ It_Kind_Ness_PKThunder3
Definition forward.h:223
@ It_Kind_Old_Kuri
Definition forward.h:379
@ It_Kind_Seak_NeedleHeld
Definition forward.h:231
@ It_Kind_Harisen
Definition forward.h:160
@ It_Kind_CLink_Boomerang
Definition forward.h:212
@ It_PKind_Marumine
Electrode (Marumine).
Definition forward.h:336
@ It_Kind_Likelike
Definition forward.h:384
@ It_Kind_Lizardon_Flame1
Charizard's Breath.
Definition forward.h:361
@ It_Kind_Fox_Laser
Definition forward.h:205
@ It_PKind_Raikou
Raikou.
Definition forward.h:333
@ It_PKind_Matadogas
Weezing (Matadogas).
Definition forward.h:324
@ It_Kind_Ness_Yoyo
Definition forward.h:253
@ It_Kind_Kirby_CLinkArrow
Definition forward.h:292
@ It_Kind_GameWatch_Panic
Definition forward.h:272
@ It_Kind_Kirby_YoshiEggLay
Definition forward.h:309
@ It_Kind_Invalid3
Definition forward.h:400
@ It_Kind_Ness_PKFlush_Explode
Definition forward.h:229
@ It_Kind_Falco_Blaster
Definition forward.h:226
@ It_Kind_Kirby_LinkArrow
Definition forward.h:291
@ It_PKind_Sonans
Wobbuffet (Sonans).
Definition forward.h:329
@ It_Kind_CrazyHand_Laser
Definition forward.h:278
@ It_Kind_Lizardon_Flame3
Charizard's Breath.
Definition forward.h:363
@ It_PKind_Lugia
Lugia.
Definition forward.h:337
@ It_Kind_ZRShell
Definition forward.h:391
@ It_Kind_Kirby_KoopaFlame
Definition forward.h:305
@ It_PKind_Lucky
Chansey (Lucky).
Definition forward.h:345
@ It_Kind_L_Gun
Definition forward.h:152
Item_HoldKinds
Combine with Item_UnkKinds?
Definition forward.h:104
@ ITEM_HOLD_12
Definition forward.h:121
@ ITEM_HOLD_6
Definition forward.h:114
@ ITEM_HOLD_1
Definition forward.h:106
@ ITEM_HOLD_2
Definition forward.h:107
@ ITEM_HOLD_0
Definition forward.h:105
@ ITEM_HOLD_10
Definition forward.h:119
@ ITEM_HOLD_4
Definition forward.h:109
@ ITEM_HOLD_3
Definition forward.h:108
@ ITEM_HOLD_5
Definition forward.h:112
@ ITEM_HOLD_8
Definition forward.h:116
@ ITEM_HOLD_7
Definition forward.h:115
@ ITEM_HOLD_11
Definition forward.h:120
@ ITEM_HOLD_9
Definition forward.h:118
HSD_GObj Item_GObj
Definition forward.h:63
void(* ItCmd)(Item_GObj *gobj, CommandInfo *cmd)
Definition forward.h:66
Item_StateChangeFlags
Definition forward.h:68
@ ITEM_HIT_PRESERVE
Keep current hitboxes.
Definition forward.h:80
@ ITEM_DROP_UPDATE
Copies Item::xC44 to Item::xC40 if enabled.
Definition forward.h:78
@ ITEM_ANIM_UPDATE
Updates item model with target Item State's AnimJoint, MatAnimJoint and extra HSD archive node if ava...
Definition forward.h:75
@ ITEM_UNK_0x1
Definition forward.h:69
@ ITEM_CMD_UPDATE
Run item's Subaction Events up to its current animation frame.
Definition forward.h:88
@ ITEM_UNK_UPDATE
Definition forward.h:84
@ ITEM_MODEL_UPDATE
Runs some HSD_JObj function.
Definition forward.h:79
@ ITEM_COLANIM_PRESERVE
Keep current color overlay.
Definition forward.h:82
@ ITEM_SFX_PRESERVE
Keep current SFX.
Definition forward.h:81
struct UnkItemArticles3 UnkItemArticles3
Definition forward.h:38
Item_UnkKinds
Definition forward.h:96
@ ITEM_UNK_MATO
Item type: Target (Mato).
Definition forward.h:97
@ ITEM_UNK_7
Definition forward.h:100
@ ITEM_UNK_LOCKON
Definition forward.h:98
@ ITEM_UNK_ENEMY
Item type: Stage Enemy (Goomba, Koopa Troopa, etc.).
Definition forward.h:99
static u32 next
Definition rand.c:4
Definition types.h:180
Definition types.h:641
Definition types.h:494
Definition types.h:29
Definition types.h:999
Definition types.h:74
Definition gobjproc.h:8
Definition gobj.h:16
Definition jobj.h:104
Definition types.h:836
Definition types.h:772
Definition types.h:86
Definition types.h:674
Definition types.h:133
Definition types.h:200
Definition types.h:155
Definition types.h:816
Definition types.h:151
Definition types.h:141
Definition types.h:79
Definition types.h:754
Definition types.h:225
Recent Pokemon selections and the shared Mew/Celebi spawn limit.
Definition types.h:23
Definition types.h:829
Definition types.h:650
Definition types.h:41
Definition itCommonItems.h:38
Definition itCommonItems.h:1378