Bonus Text, more object field names, consistent vector component names (#106)

* fixes and stuff

* filenames

* xyz
This commit is contained in:
petrie911
2024-01-24 08:45:55 -06:00
committed by GitHub
parent a6f627074e
commit c197daf499
34 changed files with 1502 additions and 1533 deletions
+5 -1
View File
@@ -83,7 +83,11 @@ typedef struct {
/* 0x10 */ f32 unk_10;
/* 0x14 */ char pad14[0x4];
/* 0x18 */ u16 timer;
} UnkEntity1C; // size = 0x1C
} BonusText; // size = 0x1C
#define BONUS_TEXT_FREE 0
#define BONUS_TEXT_GREAT 100
#define BONUS_TEXT_1UP 101
typedef struct {
/* 0x00 */ f32 unk_00;