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