summaryrefslogtreecommitdiff
path: root/assets/objects/gameplay_keep/shopkeeper_controls_tex.h
blob: 65b74035881337f125924778c7f89ee9e72aeb2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef GAMEPLAY_KEEP_SHOPKEEPER_CONTROLS_TEX_H
#define GAMEPLAY_KEEP_SHOPKEEPER_CONTROLS_TEX_H

#include "tex_len.h"
#include "ultra64.h"

#define gSelectionCursorTex_WIDTH 16
#define gSelectionCursorTex_HEIGHT 16
extern u64 gSelectionCursorTex[TEX_LEN(u64, gSelectionCursorTex_WIDTH, gSelectionCursorTex_HEIGHT, 4)];
#define gControlStickTex_WIDTH 16
#define gControlStickTex_HEIGHT 16
extern u64 gControlStickTex[TEX_LEN(u64, gControlStickTex_WIDTH, gControlStickTex_HEIGHT, 8)];
#define gArrowCursorTex_WIDTH 16
#define gArrowCursorTex_HEIGHT 24
extern u64 gArrowCursorTex[TEX_LEN(u64, gArrowCursorTex_WIDTH, gArrowCursorTex_HEIGHT, 8)];

#endif