Skip to content

Commit

Permalink
Match itgamewatchturtle (doldecomp#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-burns authored Mar 8, 2024
1 parent 4760ed5 commit f44d526
Show file tree
Hide file tree
Showing 7 changed files with 137 additions and 254 deletions.
241 changes: 0 additions & 241 deletions asm/melee/it/items/itgamewatchturtle.s

This file was deleted.

2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ def RuntimeLib(lib_name: str, objects: Objects) -> LibDict:
Object(NonMatching, "melee/it/items/itgamewatchmanhole.c"),
Object(NonMatching, "melee/it/items/itgamewatchfire.c"),
Object(NonMatching, "melee/it/items/itgamewatchparachute.c"),
Object(NonMatching, "melee/it/items/itgamewatchturtle.c"),
Object(Matching, "melee/it/items/itgamewatchturtle.c"),
Object(NonMatching, "melee/it/items/itgamewatchbreath.c"),
Object(NonMatching, "melee/it/items/itkirbygamewatchchefpan.c"),
Object(NonMatching, "melee/it/items/itgamewatchjudge.c"),
Expand Down
2 changes: 1 addition & 1 deletion obj_files.mk
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ TEXT_O_FILES +=\
$(BUILD_DIR)/asm/melee/it/items/itgamewatchmanhole.s.o\
$(BUILD_DIR)/asm/melee/it/items/itgamewatchfire.s.o\
$(BUILD_DIR)/asm/melee/it/items/itgamewatchparachute.s.o\
$(BUILD_DIR)/asm/melee/it/items/itgamewatchturtle.s.o\
$(BUILD_DIR)/src/melee/it/items/itgamewatchturtle.c.o\
$(BUILD_DIR)/asm/melee/it/items/itgamewatchbreath.s.o\
$(BUILD_DIR)/asm/melee/it/items/itkirbygamewatchchefpan.s.o\
$(BUILD_DIR)/asm/melee/it/items/itgamewatchjudge.s.o\
Expand Down
1 change: 1 addition & 0 deletions src/melee/ft/chara/ftGameWatch/ftGw_AttackAir.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "ftCommon/ftCo_LandingAir.h"
#include "ftGameWatch/types.h"
#include "it/items/it_27CF.h"
#include "it/items/itgamewatchturtle.h"
#include "lb/lb_00B0.h"

#include <dolphin/mtx/types.h>
Expand Down
5 changes: 0 additions & 5 deletions src/melee/it/items/it_27CF.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,6 @@
/* 2C6DB8 */ void it_802C6DB8(Item_GObj*);
/* 2C6DD8 */ void it_802C6DD8(Item_GObj*);
/* 2C6E50 */ void it_802C6E50(Item_GObj*);
/* 2C6F40 */ HSD_GObj* it_802C6F40(Item_GObj*, Vec3*, s32, float);
/* 2C7074 */ void it_802C7074(Item_GObj*);
/* 2C70C0 */ void it_802C70C0(Item_GObj*);
/* 2C70E0 */ void it_802C70E0(Item_GObj*);
/* 2C7158 */ void it_802C7158(Item_GObj*);
/* 2C720C */ HSD_GObj* it_802C720C(Item_GObj*, Vec3*, s32, float);
/* 2C7340 */ void it_802C7340(Item_GObj*);
/* 2C738C */ void it_802C738C(Item_GObj*);
Expand Down
Loading

0 comments on commit f44d526

Please sign in to comment.