mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-02 01:59:49 -04:00
Some OOT transfers, some renaming, etc (#75)
* Progress on various files * gfxprint stuff * split some rodata, add iconv for rodata string parsing * z_std_dma rodata * 2 nonmatchings in gfxprint * mtxuty-cvt ok * more * match a function in idle.c * progress * Cleanup * Rename BgPolygon to CollisionPoly * progress * some effect stuff * more effect progress * updates * made suggested changes * z_effect_soft_sprite_old_init mostly ok Co-authored-by: Lucas Shaw <lucas.shaw1123@gmail.com> Co-authored-by: Rozelette <Rozelette@users.noreply.github.com>
This commit is contained in:
@@ -10,14 +10,14 @@ EffInfo sEffInfoTable[] = {
|
||||
(eff_draw_func)EffectSpark_Draw,
|
||||
},
|
||||
{
|
||||
sizeof(EffBlureParams),
|
||||
sizeof(EffectBlure),
|
||||
(eff_init_func)EffectBlure_Init1,
|
||||
(eff_destroy_func)EffectBlure_Destroy,
|
||||
(eff_update_func)EffectBlure_Update,
|
||||
(eff_draw_func)EffectBlure_Draw,
|
||||
},
|
||||
{
|
||||
sizeof(EffBlureParams),
|
||||
sizeof(EffectBlure),
|
||||
(eff_init_func)EffectBlure_Init2,
|
||||
(eff_destroy_func)EffectBlure_Destroy,
|
||||
(eff_update_func)EffectBlure_Update,
|
||||
|
||||
Reference in New Issue
Block a user