Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
8 changes: 8 additions & 0 deletions include/code_800D71F0.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#ifndef CODE_800D71F0_H
Comment thread
Dragorn421 marked this conversation as resolved.
Outdated
#define CODE_800D71F0_H

#include "ultra64/ultratypes.h"

s32 func_800D71F0(s32 character);

#endif
8 changes: 0 additions & 8 deletions include/kanread.h

This file was deleted.

2 changes: 1 addition & 1 deletion spec/spec
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ beginseg
include "$(BUILD_DIR)/src/code/fault_gc.o"
include "$(BUILD_DIR)/src/code/fault_gc_drawer.o"
#endif
include "$(BUILD_DIR)/src/code/kanread.o"
include "$(BUILD_DIR)/src/code/code_800D71F0.o"
Comment thread
Dragorn421 marked this conversation as resolved.
Outdated
#if DEBUG_FEATURES
include "$(BUILD_DIR)/src/code/ucode_disas.o"
#endif
Expand Down
Loading