Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
butterflies.c
Go to the documentation of this file.
1#include "common.h"
2
3#include "include_asset.h"
4
5INCLUDE_IMG("effects/gfx/D_09000000_3AB030.png", D_09000000_3AB030);
6INCLUDE_PAL("effects/gfx/D_09000000_3AB030.pal", D_09000400_3AB430);
7INCLUDE_IMG("effects/gfx/D_09000420_3AB450.png", D_09000420_3AB450);
8INCLUDE_PAL("effects/gfx/D_09000420_3AB450.pal", D_09000820_3AB850);
9INCLUDE_IMG("effects/gfx/D_09000840_3AB870.png", D_09000840_3AB870);
10INCLUDE_PAL("effects/gfx/D_09000840_3AB870.pal", D_09000C40_3ABC70);
11INCLUDE_IMG("effects/gfx/D_09000C50_3ABC80.png", D_09000C50_3ABC80);
12INCLUDE_PAL("effects/gfx/D_09000C50_3ABC80.pal", D_09001050_3AC080);
13INCLUDE_IMG("effects/gfx/D_09001070_3AC0A0.png", D_09001070_3AC0A0);
14INCLUDE_PAL("effects/gfx/D_09001070_3AC0A0.pal", D_09001470_3AC4A0);
15INCLUDE_IMG("effects/gfx/D_09001480_3AC4B0.png", D_09001480_3AC4B0);
16INCLUDE_PAL("effects/gfx/D_09001480_3AC4B0.pal", D_09001880_3AC8B0);
17INCLUDE_IMG("effects/gfx/D_090018A0_3AC8D0.png", D_090018A0_3AC8D0);
18INCLUDE_PAL("effects/gfx/D_090018A0_3AC8D0.pal", D_09001CA0_3ACCD0);
19INCLUDE_IMG("effects/gfx/D_09001CC0_3ACCF0.png", D_09001CC0_3ACCF0);
20INCLUDE_PAL("effects/gfx/D_09001CC0_3ACCF0.pal", D_090020C0_3AD0F0);
21INCLUDE_IMG("effects/gfx/D_090020E0_3AD110.png", D_090020E0_3AD110);
22INCLUDE_PAL("effects/gfx/D_090020E0_3AD110.pal", D_090024E0_3AD510);
23INCLUDE_IMG("effects/gfx/D_09002500_3AD530.png", D_09002500_3AD530);
24INCLUDE_PAL("effects/gfx/D_09002500_3AD530.pal", D_09002900_3AD930);
25INCLUDE_IMG("effects/gfx/D_09002920_3AD950.png", D_09002920_3AD950);
26INCLUDE_PAL("effects/gfx/D_09002920_3AD950.pal", D_09002D20_3ADD50);
27
28#include "effects/gfx/D_09002D40_3ADD70.vtx.inc.c"
29
30#include "effects/gfx/D_09003880_3AE8B0.gfx.inc.c"
31#include "effects/gfx/D_090038F8_3AE928.gfx.inc.c"
32#include "effects/gfx/D_09003968_3AE998.gfx.inc.c"
33#include "effects/gfx/D_090039D8_3AEA08.gfx.inc.c"
34#include "effects/gfx/D_09003A48_3AEA78.gfx.inc.c"
35#include "effects/gfx/D_09003AB8_3AEAE8.gfx.inc.c"
36#include "effects/gfx/D_09003B28_3AEB58.gfx.inc.c"
37#include "effects/gfx/D_09003B98_3AEBC8.gfx.inc.c"
38#include "effects/gfx/D_09003C08_3AEC38.gfx.inc.c"
39#include "effects/gfx/D_09003C78_3AECA8.gfx.inc.c"
40#include "effects/gfx/D_09003CE8_3AED18.gfx.inc.c"
41#include "effects/gfx/D_09003D58_3AED88.gfx.inc.c"
42#include "effects/gfx/D_09003DC8_3AEDF8.gfx.inc.c"
#define INCLUDE_PAL(FILENAME, SYMBOLNAME)
#define INCLUDE_IMG(FILENAME, SYMBOLNAME)