Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link ft_0819 #1481

Merged
merged 1 commit into from
Oct 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
167 changes: 0 additions & 167 deletions asm/melee/ft/ft_0819.s

This file was deleted.

14 changes: 7 additions & 7 deletions config/GALE01/symbols.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28510,8 +28510,8 @@ ftDrawCommon_804D8370 = .sdata2:0x804D8370; // type:object size:0x8 scope:global
@254 = .sdata2:0x804D838C; // type:object size:0x4 scope:local data:float
@255 = .sdata2:0x804D8390; // type:object size:0x4 scope:local data:float
@257 = .sdata2:0x804D8398; // type:object size:0x8 scope:local data:double
ft_804D83A0 = .sdata2:0x804D83A0; // type:object size:0x4 scope:local data:float
ft_804D83A4 = .sdata2:0x804D83A4; // type:object size:0x4 scope:local data:float
@253 = .sdata2:0x804D83A0; // type:object size:0x4 scope:local data:float
@254 = .sdata2:0x804D83A4; // type:object size:0x4 scope:local data:float
ft_804D83A8 = .sdata2:0x804D83A8; // type:object size:0x4 scope:local data:float
ft_804D83AC = .sdata2:0x804D83AC; // type:object size:0x4 scope:local data:float
ft_804D83B0 = .sdata2:0x804D83B0; // type:object size:0x4 scope:local data:float
Expand Down Expand Up @@ -32835,11 +32835,11 @@ it_804DD9B0 = .sdata2:0x804DD9B0; // type:object size:0x4 scope:global data:floa
it_804DD9D8 = .sdata2:0x804DD9D8; // type:object size:0x4 scope:global data:float
it_804DD9DC = .sdata2:0x804DD9DC; // type:object size:0x4 scope:global data:float
it_804DD9E0 = .sdata2:0x804DD9E0; // type:object size:0x8 scope:global data:double
it_804DD9E8 = .sdata2:0x804DD9E8; // type:object size:0x4 scope:global data:float
it_804DD9EC = .sdata2:0x804DD9EC; // type:object size:0x4 scope:global data:float
it_804DD9F0 = .sdata2:0x804DD9F0; // type:object size:0x4 scope:global data:float
it_804DD9F8 = .sdata2:0x804DD9F8; // type:object size:0x8 scope:global data:double
it_804DDA00 = .sdata2:0x804DDA00; // type:object size:0x8 scope:global data:double
@206 = .sdata2:0x804DD9E8; // type:object size:0x4 scope:local data:float
@207 = .sdata2:0x804DD9EC; // type:object size:0x4 scope:local data:float
@212 = .sdata2:0x804DD9F0; // type:object size:0x4 scope:local data:float
@231 = .sdata2:0x804DD9F8; // type:object size:0x8 scope:local data:double
@232 = .sdata2:0x804DDA00; // type:object size:0x8 scope:local data:double
@187 = .sdata2:0x804DDA08; // type:object size:0x4 scope:local data:float
@187 = .sdata2:0x804DDA10; // type:object size:0x4 scope:local data:float
it_804DDA18 = .sdata2:0x804DDA18; // type:object size:0x4 scope:global data:float
Expand Down
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def TRKLib(lib_name: str, objects: Objects) -> Library:
Object(NonMatching, "melee/ft/ftdrawcommon.c"),
Object(Matching, "melee/ft/ftcliffcommon.c"),
Object(Matching, "melee/ft/ftwalljump.c"),
Object(NonMatching, "melee/ft/ft_0819.c"),
Object(Matching, "melee/ft/ft_0819.c"),
Object(NonMatching, "melee/ft/ft_081B.c"),
Object(NonMatching, "melee/ft/ft_0852.c"),
Object(NonMatching, "melee/ft/ftdata.c"),
Expand Down
2 changes: 1 addition & 1 deletion obj_files.mk
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ TEXT_O_FILES +=\
$(BUILD_DIR)/asm/melee/ft/ftdrawcommon.s.o\
$(BUILD_DIR)/src/melee/ft/ftcliffcommon.c.o\
$(BUILD_DIR)/src/melee/ft/ftwalljump.c.o\
$(BUILD_DIR)/asm/melee/ft/ft_0819.s.o\
$(BUILD_DIR)/src/melee/ft/ft_0819.c.o\
$(BUILD_DIR)/asm/melee/ft/ft_081B.s.o\
$(BUILD_DIR)/asm/melee/ft/ft_0852.s.o\
$(BUILD_DIR)/asm/melee/ft/ftdata.s.o\
Expand Down
Loading