mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 06:40:15 +00:00
Commit objects 1: tp
, triforce_spot
, umajump
, vase
, yukabyun
, zg
(#2634)
* commit object_zg * commit object_yukabyun * commit object_vase * commit object_umajump * commit object_triforce_spot * commit object_tp * fixup1 * format
This commit is contained in:
parent
affb39624f
commit
6234d7f2aa
17 changed files with 357 additions and 10 deletions
11
spec/spec
11
spec/spec
|
@ -1707,7 +1707,8 @@ beginseg
|
|||
name "object_yukabyun"
|
||||
compress
|
||||
romalign 0x1000
|
||||
include "$(BUILD_DIR)/assets/objects/object_yukabyun/object_yukabyun.o"
|
||||
include "$(BUILD_DIR)/assets/objects/object_yukabyun/gFloorTileEnemyDL.o"
|
||||
include "$(BUILD_DIR)/assets/objects/object_yukabyun/gFloorTileEnemyFragmentDL.o"
|
||||
number 6
|
||||
endseg
|
||||
|
||||
|
@ -1923,7 +1924,7 @@ beginseg
|
|||
name "object_vase"
|
||||
compress
|
||||
romalign 0x1000
|
||||
include "$(BUILD_DIR)/assets/objects/object_vase/object_vase.o"
|
||||
include "$(BUILD_DIR)/assets/objects/object_vase/gUnusedVaseDL.o"
|
||||
number 6
|
||||
endseg
|
||||
|
||||
|
@ -2883,7 +2884,8 @@ beginseg
|
|||
name "object_umajump"
|
||||
compress
|
||||
romalign 0x1000
|
||||
include "$(BUILD_DIR)/assets/objects/object_umajump/object_umajump.o"
|
||||
include "$(BUILD_DIR)/assets/objects/object_umajump/gJumpableHorseFenceDL.o"
|
||||
include "$(BUILD_DIR)/assets/objects/object_umajump/gJumpableHorseFenceCol.o"
|
||||
number 6
|
||||
endseg
|
||||
|
||||
|
@ -3555,7 +3557,8 @@ beginseg
|
|||
name "object_zg"
|
||||
compress
|
||||
romalign 0x1000
|
||||
include "$(BUILD_DIR)/assets/objects/object_zg/object_zg.o"
|
||||
include "$(BUILD_DIR)/assets/objects/object_zg/gTowerCollapseBarsDL.o"
|
||||
include "$(BUILD_DIR)/assets/objects/object_zg/gTowerCollapseBarsCol.o"
|
||||
number 6
|
||||
endseg
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue