mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
Replace particle enums with official names
This commit is contained in:
@@ -141,7 +141,7 @@ void daWarpfout_c::initWarp4(int) {
|
||||
fopAc_ac_c* link = dComIfGp_getLinkPlayer();
|
||||
|
||||
for (int i = 0; i < 6; i++) {
|
||||
dComIfGp_particle_set(dPa_name::ID_SCENE_WARPFOUT_WARP4, &link->current.pos);
|
||||
dComIfGp_particle_set(dPa_name::ID_AK_SN_DEMOWARPWIND00, &link->current.pos);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -164,7 +164,7 @@ void daWarpfout_c::set_effect_wind01(cXyz effectPos, s16 effectAngleZOffset) {
|
||||
csXyz effectAngle = get_effect_angle();
|
||||
effectAngle.z += effectAngleZOffset;
|
||||
|
||||
dComIfGp_particle_set(dPa_name::ID_SCENE_830F, &effectPos, &effectAngle);
|
||||
dComIfGp_particle_set(dPa_name::ID_AK_SN_DEMOWARPWIND01, &effectPos, &effectAngle);
|
||||
}
|
||||
|
||||
/* 000005F4-00000670 .text get_effect_angle__12daWarpfout_cFv */
|
||||
|
||||
Reference in New Issue
Block a user