mirror of
https://github.com/zeldaret/oot.git
synced 2025-10-16 19:51:23 +00:00
Gamealloc, Graph, and Graphalloc retail OK (#1675)
* Gamealloc OK * Graph + Graphalloc OK * PR review * gfxalloc * new lines * Remove imposter
This commit is contained in:
parent
a0d31dba68
commit
06379c3109
19 changed files with 202 additions and 158 deletions
1
spec
1
spec
|
@ -400,6 +400,7 @@ beginseg
|
|||
include "$(BUILD_DIR)/src/code/game.o"
|
||||
include "$(BUILD_DIR)/src/code/gamealloc.o"
|
||||
include "$(BUILD_DIR)/src/code/graph.o"
|
||||
include "$(BUILD_DIR)/src/code/gfxalloc.o"
|
||||
include "$(BUILD_DIR)/src/code/listalloc.o"
|
||||
include "$(BUILD_DIR)/src/code/main.o"
|
||||
include "$(BUILD_DIR)/src/code/padmgr.o"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue