src/core1: renamed and documented file
neue Datei: include/core1/lookup.h umbenannt: src/core1/code_18310.c -> src/core1/lookup.c
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "enums.h"
|
||||
|
||||
#include "core1/eeprom.h"
|
||||
#include "core1/lookup.h"
|
||||
#include "core1/main.h"
|
||||
#include "core1/mem.h"
|
||||
#include "core1/pfsmanager.h"
|
||||
|
8
include/core1/lookup.h
Normal file
8
include/core1/lookup.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef BANJO_KAZOOIE_CORE1_LOOKUP_H
|
||||
#define BANJO_KAZOOIE_CORE1_LOOKUP_H
|
||||
|
||||
enum comusic_e lookup_getCoMusicId(s32 idx);
|
||||
enum sfx_e lookup_getSfxId(s32 idx);
|
||||
enum asset_e lookup_getAnimAssetId(s32 idx);
|
||||
|
||||
#endif
|
@@ -186,7 +186,7 @@ typedef struct actor_s{
|
||||
f32 unk4C;
|
||||
/* 0x50 */ f32 yaw; //0x50
|
||||
f32 unk54; //0x54
|
||||
u32 unk58_31: 15;
|
||||
u32 animctrl_asset_id: 15; // animation asset id (enum asset_id)
|
||||
u32 stored_animctrl_index: 14; //animctrlAnimIndex;
|
||||
u32 unk58_2: 1;
|
||||
u32 unk58_1: 1;
|
||||
|
Reference in New Issue
Block a user