diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2024-11-20 19:22:25 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2024-11-20 19:22:25 -0300 |
| commit | 3dda020f3abe4ce8cb4e5977d29700cd163d9c13 (patch) | |
| tree | 6fb1b059e5bf7567141d90b12612966b381e5190 /include | |
| parent | bc4e485d44f698359619158c46c3a1f9e193b4ad (diff) | |
Point filtering fix
Diffstat (limited to 'include')
| -rw-r--r-- | include/gfx.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/include/gfx.h b/include/gfx.h index 6a85fc96..314497be 100644 --- a/include/gfx.h +++ b/include/gfx.h @@ -310,10 +310,16 @@ typedef enum SetupDL { /* 0x55 */ SETUPDL_85, /* 0x56 */ SETUPDL_86, /* 0x57 */ SETUPDL_87, - /* 0x58 */ SETUPDL_MAX + SETUPDL_75_POINT, + SETUPDL_76_POINT, + SETUPDL_77_POINT, + SETUPDL_78_POINT, + SETUPDL_81_POINT, + SETUPDL_83_POINT, + SETUPDL_85_POINT } SetupDL; -extern Gfx gRcpSetupDLs[SETUPDL_MAX][9]; // 0x800D31B0 +extern Gfx gRcpSetupDLs[][9]; // 0x800D31B0 extern u8 D_80178580[]; extern void* D_80178710; |
