Skip to content

Commit

Permalink
Merge branch 'master' into pr/progress
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbanya authored Feb 20, 2024
2 parents 120e045 + b94bf1e commit f9f4e73
Show file tree
Hide file tree
Showing 10 changed files with 220 additions and 402 deletions.
374 changes: 0 additions & 374 deletions asm/melee/it/items/itpippi.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 @@ -988,7 +988,7 @@ def RuntimeLib(lib_name: str, objects: Objects) -> LibDict:
Object(NonMatching, "melee/it/items/itlugia.c"),
Object(NonMatching, "melee/it/items/ithouou.c"),
Object(Matching, "melee/it/items/itmetamon.c"),
Object(NonMatching, "melee/it/items/itpippi.c"),
Object(Matching, "melee/it/items/itpippi.c"),
Object(NonMatching, "melee/it/items/ittogepy.c"),
Object(NonMatching, "melee/it/items/itmew.c"),
Object(Matching, "melee/it/items/itcerebi.c"),
Expand Down
2 changes: 1 addition & 1 deletion obj_files.mk
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ TEXT_O_FILES +=\
$(BUILD_DIR)/asm/melee/it/items/itlugia.s.o\
$(BUILD_DIR)/asm/melee/it/items/ithouou.s.o\
$(BUILD_DIR)/src/melee/it/items/itmetamon.c.o\
$(BUILD_DIR)/asm/melee/it/items/itpippi.s.o\
$(BUILD_DIR)/src/melee/it/items/itpippi.c.o\
$(BUILD_DIR)/asm/melee/it/items/ittogepy.s.o\
$(BUILD_DIR)/asm/melee/it/items/itmew.s.o\
$(BUILD_DIR)/src/melee/it/items/itcerebi.c.o\
Expand Down
Loading

0 comments on commit f9f4e73

Please sign in to comment.