mirror of
https://github.com/n64decomp/mk64
synced 2026-07-01 02:50:09 -04:00
Add ymls for Torch code generator (#497)
* Add torch * update jenkinsfile
This commit is contained in:
+4
-4
@@ -492,9 +492,9 @@ extern RGBA16 D_800E74D0[];
|
||||
extern RGBA16 D_800E74E8[];
|
||||
extern const s16 gGlyphDisplayWidth[];
|
||||
extern char *gCupNames[];
|
||||
extern char *D_800E7524[];
|
||||
extern char *D_800E7574[];
|
||||
extern char *D_800E75C4[];
|
||||
extern char *gCourseNames[];
|
||||
extern char *gCourseNamesDup[];
|
||||
extern char *gCourseNamesDup2[];
|
||||
extern char *gDebugCourseNames[];
|
||||
// Maps course IDs (as defined in the COURSES enum) to an index in a given cup's track order
|
||||
extern const s8 gPerCupIndexByCourseId[]; // D_800EFD50
|
||||
@@ -520,7 +520,7 @@ extern char *D_800E77A0[];
|
||||
extern char *D_800E77A8[];
|
||||
extern char D_800E77B4[];
|
||||
extern char D_800E77D8[];
|
||||
extern char *D_800E77E4[];
|
||||
extern char *sCourseLengths[];
|
||||
extern char *D_800E7834[];
|
||||
extern char *D_800E7840[];
|
||||
extern char *D_800E7848[];
|
||||
|
||||
Reference in New Issue
Block a user