Go to the source code of this file.
Functions | |
void | entity_Shadow_init (Shadow *shadow) |
s32 | entity_can_collide_with_jumping_player (Entity *entity) |
INCLUDE_IMG ("entity/shadow/square.png", D_802E9170) | |
INCLUDE_IMG ("entity/shadow/circle.png", D_802E91F0) | |
INCLUDE_IMG ("entity/shadow/square_big.png", D_802E92F0) | |
INCLUDE_IMG ("entity/shadow/circle_big.png", D_802E94F0) | |
s32 entity_can_collide_with_jumping_player | ( | Entity * | entity | ) |
Definition at line 11 of file Shadow.c.
Referenced by entity_HeartBlockContent_anim_idle().
INCLUDE_IMG | ( | "entity/shadow/square.png" | , |
D_802E9170 | ) |
INCLUDE_IMG | ( | "entity/shadow/circle.png" | , |
D_802E91F0 | ) |
INCLUDE_IMG | ( | "entity/shadow/square_big.png" | , |
D_802E92F0 | ) |
INCLUDE_IMG | ( | "entity/shadow/circle_big.png" | , |
D_802E94F0 | ) |
Gfx Entity_Shadow_GfxCommon[] |
Definition at line 27 of file Shadow.c.
Gfx Entity_Shadow_LoadTexSquare[] |
Definition at line 39 of file Shadow.c.
Gfx Entity_Shadow_LoadTexCircle[] |
Definition at line 46 of file Shadow.c.
Gfx Entity_RenderSquareShadow[] |
Definition at line 53 of file Shadow.c.
Gfx Entity_RenderCircularShadow[] |
Definition at line 61 of file Shadow.c.
Gfx Entity_RenderNone[] |
EntityModelScript Entity_RenderNone_Script |
EntityModelScript Entity_CircularShadowA_Render |
EntityModelScript Entity_CircularShadowB_Render |
EntityModelScript Entity_SquareShadow_Render |
ShadowBlueprint CircularShadowA |
Definition at line 106 of file Shadow.c.
Referenced by create_shadow_type().
ShadowBlueprint CircularShadowB |
Definition at line 115 of file Shadow.c.
Referenced by create_shadow_type().
ShadowBlueprint SquareShadow |
Definition at line 124 of file Shadow.c.
Referenced by create_shadow_type().