mirror of
https://github.com/n64decomp/mk64
synced 2026-07-04 20:05:30 -04:00
16 lines
433 B
C
16 lines
433 B
C
#include <PR/ultratypes.h>
|
|
#include "course_offsets.h"
|
|
|
|
extern u8 gTexture66ABA4[];
|
|
extern u8 gTexture6747C4[];
|
|
extern u8 gTexture67490C[];
|
|
extern u8 gTexture64BA50[];
|
|
|
|
const course_texture big_donut_textures[] = {
|
|
{gTexture66ABA4, 0x0312, 0x0800, 0x0},
|
|
{gTexture6747C4, 0x0145, 0x0800, 0x0},
|
|
{gTexture67490C, 0x021C, 0x0800, 0x0},
|
|
{gTexture64BA50, 0x0110, 0x0800, 0x0},
|
|
{0x00000000 , 0x0000, 0x0000, 0x0},
|
|
};
|