mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 15:31:15 +00:00
Replace some more constants with proper asset symbols (#1053)
This commit is contained in:
parent
1ac6e42b56
commit
8ff1f242fa
15 changed files with 115 additions and 71 deletions
|
@ -869,7 +869,11 @@ void EnSsh_PostLimbDraw(GlobalContext* globalCtx, s32 limbIndex, Gfx** dList, Ve
|
|||
}
|
||||
|
||||
void EnSsh_Draw(Actor* thisx, GlobalContext* globalCtx) {
|
||||
static u32* blinkTex[] = { 0x060007E0, 0x06000C60, 0x06001060 };
|
||||
static void* blinkTex[] = {
|
||||
object_ssh_Tex_0007E0,
|
||||
object_ssh_Tex_000C60,
|
||||
object_ssh_Tex_001060,
|
||||
};
|
||||
s32 pad;
|
||||
EnSsh* this = THIS;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue