mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-09 00:00:44 +00:00
merge master
This commit is contained in:
commit
1ea7fe8165
1286 changed files with 15250 additions and 25049 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "z_en_arrow.h"
|
||||
|
||||
#define ROOM 0x00
|
||||
#define ROOM 0x00
|
||||
#define FLAGS 0x00000030
|
||||
|
||||
void EnArrow_Init(EnArrow* this, GlobalContext* globalCtx);
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
#include <ultra64.h>
|
||||
#include <global.h>
|
||||
|
||||
typedef struct
|
||||
{
|
||||
typedef struct {
|
||||
/* 0x0000 */ Actor actor;
|
||||
/* 0x014C */ char unk_14C[0xFC];
|
||||
/* 0x0248 */ u8 timer; // used for dissapearing when flying or hitting a wall
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue