mirror of
https://github.com/n64decomp/mk64
synced 2026-08-12 11:42:03 -04:00
17a6f4bb3d
* update clang and add action * try clang on course folder only * forget two file * Update course_displaylists.inc.c * forget few other file * Update course_vertices.inc.c * format all code while get it match * second pass * format other dir * disable clang format on bad ido code * fix some tabulation * revert format on tool dir * Update clang-format.yml * ignore gbi.h * add some read me instruction * fix error * format and fixing error * Update README.md --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
40 lines
1.3 KiB
C
40 lines
1.3 KiB
C
#include <PR/ultratypes.h>
|
|
#include "course_offsets.h"
|
|
|
|
extern u8 gTexture643B3C[];
|
|
extern u8 gTexture66A3DC[];
|
|
extern u8 gTextureSignWoodRedArrow[];
|
|
extern u8 gTexture66DD38[];
|
|
extern u8 gTexture643430[];
|
|
extern u8 gTexture660D8C[];
|
|
extern u8 gTexture6609D0[];
|
|
extern u8 gTextureGrass12[];
|
|
extern u8 gTexture66CA98[];
|
|
extern u8 gTexture66EBF0[];
|
|
extern u8 gTexture67BEE8[];
|
|
extern u8 gTextureSandFinish[];
|
|
extern u8 gTextureWheelSteamEngine[];
|
|
extern u8 gTexture669570[];
|
|
extern u8 gTextureWaves1[];
|
|
extern u8 gTextureWaves2[];
|
|
|
|
const course_texture koopa_troopa_beach_textures[] = {
|
|
{ gTexture643B3C, 0x0798, 0x0800, 0x0 },
|
|
{ gTexture66A3DC, 0x07C5, 0x0800, 0x0 },
|
|
{ gTextureSignWoodRedArrow, 0x04E1, 0x1000, 0x0 },
|
|
{ gTexture66DD38, 0x0330, 0x1000, 0x0 },
|
|
{ gTexture643430, 0x0604, 0x0800, 0x0 },
|
|
{ gTexture660D8C, 0x0126, 0x0800, 0x0 },
|
|
{ gTexture6609D0, 0x03BB, 0x1000, 0x0 },
|
|
{ gTextureGrass12, 0x0874, 0x0800, 0x0 },
|
|
{ gTexture66CA98, 0x02C9, 0x0800, 0x0 },
|
|
{ gTexture66EBF0, 0x0146, 0x0800, 0x0 },
|
|
{ gTexture67BEE8, 0x02D0, 0x0800, 0x0 },
|
|
{ gTextureSandFinish, 0x022E, 0x0800, 0x0 },
|
|
{ gTextureWheelSteamEngine, 0x020F, 0x0800, 0x0 },
|
|
{ gTexture669570, 0x0E6B, 0x1000, 0x0 },
|
|
{ gTextureWaves1, 0x05C4, 0x0800, 0x0 },
|
|
{ gTextureWaves2, 0x0488, 0x0800, 0x0 },
|
|
{ 0x00000000, 0x0000, 0x0000, 0x0 },
|
|
};
|