mirror of https://github.com/sm64pc/sm64pc.git
55 lines
1.7 KiB
C
55 lines
1.7 KiB
C
#include "sm64.h"
|
|
|
|
#include "make_const_nonconst.h"
|
|
|
|
// 0x09000000
|
|
ALIGNED8 const u8 machine_09000000[] = "textures/machine/ttc_textures.00000.rgba16";
|
|
|
|
// 0x09000800
|
|
ALIGNED8 const u8 machine_09000800[] = "textures/machine/ttc_textures.00800.rgba16";
|
|
|
|
// 0x09001000
|
|
ALIGNED8 const u8 machine_09001000[] = "textures/machine/ttc_textures.01000.rgba16";
|
|
|
|
// 0x09001800
|
|
ALIGNED8 const u8 machine_09001800[] = "textures/machine/ttc_textures.01800.rgba16";
|
|
|
|
// 0x09002000
|
|
ALIGNED8 const u8 machine_09002000[] = "textures/machine/ttc_textures.02000.rgba16";
|
|
|
|
// 0x09002800
|
|
ALIGNED8 const u8 machine_09002800[] = "textures/machine/ttc_textures.02800.rgba16";
|
|
|
|
// 0x09003000
|
|
ALIGNED8 const u8 machine_09003000[] = "textures/machine/ttc_textures.03000.rgba16";
|
|
|
|
// 0x09003800
|
|
ALIGNED8 const u8 machine_09003800[] = "textures/machine/ttc_textures.03800.rgba16";
|
|
|
|
// 0x09004000
|
|
ALIGNED8 const u8 machine_09004000[] = "textures/machine/ttc_textures.04000.rgba16";
|
|
|
|
// 0x09005000
|
|
ALIGNED8 const u8 machine_09005000[] = "textures/machine/ttc_textures.05000.rgba16";
|
|
|
|
// 0x09005800
|
|
ALIGNED8 const u8 machine_09005800[] = "textures/machine/ttc_textures.05800.rgba16";
|
|
|
|
// 0x09006000
|
|
ALIGNED8 const u8 machine_09006000[] = "textures/machine/ttc_textures.06000.rgba16";
|
|
|
|
// 0x09006800
|
|
ALIGNED8 const u8 machine_09006800[] = "textures/machine/ttc_textures.06800.rgba16";
|
|
|
|
// 0x09007000
|
|
ALIGNED8 const u8 machine_09007000[] = "textures/machine/ttc_textures.07000.rgba16";
|
|
|
|
// 0x09007800
|
|
ALIGNED8 const u8 machine_09007800[] = "textures/machine/ttc_textures.07800.rgba16";
|
|
|
|
// 0x09008000
|
|
ALIGNED8 const u8 machine_09008000[] = "textures/machine/ttc_textures.08000.rgba16";
|
|
|
|
// 0x09008400
|
|
ALIGNED8 const u8 machine_09008400[] = "textures/machine/ttc_textures.08400.rgba16";
|