mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +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
|
@ -465,7 +465,11 @@ void EnBa_Update(Actor* thisx, GlobalContext* globalCtx) {
|
|||
}
|
||||
}
|
||||
|
||||
static Gfx* D_809B8118[] = { 0x060024F0, 0x060027F0, 0x060029F0 };
|
||||
static void* D_809B8118[] = {
|
||||
object_bxa_Tex_0024F0,
|
||||
object_bxa_Tex_0027F0,
|
||||
object_bxa_Tex_0029F0,
|
||||
};
|
||||
|
||||
void EnBa_Draw(Actor* thisx, GlobalContext* globalCtx) {
|
||||
EnBa* this = (EnBa*)thisx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue