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 "ft/forward.h"
5#include <baselib/forward.h>
6
7typedef struct Article Article;
8typedef struct BobOmbRain BobOmbRain;
10typedef struct CameraBoxFlags CameraBoxFlags;
12typedef struct ECB ECB;
13typedef struct flag32 flag32;
14typedef struct HSD_ObjAllocUnk HSD_ObjAllocUnk;
20typedef struct Item Item;
22typedef struct ItemAttr ItemAttr;
23typedef struct ItemCommonData ItemCommonData;
24typedef struct ItemDynamics ItemDynamics;
25typedef struct ItemModelDesc ItemModelDesc;
26typedef struct ItemModStruct ItemModStruct;
27typedef struct ItemStateArray ItemStateArray;
28typedef struct ItemStateDesc ItemStateDesc;
30typedef struct SpawnItem SpawnItem;
32
33#ifdef M2CTX
34typedef struct Item_GObj Item_GObj;
35struct Item_GObj {
36 /* +0 */ u16 classifier;
37 /* +2 */ u8 p_link;
38 /* +3 */ u8 gx_link;
39 /* +4 */ u8 p_priority;
40 /* +5 */ u8 render_priority;
41 /* +6 */ u8 obj_kind;
42 /* +7 */ u8 user_data_kind;
43 /* +8 */ Item_GObj* next;
44 /* +C */ Item_GObj* prev;
45 /* +10 */ Item_GObj* next_gx;
46 /* +14 */ Item_GObj* prev_gx;
47 /* +18 */ HSD_GObjProc* proc;
48 /* +1C */ void (*rendered)(Item_GObj* gobj, s32 code);
49 /* +20 */ u64 gxlink_prios;
50 /* +28 */ HSD_JObj* hsd_obj;
51 /* +2C */ Item* user_data;
52 /* +30 */ void (*user_data_remove_func)(Item* data);
53 /* +34 */ void* x34_unk;
54};
55#else
57#endif
58
59typedef void (*ItCmd)(Item_GObj* gobj, FtCmdState* cmd);
60
72
79
80// Based on "ID Lists" from the SSBM datasheet, in-game references, and further
81// research by VetriTheRetri
82// https://docs.google.com/spreadsheets/d/1JX2w-r2fuvWuNgGb6D3Cs4wHQKLFegZe2jhbBuIhCG8
83// Development JP name strings are listed starting at data address 0x803EA7A8
84
85typedef enum ItemKind {
86 // COMMON ITEMS
87
88 It_Kind_Capsule, // Capsule
89 It_Kind_Box, // Crate
90 It_Kind_Taru, // Barrel
92 It_Kind_Kusudama, // Party Ball (Kusudama)
93 It_Kind_TaruCann, // Barrel Cannon (TaruCann)
94 It_Kind_BombHei, // Bob-omb (BombHei)
95 It_Kind_Dosei, // Mr. Saturn (Dosei)
96 It_Kind_Heart, // Heart Container
97 It_Kind_Tomato, // Maxim Tomato
98 It_Kind_Star, // Starman (Super Star)
99 It_Kind_Bat, // Home-Run Bat
100 It_Kind_Sword, // Beam Sword
101 It_Kind_Parasol, // Parasol
102 It_Kind_G_Shell, // Green Shell (G Shell)
103 It_Kind_R_Shell, // Red Shell (R Shell)
104 It_Kind_L_Gun, // Ray Gun (L Gun)
105 It_Kind_Freeze, // Freezie (Freeze)
107 It_Kind_MSBomb, // Proximity Mine (MSBomb)
108 It_Kind_Flipper, // Flipper
109 It_Kind_S_Scope, // Super Scope (S Scope)
110 It_Kind_StarRod, // Star Rod
111 It_Kind_LipStick, // Lip's Stick
112 It_Kind_Harisen, // Fan (Harisen)
113 It_Kind_F_Flower, // Fire Flower (F Flower)
114 It_Kind_Kinoko, // Super Mushroom (Kinoko)
115 It_Kind_DKinoko, // Poison Mushroom (DKinoko)
116 It_Kind_Hammer, // Hammer
117 It_Kind_WStar, // Warp Star (WStar)
118 It_Kind_ScBall, // Screw Attack (ScBall)
119 It_Kind_RabbitC, // Bunny Hood (RabbitC)
120 It_Kind_MetalB, // Metal Box
121 It_Kind_Spycloak, // Cloaking Device (Spycloak)
122 It_Kind_M_Ball, // Poké Ball (M Ball)
123
124 // ITEM-RELATED
125
126 It_Kind_L_Gun_Ray, // Ray Gun recoil effect (?)
127 It_Kind_StarRod_Star, // Star Rod Star
128 It_Kind_LipStick_Spore, // Lips Stick Dust
129 It_Kind_S_Scope_Beam, // Super Scope Beam
130 It_Kind_L_Gun_Beam, // Ray Gun Beam
131 It_Kind_Hammer_Head, // Hammer Head
133 It_Kind_EvYoshiEgg, // Yoshi's Egg (Event)
134
135 // MONSTERS
136
137 It_Kind_Kuriboh, // Goomba (Kuriboh)
138 It_Kind_Leadead, // Redead (Leadead)
139 It_Kind_Octarock, // Octarok (Octarock)
140 It_Kind_Ottosea, // Ottosea
141 It_Kind_Octarock_Stone, // Stone (Octarok Projectile)
142
143 // CHARACTER-RELATED
144
145 It_Kind_Mario_Fire, // Mario's fireball
146 It_Kind_DrMario_Vitamin, // Dr. Mario's pill
147 It_Kind_Kirby_CBeam, // Kirby's Cutter beam
148 It_Kind_Kirby_Hammer, // Kirby's Hammer
149 It_Kind_Unk1, // Maybe Kirby copy star?
151 It_Kind_Fox_Laser, // Fox's Laser
152 It_Kind_Falco_Laser, // Falco's Laser
153 It_Kind_Fox_Illusion, // Fox's Illusion
154 It_Kind_Falco_Phantasm, // Falco's Phantasm
155 It_Kind_Link_Bomb, // Link's bomb
156 It_Kind_CLink_Bomb, // Young Link's bomb
157 It_Kind_Link_Boomerang, // Link's boomerang
158 It_Kind_CLink_Boomerang, // Young Link's boomerang
159 It_Kind_Link_HShot, // Link's Hookshot
160 It_Kind_CLink_HShot, // Young Link's Hookshot
161 It_Kind_Link_Arrow, // Link's Arrow
162 It_Kind_CLink_Arrow, // Young Link's Fire Arrow
164 It_Kind_Ness_PKFire_Flame, // PK Fire Pillar
165 It_Kind_Ness_PKFlush, // PK Flash (charging state)
166 It_Kind_Ness_PKThunder, // PK Thunder (Ball)
167 It_Kind_Ness_PKThunder1, // PK Thunder (Trail 1)
168 It_Kind_Ness_PKThunder2, // PK Thunder (Trail 2)
169 It_Kind_Ness_PKThunder3, // PK Thunder (Trail 3)
170 It_Kind_Ness_PKThunder4, // PK Thunder (Trail 4)
171 It_Kind_Fox_Blaster, // Fox's Blaster
172 It_Kind_Falco_Blaster, // Falco's Blaster
173 It_Kind_Link_Bow, // Link's Bow
174 It_Kind_CLink_Bow, // Young Link's Bow
175 It_Kind_Ness_PKFlush_Explode, // PK Flash (explosion)
176 It_Kind_Seak_NeedleThrow, // Needle (thrown)
177 It_Kind_Seak_NeedleHeld, // Needle (held)
178 It_Kind_Pikachu_Thunder, // Pikachu's Thunder
179 It_Kind_Pichu_Thunder, // Pichu's Thunder
180 It_Kind_Mario_Cape, // Mario's cape
181 It_Kind_DrMario_Sheet, // Dr. Mario's cape
182 It_Kind_Seak_Vanish, // Smoke (Sheik)
183 It_Kind_Yoshi_EggThrow, // Yoshi's Egg (thrown)
184 It_Kind_Yoshi_EggLay, // Yoshi's Egg Lay???
185 It_Kind_Yoshi_Star, // Yoshi's Star
186 It_Kind_Pikachu_TJolt_Ground, // Pikachu's thunder (B)
187 It_Kind_Pikachu_TJolt_Air, // Pikachu's thunder (B)
188 It_Kind_Pichu_TJolt_Ground, // Pichu's thunder (B)
189 It_Kind_Pichu_TJolt_Air, // Pichu's thunder (B)
190 It_Kind_Samus_Bomb, // Samus's bomb
191 It_Kind_Samus_Charge, // Samus's chargeshot
193 It_Kind_Samus_GBeam, // Grapple beam
194 It_Kind_Seak_Chain, // Sheik's chain
195 It_Kind_Peach_Explode, // Peach Bomber explosion?
196 It_Kind_Peach_Turnip, // Peach's turnip
197 It_Kind_Koopa_Flame, // Bowser's flame
198 It_Kind_Ness_Bat, // Ness's baseball bat
199 It_Kind_Ness_Yoyo, // Ness's Yo-Yo
200 It_Kind_Peach_Parasol, // Peach's parasol
201 It_Kind_Peach_Toad, // Peach's Toad special
202 It_Kind_Luigi_Fire, // Luigi's fireball
203 It_Kind_IceClimber_Ice, // Ice (Ice Climbers)
205 It_Kind_Zelda_DinFire, // Din's Fire (charging state)
206 It_Kind_Zelda_DinFire_Explode, // Din's Fire (explosion)
207 It_Kind_Mewtwo_Disable, // Mewtwo's Disable Projectile
208 It_Kind_Peach_ToadSpore, // Peach Toad's spore effect
209 It_Kind_Mewtwo_ShadowBall, // Mewtwo's Shadowball
210 It_Kind_IceClimber_GumStrings, // Ice Climbers Belay (Up B)
211 It_Kind_GameWatch_Greenhouse, // Mr. Game & Watch's Insecticide Spray
212 It_Kind_GameWatch_Manhole, // Mr. Game & Watch's Manhole
213 It_Kind_GameWatch_Fire, // Mr. Game & Watch's Fire (?)
214 It_Kind_GameWatch_Parachute, // Mr. Game & Watch's Parachute
215 It_Kind_GameWatch_Turtle, // Mr. Game & Watch's Turtle
216 It_Kind_GameWatch_Breath, // Mr. Game & Watch's Sparky
217 It_Kind_GameWatch_Judge, // Mr. Game & Watch's Judge
218 It_Kind_GameWatch_Panic, // Mr. Game & Watch's Oil Panic (?)
220 It_Kind_CLink_Milk, // Milk (Young Link)
221 It_Kind_GameWatch_Rescue, // Mr. Game & Watch's Firefighter
222 It_Kind_MasterHand_Laser, // Master Hand's Laser
223 It_Kind_MasterHand_Bullet, // Master Hand's Bullet
224 It_Kind_CrazyHand_Laser, // Crazy Hand's Laser
225 It_Kind_CrazyHand_Bullet, // Crazy Hand's Bullet
226 It_Kind_CrazyHand_Bomb, // Crazy Hand's Bomb
227 It_Kind_Kirby_MarioFire, // Kirby copy Mario's Fire (B)
228 It_Kind_Kirby_DrMarioVitamin, // Kirby copy Dr. Mario's Capsule (B)
229 It_Kind_Kirby_LuigiFire, // Kirby copy Luigi's Fire (B)
230 It_Kind_Kirby_IceClimberIce, // Kirby copy Ice Climbers' Ice Shot (B)
231 It_Kind_Kirby_PeachToad, // Kirby copy Peach's Toad (B)
232 It_Kind_Kirby_PeachToadSpore, // Kirby copy Toad's Spore (B)
233 It_Kind_Kirby_FoxLaser, // Kirby copy Fox's Laser (B)
234 It_Kind_Kirby_FalcoLaser, // Kirby copy Falco's Laser (B)
235 It_Kind_Kirby_FoxBlaster, // Kirby copy Fox's Blaster (B)
236 It_Kind_Kirby_FalcoBlaster, // Kirby copy Falco's Blaster (B)
237 It_Kind_Kirby_LinkArrow, // Kirby copy Link's Arrow (B)
238 It_Kind_Kirby_CLinkArrow, // Kirby copy Young Link's Arrow (B)
239 It_Kind_Kirby_LinkBow, // Kirby copy Link's Arrow (B)
240 It_Kind_Kirby_CLinkBow, // Kirby copy Young Link's Arrow (B)
241 It_Kind_Kirby_MewtwoShadowBall, // Kirby copy Mewtwo's Shadowball (B)
242 It_Kind_Kirby_NessPKFlush, // Kirby copy PK Flash (B)
243 It_Kind_Kirby_NessPKFlush_Explode, // Kirby copy PK Flash Explosion (B)
244 It_Kind_Kirby_PikachuTJolt_Ground, // Kirby copy Pikachu's Thunder (B)
245 It_Kind_Kirby_PikachuTJolt_Air, // Kirby copy Pikachu's Thunder (B)
246 It_Kind_Kirby_PichuTJolt_Ground, // Kirby copy Pichu's Thunder (B)
247 It_Kind_Kirby_PichuTJolt_Air, // Kirby copy Pichu's Thunder (B)
248 It_Kind_Kirby_SamusCharge, // Kirby copy Samus' Chargeshot (B)
249 It_Kind_Kirby_SeakNeedleThrow, // Kirby copy Sheik's Needle (thrown) (B)
250 It_Kind_Kirby_SeakNeedleHeld, // Kirby copy Sheik's Needle (ground) (B)
251 It_Kind_Kirby_KoopaFlame, // Kirby copy Bowser's Flame (B)
252 It_Kind_Kirby_GameWatchChef, // Kirby copy Mr. Game & Watch's Sausage (B)
253 It_Kind_Kirby_GameWatchChefPan, // Kirby copy Mr. Game & Watch's Chef Pan
254 // (B)
255 It_Kind_Kirby_YoshiEggLay, // Kirby's Yoshi Egg Lay??? (B)
256 It_Kind_Unk4, // (unique)
257 It_Kind_Coin, // Coin (?)
258
259 // POKéMON
260
261 Pokemon_Random, // Used for Random Pokémon value
262 Pokemon_Tosakinto, // Goldeen (Tosakinto)
263 Pokemon_Chicorita, // Chikorita (Chicorita)
264 Pokemon_Kabigon, // Snorlax (Kabigon)
265 Pokemon_Kamex, // Blastoise (Kamex)
266 Pokemon_Matadogas, // Weezing (Matadogas)
267 Pokemon_Lizardon, // Charizard (Lizardon)
268 Pokemon_Fire, // Moltres (Fire)
269 Pokemon_Thunder, // Zapdos (Thunder)
270 Pokemon_Freezer, // Articuno (Freezer)
271 Pokemon_Sonans, // Wobbuffet (Sonans)
272 Pokemon_Hassam, // Scizor (Hassam)
273 Pokemon_Unknown, // Unown (Unknown)
275 Pokemon_Raikou, // Raikou
276 Pokemon_Suikun, // Suicune (Suikun)
277 Pokemon_Kireihana, // Bellossom (Kireihana)
278 Pokemon_Marumine, // Electrode (Marumine)
280 Pokemon_Houou, // Ho-oh (Houou)
281 Pokemon_Metamon, // Ditto (Metamon)
282 Pokemon_Pippi, // Clefairy (Pippi)
283 Pokemon_Togepy, // Togepi (Togepy)
285 Pokemon_Cerebi, // Celebi (Cerebi)
286 Pokemon_Hitodeman, // Staryu (Hitodeman)
287 Pokemon_Lucky, // Chansey (Lucky)
288 Pokemon_Porygon2, // Porygon2
289 Pokemon_Hinoarashi, // Cyndaquil (Hinoarashi)
290 Pokemon_Maril, // Marill (Maril)
291 Pokemon_Fushigibana, // Venusaur (Fushigibana)
292
293 // POKéMON-RELATED
294 Pokemon_Chicorita_Leaf, // Chikorita's Leaf
295 Pokemon_Kamex_HydroPump, // Blastoise's Water
296 Pokemon_Matadogas_Gas1, // Weezing's Gas
297 Pokemon_Matadogas_Gas2, // Weezing's Gas
298 Pokemon_Lizardon_Flame1, // Charizard's Breath
299 Pokemon_Lizardon_Flame2, // Charizard's Breath
300 Pokemon_Lizardon_Flame3, // Charizard's Breath
301 Pokemon_Lizardon_Flame4, // Charizard's Breath
302 Pokemon_Unknown_Swarm, // Mini-Unowns
303 Pokemon_Lugia_Aeroblast, // Lugia's Aeroblast
304 Pokemon_Lugia_Aeroblast2, // Lugia's Aeroblast
305 Pokemon_Lugia_Aeroblast3, // Lugia's Aeroblast
306 Pokemon_Houou_SacredFire, // Ho-Oh's Flame
307 Pokemon_Hitodeman_Star, // Staryu's Star
308 Pokemon_Lucky_Egg, // Chansey's Healing Egg
309 Pokemon_Hinoarashi_Flame, // Cyndaquil's Fire
311
312 // MONSTERS 2
313
314 It_Kind_Old_Kuri, // Old Goomba (old-Kuri)
315 It_Kind_Mato, // Target (Mato)
316 It_Kind_Heiho, // Yoshi's Story Shy Guy (Heiho)
317 It_Kind_Nokonoko, // Koopa Troopa (Green) (Nokonoko)
318 It_Kind_Patapata, // Koopa Troopa (Red) (Patapata)
319 It_Kind_Likelike, // Like-Like (likelike)
320 It_Kind_Old_Lead, // Old Redead (old-lead) [invalid]
321 It_Kind_Old_Octa, // Old Octorok (old-octa) [invalid]
322 It_Kind_Old_Otto, // Old Ottosea (old-otto)
323 It_Kind_Whitebea, // Polar Bear (whitebea)
324 It_Kind_Klap, // Klaptrap (klap)
325 It_Kind_ZGShell, // Green Shell (zgshell)
326 It_Kind_ZRShell, // Red Shell (green act) (zrshell)
327
328 // STAGE-SPECIFIC
329
330 It_Kind_Tincle, // Tingle (Tincle) (on balloon)
331 It_Kind_Invalid1, // [Invalid]
332 It_Kind_Invalid2, // [Invalid]
333 It_Kind_Invalid3, // [Invalid]
334 It_Kind_WhispyApple, // Whispy Apple
335 It_Kind_WhispyHealApple, // Whispy's Healing Apple
336 It_Kind_Invalid4, // [Invalid]
337 It_Kind_Invalid5, // [Invalid]
338 It_Kind_Invalid6, // [Invalid]
339 It_Kind_Tools, // Tool (Flatzone)
340 It_Kind_Invalid7, // [Invalid]
341 It_Kind_Invalid8, // [Invalid]
342 It_Kind_Kyasarin, // Birdo (Kyasarin)
343 It_Kind_Arwing_Laser, // Arwing Laser
344 It_Kind_GreatFox_Laser, // Great Fox's Laser
345 It_Kind_Kyasarin_Egg, // Birdo's Egg
346} ItemKind;
347
348#endif
ItemKind
Definition forward.h:85
@ It_Kind_Pikachu_Thunder
Definition forward.h:178
@ It_Kind_Invalid2
Definition forward.h:332
@ It_Kind_Kirby_LinkBow
Definition forward.h:239
@ It_Kind_RabbitC
Definition forward.h:119
@ Pokemon_Matadogas
Definition forward.h:266
@ It_Kind_Old_Lead
Definition forward.h:320
@ It_Kind_Kirby_FoxLaser
Definition forward.h:233
@ Pokemon_Cerebi
Definition forward.h:285
@ It_Kind_DrMario_Sheet
Definition forward.h:181
@ It_Kind_Parasol
Definition forward.h:101
@ Pokemon_Marumine
Definition forward.h:278
@ It_Kind_Kusudama
Definition forward.h:92
@ It_Kind_Ness_PKFlush
Definition forward.h:165
@ Pokemon_Raikou
Definition forward.h:275
@ It_Kind_Capsule
Definition forward.h:88
@ Pokemon_Suikun
Definition forward.h:276
@ It_Kind_ZGShell
Definition forward.h:325
@ It_Kind_EvYoshiEgg
Definition forward.h:133
@ It_Kind_Samus_GBeam
Definition forward.h:193
@ Pokemon_Hinoarashi
Definition forward.h:289
@ It_Kind_Kirby_CLinkBow
Definition forward.h:240
@ It_Kind_Kirby_FoxBlaster
Definition forward.h:235
@ Pokemon_Freezer
Definition forward.h:270
@ Pokemon_Togepy
Definition forward.h:283
@ It_Kind_M_Ball
Definition forward.h:122
@ It_Kind_Kirby_DrMarioVitamin
Definition forward.h:228
@ It_Kind_GameWatch_Parachute
Definition forward.h:214
@ It_Kind_ScBall
Definition forward.h:118
@ It_Kind_Unk1
Definition forward.h:149
@ It_Kind_Kirby_MewtwoShadowBall
Definition forward.h:241
@ Pokemon_Hitodeman_Star
Definition forward.h:307
@ It_Kind_CLink_Bomb
Definition forward.h:156
@ It_Kind_Samus_Missile
Definition forward.h:192
@ Pokemon_Lugia_Aeroblast
Definition forward.h:303
@ It_Kind_Hammer_Head
Definition forward.h:131
@ It_Kind_Koopa_Flame
Definition forward.h:197
@ It_Kind_Link_HShot
Definition forward.h:159
@ It_Kind_Invalid8
Definition forward.h:341
@ It_Kind_Peach_Explode
Definition forward.h:195
@ It_Kind_Falco_Phantasm
Definition forward.h:154
@ It_Kind_Ness_PKFire_Flame
Definition forward.h:164
@ It_Kind_Egg
Definition forward.h:91
@ It_Kind_Kirby_SeakNeedleThrow
Definition forward.h:249
@ Pokemon_Mew
Definition forward.h:284
@ Pokemon_Thunder
Definition forward.h:269
@ It_Kind_Peach_Toad
Definition forward.h:201
@ It_Kind_Link_Boomerang
Definition forward.h:157
@ It_Kind_Invalid4
Definition forward.h:336
@ It_Kind_WStar
Definition forward.h:117
@ It_Kind_CLink_HShot
Definition forward.h:160
@ Pokemon_Unk
Definition forward.h:310
@ It_Kind_Arwing_Laser
Definition forward.h:343
@ It_Kind_WhispyHealApple
Definition forward.h:335
@ It_Kind_Tools
Definition forward.h:339
@ Pokemon_Lizardon_Flame4
Definition forward.h:301
@ Pokemon_Matadogas_Gas1
Definition forward.h:296
@ It_Kind_Fox_Illusion
Definition forward.h:153
@ Pokemon_Lugia_Aeroblast2
Definition forward.h:304
@ It_Kind_Pichu_Thunder
Definition forward.h:179
@ It_Kind_Ness_PKThunder2
Definition forward.h:168
@ It_Kind_MasterHand_Laser
Definition forward.h:222
@ It_Kind_Kirby_MarioFire
Definition forward.h:227
@ Pokemon_Fushigibana
Definition forward.h:291
@ Pokemon_Sonans
Definition forward.h:271
@ It_Kind_GameWatch_Turtle
Definition forward.h:215
@ It_Kind_DKinoko
Definition forward.h:115
@ It_Kind_Samus_Charge
Definition forward.h:191
@ Pokemon_Entei
Definition forward.h:274
@ It_Kind_GameWatch_Judge
Definition forward.h:217
@ It_Kind_Old_Otto
Definition forward.h:322
@ It_Kind_CLink_Arrow
Definition forward.h:162
@ It_Kind_Pichu_TJolt_Air
Definition forward.h:189
@ It_Kind_S_Scope_Beam
Definition forward.h:129
@ It_Kind_StarRod_Star
Definition forward.h:127
@ It_Kind_Ness_Bat
Definition forward.h:198
@ It_Kind_Yoshi_EggLay
Definition forward.h:184
@ It_Kind_IceClimber_Ice
Definition forward.h:203
@ It_Kind_Foods
Definition forward.h:106
@ Pokemon_Houou_SacredFire
Definition forward.h:306
@ It_Kind_Coin
Definition forward.h:257
@ It_Kind_Pichu_TJolt_Ground
Definition forward.h:188
@ It_Kind_GameWatch_Fire
Definition forward.h:213
@ It_Kind_Tincle
Definition forward.h:330
@ It_Kind_GameWatch_Chef
Definition forward.h:219
@ It_Kind_Kirby_PichuTJolt_Ground
Definition forward.h:246
@ It_Kind_Freeze
Definition forward.h:105
@ It_Kind_Fox_Blaster
Definition forward.h:171
@ Pokemon_Lizardon_Flame2
Definition forward.h:299
@ It_Kind_Kirby_Hammer
Definition forward.h:148
@ It_Kind_Ness_PKFire
Definition forward.h:163
@ It_Kind_GameWatch_Greenhouse
Definition forward.h:211
@ Pokemon_Hassam
Definition forward.h:272
@ It_Kind_Patapata
Definition forward.h:318
@ Pokemon_Lizardon_Flame3
Definition forward.h:300
@ It_Kind_Kyasarin_Egg
Definition forward.h:345
@ It_Kind_Samus_Bomb
Definition forward.h:190
@ It_Kind_LipStick_Spore
Definition forward.h:128
@ It_Kind_MasterHand_Bullet
Definition forward.h:223
@ It_Kind_Kirby_NessPKFlush
Definition forward.h:242
@ It_Kind_GameWatch_Breath
Definition forward.h:216
@ Pokemon_Porygon2
Definition forward.h:288
@ Pokemon_Lizardon_Flame1
Definition forward.h:298
@ It_Kind_StarRod
Definition forward.h:110
@ Pokemon_Hinoarashi_Flame
Definition forward.h:309
@ Pokemon_Lizardon
Definition forward.h:267
@ It_Kind_Ottosea
Definition forward.h:140
@ It_Kind_Kirby_SamusCharge
Definition forward.h:248
@ It_Kind_Invalid6
Definition forward.h:338
@ It_Kind_Kirby_PichuTJolt_Air
Definition forward.h:247
@ Pokemon_Kabigon
Definition forward.h:264
@ It_Kind_Falco_Laser
Definition forward.h:152
@ It_Kind_Link_Arrow
Definition forward.h:161
@ It_Kind_Pikachu_TJolt_Ground
Definition forward.h:186
@ It_Kind_Heiho
Definition forward.h:316
@ It_Kind_Invalid7
Definition forward.h:340
@ It_Kind_Octarock_Stone
Definition forward.h:141
@ It_Kind_Bat
Definition forward.h:99
@ It_Kind_Seak_Chain
Definition forward.h:194
@ It_Kind_F_Flower_Flame
Definition forward.h:132
@ It_Kind_Ness_PKThunder
Definition forward.h:166
@ Pokemon_Kamex_HydroPump
Definition forward.h:295
@ It_Kind_MetalB
Definition forward.h:120
@ It_Kind_L_Gun_Ray
Definition forward.h:126
@ Pokemon_Unknown_Swarm
Definition forward.h:302
@ It_Kind_Kirby_FalcoBlaster
Definition forward.h:236
@ It_Kind_G_Shell
Definition forward.h:102
@ It_Kind_Sword
Definition forward.h:100
@ It_Kind_Whitebea
Definition forward.h:323
@ It_Kind_Invalid1
Definition forward.h:331
@ It_Kind_Spycloak
Definition forward.h:121
@ It_Kind_Zelda_DinFire
Definition forward.h:205
@ It_Kind_Kirby_IceClimberIce
Definition forward.h:230
@ It_Kind_Klap
Definition forward.h:324
@ It_Kind_Peach_Turnip
Definition forward.h:196
@ It_Kind_R_Shell
Definition forward.h:103
@ It_Kind_WhispyApple
Definition forward.h:334
@ It_Kind_Kirby_CBeam
Definition forward.h:147
@ It_Kind_Peach_ToadSpore
Definition forward.h:208
@ It_Kind_Octarock
Definition forward.h:139
@ It_Kind_Heart
Definition forward.h:96
@ It_Kind_Kirby_SeakNeedleHeld
Definition forward.h:250
@ It_Kind_Ness_PKThunder4
Definition forward.h:170
@ It_Kind_Yoshi_EggThrow
Definition forward.h:183
@ It_Kind_Kirby_PikachuTJolt_Air
Definition forward.h:245
@ It_Kind_CrazyHand_Bomb
Definition forward.h:226
@ It_Kind_Box
Definition forward.h:89
@ It_Kind_Leadead
Definition forward.h:138
@ It_Kind_Mewtwo_ShadowBall
Definition forward.h:209
@ It_Kind_Taru
Definition forward.h:90
@ It_Kind_GameWatch_Manhole
Definition forward.h:212
@ It_Kind_Peach_Parasol
Definition forward.h:200
@ Pokemon_Metamon
Definition forward.h:281
@ It_Kind_DrMario_Vitamin
Definition forward.h:146
@ Pokemon_Maril
Definition forward.h:290
@ It_Kind_Nokonoko
Definition forward.h:317
@ It_Kind_CrazyHand_Bullet
Definition forward.h:225
@ It_Kind_TaruCann
Definition forward.h:93
@ It_Kind_Ness_PKThunder1
Definition forward.h:167
@ It_Kind_LipStick
Definition forward.h:111
@ It_Kind_Kirby_PeachToad
Definition forward.h:231
@ It_Kind_Kirby_LuigiFire
Definition forward.h:229
@ It_Kind_CLink_Milk
Definition forward.h:220
@ It_Kind_Star
Definition forward.h:98
@ It_Kind_Mewtwo_Disable
Definition forward.h:207
@ It_Kind_Mario_Fire
Definition forward.h:145
@ It_Kind_GameWatch_Rescue
Definition forward.h:221
@ It_Kind_F_Flower
Definition forward.h:113
@ It_Kind_Yoshi_Star
Definition forward.h:185
@ It_Kind_IceClimber_GumStrings
Definition forward.h:210
@ It_Kind_Kirby_GameWatchChef
Definition forward.h:252
@ Pokemon_Pippi
Definition forward.h:282
@ It_Kind_Kyasarin
Definition forward.h:342
@ It_Kind_Unk4
Definition forward.h:256
@ It_Kind_Kirby_NessPKFlush_Explode
Definition forward.h:243
@ It_Kind_Kinoko
Definition forward.h:114
@ It_Kind_Invalid5
Definition forward.h:337
@ It_Kind_Kirby_PikachuTJolt_Ground
Definition forward.h:244
@ Pokemon_Unknown
Definition forward.h:273
@ It_Kind_Link_Bow
Definition forward.h:173
@ It_Kind_Flipper
Definition forward.h:108
@ It_Kind_Link_Bomb
Definition forward.h:155
@ Pokemon_Tosakinto
Definition forward.h:262
@ Pokemon_Kamex
Definition forward.h:265
@ It_Kind_MSBomb
Definition forward.h:107
@ Pokemon_Lugia
Definition forward.h:279
@ It_Kind_Mario_Cape
Definition forward.h:180
@ Pokemon_Lucky
Definition forward.h:287
@ It_Kind_Kirby_GameWatchChefPan
Definition forward.h:253
@ It_Kind_Luigi_Fire
Definition forward.h:202
@ It_Kind_Seak_Vanish
Definition forward.h:182
@ It_Kind_Hammer
Definition forward.h:116
@ It_Kind_Kuriboh
Definition forward.h:137
@ Pokemon_Fire
Definition forward.h:268
@ It_Kind_Unk2
Definition forward.h:150
@ It_Kind_BombHei
Definition forward.h:94
@ It_Kind_Zelda_DinFire_Explode
Definition forward.h:206
@ It_Kind_L_Gun_Beam
Definition forward.h:130
@ Pokemon_Lugia_Aeroblast3
Definition forward.h:305
@ It_Kind_Kirby_FalcoLaser
Definition forward.h:234
@ It_Kind_CLink_Bow
Definition forward.h:174
@ Pokemon_Houou
Definition forward.h:280
@ Pokemon_Hitodeman
Definition forward.h:286
@ It_Kind_Dosei
Definition forward.h:95
@ It_Kind_Kirby_PeachToadSpore
Definition forward.h:232
@ It_Kind_Seak_NeedleThrow
Definition forward.h:176
@ Pokemon_Matadogas_Gas2
Definition forward.h:297
@ It_Kind_Tomato
Definition forward.h:97
@ It_Kind_IceClimber_Blizzard
Definition forward.h:204
@ It_Kind_Old_Octa
Definition forward.h:321
@ It_Kind_Mato
Definition forward.h:315
@ It_Kind_Pikachu_TJolt_Air
Definition forward.h:187
@ It_Kind_S_Scope
Definition forward.h:109
@ It_Kind_GreatFox_Laser
Definition forward.h:344
@ Pokemon_Chicorita
Definition forward.h:263
@ It_Kind_Ness_PKThunder3
Definition forward.h:169
@ It_Kind_Old_Kuri
Definition forward.h:314
@ It_Kind_Seak_NeedleHeld
Definition forward.h:177
@ It_Kind_Harisen
Definition forward.h:112
@ It_Kind_CLink_Boomerang
Definition forward.h:158
@ It_Kind_Likelike
Definition forward.h:319
@ Pokemon_Chicorita_Leaf
Definition forward.h:294
@ Pokemon_Random
Definition forward.h:261
@ It_Kind_Fox_Laser
Definition forward.h:151
@ It_Kind_Ness_Yoyo
Definition forward.h:199
@ It_Kind_Kirby_CLinkArrow
Definition forward.h:238
@ It_Kind_GameWatch_Panic
Definition forward.h:218
@ It_Kind_Kirby_YoshiEggLay
Definition forward.h:255
@ It_Kind_Invalid3
Definition forward.h:333
@ It_Kind_Ness_PKFlush_Explode
Definition forward.h:175
@ It_Kind_Falco_Blaster
Definition forward.h:172
@ It_Kind_Kirby_LinkArrow
Definition forward.h:237
@ Pokemon_Lucky_Egg
Definition forward.h:308
@ It_Kind_CrazyHand_Laser
Definition forward.h:224
@ Pokemon_Kireihana
Definition forward.h:277
@ It_Kind_ZRShell
Definition forward.h:326
@ It_Kind_Kirby_KoopaFlame
Definition forward.h:251
@ It_Kind_L_Gun
Definition forward.h:104
HSD_GObj Item_GObj
Definition forward.h:56
Item_StateChangeFlags
Definition forward.h:61
@ ITEM_CMD_UPDATE
Run item's Subaction Events up to its current animation frame.
Definition forward.h:70
@ ITEM_SFX_PRESERVE
Keep current SFX.
Definition forward.h:67
@ ITEM_UNK_0x1
Definition forward.h:62
@ ITEM_HIT_PRESERVE
Keep current hitboxes.
Definition forward.h:66
@ ITEM_UNK_UPDATE
Definition forward.h:69
@ ITEM_MODEL_UPDATE
Runs some HSD_JObj function.
Definition forward.h:65
@ ITEM_DROP_UPDATE
Copies Item::xC44 to Item::xC40 if enabled.
Definition forward.h:64
@ ITEM_ANIM_UPDATE
Updates item model with target Item State's AnimJoint, MatAnimJoint and extra HSD archive node if ava...
Definition forward.h:63
@ ITEM_COLANIM_PRESERVE
Keep current color overlay.
Definition forward.h:68
struct UnkItemArticles3 UnkItemArticles3
Definition forward.h:31
Item_UnkKinds
Definition forward.h:73
@ ITEM_UNK_7
Definition forward.h:77
@ ITEM_UNK_MATO
Item type: Target (Mato)
Definition forward.h:74
@ ITEM_UNK_ENEMY
Item type: Stage Enemy (Goomba, Koopa Troopa, etc.)
Definition forward.h:76
@ ITEM_UNK_LOCKON
Definition forward.h:75
void(* ItCmd)(Item_GObj *gobj, FtCmdState *cmd)
Definition forward.h:59
unsigned short u16
An unsigned 16-bit integer.
Definition platform.h:23
unsigned long long u64
An unsigned 64-bit integer.
Definition platform.h:29
signed long s32
A signed 32-bit integer.
Definition platform.h:14
unsigned char u8
An unsigned 8-bit integer.
Definition platform.h:20
static unsigned long int next
Definition rand.c:3
Definition types.h:183
Definition types.h:605
Definition types.h:24
Definition types.h:24
Definition types.h:72
Definition itCommonItems.h:15
Definition types.h:1790
Definition gobjproc.h:8
Definition gobj.h:25
Definition jobj.h:108
Definition types.h:720
Definition types.h:783
Definition types.h:791
Definition types.h:774
Definition types.h:745
Definition types.h:84
Definition types.h:638
Definition types.h:139
Definition types.h:634
Definition types.h:169
Definition types.h:164
Definition types.h:150
Definition types.h:77
Definition types.h:203
Definition types.dox:41
Definition types.h:36
Definition itCommonItems.h:41
Definition itCommonItems.h:597