1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-23 23:41:24 +00:00

Replace some more constants with proper asset symbols (#1053)

This commit is contained in:
Dragorn421 2021-12-02 22:19:19 +01:00 committed by GitHub
parent 1ac6e42b56
commit 8ff1f242fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 115 additions and 71 deletions

View file

@ -6,6 +6,8 @@
#include "vt.h"
#include "z_en_sth.h"
#include "objects/object_ahg/object_ahg.h"
#include "objects/object_boj/object_boj.h"
#define FLAGS 0x00000019
@ -61,7 +63,12 @@ static s16 sObjectIds[6] = {
};
static FlexSkeletonHeader* sSkeletons[6] = {
0x060000F0, 0x060000F0, 0x060000F0, 0x060000F0, 0x060000F0, 0x060000F0,
/* object_ahg_Skel_0000F0 */ 0x060000F0,
/* object_boj_Skel_0000F0 */ 0x060000F0,
/* object_boj_Skel_0000F0 */ 0x060000F0,
/* object_boj_Skel_0000F0 */ 0x060000F0,
/* object_boj_Skel_0000F0 */ 0x060000F0,
/* object_boj_Skel_0000F0 */ 0x060000F0,
};
static AnimationHeader* sAnimations[6] = {