mirror of
https://github.com/zeldaret/tmc
synced 2026-08-17 13:30:12 -04:00
lakitu.c OK
Also changed some parts of the entity struct and created trig.h
This commit is contained in:
+2
-2
@@ -142,8 +142,8 @@ typedef struct Entity {
|
||||
u8 field_0x6d;
|
||||
u8 filler4[6];
|
||||
u16 field_0x74;
|
||||
u8 filler5[2];
|
||||
u16 field_0x78;
|
||||
u16 field_0x76;
|
||||
union SplitHWord field_0x78;
|
||||
u16 field_0x7a;
|
||||
union SplitWord field_0x7c;
|
||||
u16 field_0x80;
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
#ifndef TRIG_H
|
||||
#define TRIG_H
|
||||
|
||||
extern const s16 gSineTable[];
|
||||
extern const s16 gCosineTable[];
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user