mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
c2ade571fe
* all over the place * model roundup * missing reset_tiles for jp/ique splat * fix pal * fix ique --------- Co-authored-by: HailSanta <Hail2Santa@gmail.com>
7 lines
182 B
C
7 lines
182 B
C
#include "common.h"
|
|
|
|
#define NUM_RENDER_TASK_LISTS 3
|
|
#define NUM_RENDER_TASKS_IN_LIST 0x100
|
|
|
|
extern RenderTask ClearRenderTaskLists[NUM_RENDER_TASK_LISTS][NUM_RENDER_TASKS_IN_LIST];
|