Document a coord in setup
Found it while attempting to decompile cmd 001a
This commit is contained in:
parent
4e68fb7479
commit
f991d3bfa5
|
|
@ -1,6 +1,7 @@
|
|||
#ifndef IN_SETUP_000000_H
|
||||
#define IN_SETUP_000000_H
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
extern u32 levelnum;
|
||||
extern u64 rand_seed;
|
||||
|
|
@ -15,4 +16,6 @@ extern u32 var0000c3f8;
|
|||
extern u32 var0000db50;
|
||||
extern u32 var0000db98;
|
||||
|
||||
extern struct coord var0000f00c;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -14562,9 +14562,8 @@ u32 var0000effc = 0x00000000;
|
|||
u32 var0000f000 = 0x00000000;
|
||||
u32 var0000f004 = 0x00000000;
|
||||
u32 var0000f008 = 0x00000000;
|
||||
u32 var0000f00c = 0x00000000;
|
||||
u32 var0000f010 = 0x00000000;
|
||||
u32 var0000f014 = 0x00000000;
|
||||
|
||||
struct coord var0000f00c = {0, 0, 0};
|
||||
|
||||
// f018
|
||||
u16 quiptable_human_bank0[] = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue