Skip to content

Commit

Permalink
Match ityoshistar (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-burns authored Jul 1, 2023
1 parent 7fb4ea8 commit a955581
Show file tree
Hide file tree
Showing 7 changed files with 152 additions and 330 deletions.
314 changes: 0 additions & 314 deletions asm/melee/it/items/ityoshistar.s

This file was deleted.

2 changes: 1 addition & 1 deletion obj_files.mk
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ TEXT_O_FILES +=\
$(BUILD_DIR)/asm/melee/it/items/itpikachuthunder.s.o\
$(BUILD_DIR)/asm/melee/it/items/itmariocape.s.o\
$(BUILD_DIR)/asm/melee/it/items/ityoshieggthrow.s.o\
$(BUILD_DIR)/asm/melee/it/items/ityoshistar.s.o\
$(BUILD_DIR)/src/melee/it/items/ityoshistar.c.o\
$(BUILD_DIR)/asm/melee/it/items/itpikachutjoltground.s.o\
$(BUILD_DIR)/asm/melee/it/items/itpikachutjoltair.s.o\
$(BUILD_DIR)/asm/melee/it/items/itsamusbomb.s.o\
Expand Down
4 changes: 4 additions & 0 deletions src/melee/it/it_266F.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,9 @@ bool it_80272C6C(HSD_GObj*);
void it_80279CDC(HSD_GObj*, f32);
void it_8027A344(Item_GObj*);
void it_8027A160(HSD_JObj* bone, Item*);
bool itColl_BounceOffShield(Item_GObj*);
void it_8026E0F4(Item_GObj*);
void it_80272BA4(Item_GObj*);
void it_80273030(Item_GObj*);

#endif
9 changes: 1 addition & 8 deletions src/melee/it/it_803F3100.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <melee/it/items/itfoxillusion.h>
#include <melee/it/items/itpeachparasol.h>
#include <melee/it/items/itseakvanish.h>
#include <melee/it/items/ityoshistar.h>

void it_8027C8B0();
bool it_8029BA38();
Expand Down Expand Up @@ -122,13 +123,6 @@ bool it_802B2E5C();
bool it_802B2E7C();
bool it_802B2F88();
void it_802B2FA8();
bool it_802B309C();
bool it_802B30C0();
bool it_802B30E4();
bool it_802B3108();
bool it_802B312C();
bool it_802B314C();
void it_802B3348();
void it_802B34E4();
bool it_802B3A94();
bool it_802B3AF8();
Expand Down Expand Up @@ -373,7 +367,6 @@ extern ItemStateTable it_803F70A8[];
extern ItemStateTable it_803F70C8[];
extern ItemStateTable it_803F70F8[];
extern ItemStateTable it_803F7118[];
extern ItemStateTable it_803F7158[];
extern ItemStateTable it_803F7190[];
extern ItemStateTable it_803F71D8[];
extern ItemStateTable it_803F7220[];
Expand Down
7 changes: 0 additions & 7 deletions src/melee/it/items/itcapsule.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,10 @@ void it_8026E15C(Item_GObj*, HSD_GObjEvent);
void it_8026E414(Item_GObj*, HSD_GObjEvent);
void it_8026F3D4(Item_GObj*, int, bool, int);
bool it_8026F8B4(Item_GObj*, Vec3*, Vec3*, int);
void it_80272860(Item_GObj*, f32, f32);
void it_80272C08();
void it_80273454();
void it_80274658(Item_GObj*, f32);
void it_8027518C();
void it_80275444();
void it_802756D0();
void it_8027D258(Item_GObj*);
void it_8027D2DC();
void it_8026E8C4(Item_GObj*, HSD_GObjEvent, HSD_GObjEvent);
void itColl_BounceOffShield(Item_GObj*);

ItemStateTable it_803F5468[] = {
{
Expand Down
Loading

0 comments on commit a955581

Please sign in to comment.