mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 14:31:17 +00:00
Replace more constants with proper asset symbols (#1071)
This commit is contained in:
parent
70b858b724
commit
15d3796574
13 changed files with 70 additions and 31 deletions
|
@ -1057,7 +1057,10 @@ void EnFr_PostLimbDraw(GlobalContext* globalCtx, s32 limbIndex, Gfx** dList, Vec
|
|||
}
|
||||
|
||||
void EnFr_Draw(Actor* thisx, GlobalContext* globalCtx) {
|
||||
static void* eyeTextures[] = { 0x060059A0, 0x06005BA0 };
|
||||
static void* eyeTextures[] = {
|
||||
object_fr_Tex_0059A0,
|
||||
object_fr_Tex_005BA0,
|
||||
};
|
||||
s16 lightRadius;
|
||||
EnFr* this = (EnFr*)thisx;
|
||||
s16 frogIndex = this->actor.params - 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue