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

Replace more constants with proper asset symbols (#1071)

This commit is contained in:
Dragorn421 2021-12-07 20:10:44 +01:00 committed by GitHub
parent 70b858b724
commit 15d3796574
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 70 additions and 31 deletions

View file

@ -276,9 +276,9 @@ void EnGe3_PostLimbDraw(GlobalContext* globalCtx, s32 limbIndex, Gfx** dList, Ve
void EnGe3_Draw(Actor* thisx, GlobalContext* globalCtx2) {
static void* eyeTextures[] = {
0x06005FE8, // Half-open
0x060065A8, // Quarter-open
0x06006D28, // Closed
gGerudoRedEyeOpenTex,
gGerudoRedEyeHalfTex,
gGerudoRedEyeShutTex,
};
EnGe3* this = (EnGe3*)thisx;
GlobalContext* globalCtx = globalCtx2;