mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-10 17:00:19 +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;
|
||||
|
|
|
@ -25,8 +25,11 @@ void EffectSsGMagma2_Draw(GlobalContext* globalCtx, u32 index, EffectSs* this);
|
|||
void EffectSsGMagma2_Update(GlobalContext* globalCtx, u32 index, EffectSs* this);
|
||||
|
||||
static void* sTextures[] = {
|
||||
0x0602E4E0, 0x0602E8E0, 0x0602ECE0, 0x0602F0E0, 0x0602F4E0, 0x0602F8E0, 0x0602FCE0,
|
||||
0x060300E0, 0x060304E0, 0x060308E0, 0x060308E0, 0x060308E0, 0x060308E0,
|
||||
object_kingdodongo_Tex_02E4E0, object_kingdodongo_Tex_02E8E0, object_kingdodongo_Tex_02ECE0,
|
||||
object_kingdodongo_Tex_02F0E0, object_kingdodongo_Tex_02F4E0, object_kingdodongo_Tex_02F8E0,
|
||||
object_kingdodongo_Tex_02FCE0, object_kingdodongo_Tex_0300E0, object_kingdodongo_Tex_0304E0,
|
||||
object_kingdodongo_Tex_0308E0, object_kingdodongo_Tex_0308E0, object_kingdodongo_Tex_0308E0,
|
||||
object_kingdodongo_Tex_0308E0,
|
||||
};
|
||||
|
||||
EffectSsInit Effect_Ss_G_Magma2_InitVars = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue