Skip to content

Commit 1d26fa7

Browse files
author
rankaisija
committed
fix z64convert
1 parent bbadfcc commit 1d26fa7

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

project/tools/info.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,7 @@
8080
new = [ "z64rom.exe", "tools/lang_en.toml", "tools/novl.exe", "tools/seqas.exe", "tools/z64upgrade.exe" ]
8181
rem = [ ]
8282

83+
[1.5.10]
84+
new = [ "z64rom.exe", "tools/lang_en.toml", "tools/novl.exe", "tools/seqas.exe", "tools/z64convert.exe", "tools/z64upgrade.exe" ]
85+
rem = [ ]
86+

src/z64rom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
/*============================================================================*/
99

10-
const char* gToolName = PRNT_CYAN "z64rom " PRNT_GRAY "1.5.9";
10+
const char* gToolName = PRNT_CYAN "z64rom " PRNT_GRAY "1.5.10";
1111
char gProjectConfig[32] = "z64project.toml";
1212
StateZ g64 = {
1313
.buildID = ROM_DEV,

tools/z64convert

0 commit comments

Comments
 (0)