mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-30 23:44:32 -04:00
too tired but implemented os stuff.
This commit is contained in:
@@ -2,19 +2,18 @@
|
||||
#define GFXPRINT_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
typedef struct gfxprint_obj {
|
||||
s32 unk0;
|
||||
struct unknown_struct * unk4;
|
||||
struct unknown_struct * unk4; // This is from GBI.h, from what I've seen
|
||||
s16 NewX;
|
||||
s16 NewY;
|
||||
u16 PrevX;
|
||||
u8 PrevY;
|
||||
u8 unkF;
|
||||
u8 flags;
|
||||
u8 R;
|
||||
u8 G;
|
||||
u8 B;
|
||||
u8 A;
|
||||
u8 B;
|
||||
u8 G;
|
||||
u8 A;
|
||||
};
|
||||
|
||||
void gfxprint_locate(struct gfxprint_obj*, s32, s32);
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
void bcmp (const void *v1, const void *v2, u32 size);
|
||||
void bcopy(const void *dst, void *src, size_t n);
|
||||
void bzero(void *ptr, size_t size);
|
||||
extern s32 osAppNMIBuffer[16]; //?? It's most likely an u8 with 64 instead of s32 of 16, so the function that uses this is probably a fakematch.
|
||||
extern s32 osAppNMIBuffer[15];
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user