1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-20 14:01: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

@ -52,7 +52,11 @@ u32 EffectSsExtra_Init(GlobalContext* globalCtx, u32 index, EffectSs* this, void
return 0;
}
static void* sTextures[] = { 0x06000000, 0x06000480, 0x06000900 };
static void* sTextures[] = {
object_yabusame_point_Tex_000000,
object_yabusame_point_Tex_000480,
object_yabusame_point_Tex_000900,
};
void EffectSsExtra_Draw(GlobalContext* globalCtx, u32 index, EffectSs* this) {
s32 pad;