Skip to content

Commit

Permalink
Wind Waker: Cleanup d_wood
Browse files Browse the repository at this point in the history
  • Loading branch information
magcius committed Oct 25, 2024
1 parent 6b56671 commit 51248af
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 209 deletions.
2 changes: 1 addition & 1 deletion src/ZeldaWindWaker/Main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { GfxrAttachmentSlot, GfxrRenderTargetDescription } from '../gfx/render/G
import { GfxRenderInstList, GfxRenderInstManager } from '../gfx/render/GfxRenderInstManager.js';
import { GXRenderHelperGfx, fillSceneParamsDataOnTemplate } from '../gx/gx_render.js';
import { FlowerPacket, GrassPacket, TreePacket } from './Grass.js';
import { Packet_c as WoodPacket } from './d_wood.js';
import { WoodPacket } from './d_wood.js';
import { LegacyActor__RegisterFallbackConstructor } from './LegacyActor.js';
import { dDlst_2DStatic_c, d_a__RegisterConstructors } from './d_a.js';
import { d_a_sea } from './d_a_sea.js';
Expand Down
Loading

0 comments on commit 51248af

Please sign in to comment.