1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-12-28 15:56:51 +00:00

Rename code_80069420.c -> z_memory_utils.c (#2314)

* Rename code_80069420.c -> z_memory.c

* z_memory -> z_memory_utils
This commit is contained in:
cadmic 2024-12-08 15:55:14 -08:00 committed by GitHub
parent 64de4a0f5d
commit 40930acf11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

2
spec
View file

@ -590,7 +590,7 @@ beginseg
include "$(BUILD_DIR)/src/code/z_debug.o"
include "$(BUILD_DIR)/src/code/z_debug_display.o"
include "$(BUILD_DIR)/src/code/z_demo.o"
include "$(BUILD_DIR)/src/code/code_80069420.o"
include "$(BUILD_DIR)/src/code/z_memory_utils.o"
include "$(BUILD_DIR)/src/code/z_draw.o"
include "$(BUILD_DIR)/src/code/z_sfx_source.o"
include "$(BUILD_DIR)/src/code/z_elf_message.o"