mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-22 06:52:03 +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
10
assets/objects/object_umajump/object_umajump.h
Normal file
10
assets/objects/object_umajump/object_umajump.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef OBJECT_UMAJUMP_H
|
||||
#define OBJECT_UMAJUMP_H
|
||||
|
||||
#include "ultra64.h"
|
||||
#include "bgcheck.h"
|
||||
|
||||
extern Gfx gJumpableHorseFenceDL[37];
|
||||
extern CollisionHeader gJumpableHorseFenceCol;
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue