renaming func

This commit is contained in:
Ethan Roseman 2020-10-17 17:49:33 -04:00
parent a7fdf796d9
commit ebdc55d8b1
2 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,6 @@ s32 heroes_is_ability_active(Actor* actor, Ability ability);
void create_part_shadow(s32 actorId, s32 partIndex); void create_part_shadow(s32 actorId, s32 partIndex);
void remove_part_shadow(s32 actorId, s32 partIndex); void remove_part_shadow(s32 actorId, s32 partIndex);
void create_part_shadow_by_ptr(UNK_TYPE arg0, ActorPart* part); // arg0 unused void create_part_shadow_by_ref(UNK_TYPE arg0, ActorPart* part); // arg0 unused
#endif #endif

View File

@ -1436,7 +1436,7 @@ remove_item_entity_by_index;0x801339FC
remove_item_entity_by_reference;0x80133930 remove_item_entity_by_reference;0x80133930
remove_part_decoration;0x80267218 remove_part_decoration;0x80267218
remove_part_shadow;0x802673A0 remove_part_shadow;0x802673A0
create_part_shadow_by_ptr;0x802673E4 create_part_shadow_by_ref;0x802673E4
remove_player_buffs;0x80267454 remove_player_buffs;0x80267454
render_curtains;0x8002BA80 render_curtains;0x8002BA80
render_dynamic_entities;0x80123470 render_dynamic_entities;0x80123470