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:
parent
1ac6e42b56
commit
8ff1f242fa
15 changed files with 115 additions and 71 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue