mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-03 21:20:12 -04:00
9 lines
264 B
C
9 lines
264 B
C
#include <libultra/types.h>
|
|
#include "course_offsets.h"
|
|
|
|
const course_texture double_deck_textures[] = {
|
|
{gTextureGrayCobblestone, 0x010C, 0x0800, 0x0},
|
|
{gTexture642978, 0x010D, 0x0800, 0x0},
|
|
{0x00000000, 0x0000, 0x0000, 0x0},
|
|
};
|