1
0
Fork 0
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:
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

@ -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;