Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
update z64convert
Browse files Browse the repository at this point in the history
  • Loading branch information
z64rankaisija committed Aug 1, 2023
1 parent ca588a5 commit 60a3cbd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ project/tools/z64upgrade
project/tools/n64log.js
._*
!project/.vscode
!project/compile_flags.txt
!project/compile_flags.txt
test_package
4 changes: 4 additions & 0 deletions project/tools/info.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@
new = [ "z64rom.exe", "tools/lang_en.toml", "include/sequence.inc", "include/ulib_linker.ld", "src/lib_code/!std/patch/Fault_PadCallback.s", "src/lib_user/library/Cutscene.c", "src/lib_user/library/OvlMessage.c", "src/lib_user/uLib.c", "src/lib_user/uLib.h", "src/lib_user/vanilla/Play.c", "src/sound/sequence/0x00-SoundEffects/sequence.mus", "src/sound/sequence/0x00-SoundEffects/sfxbanks/enemy.mus.inc", "src/sound/sequence/0x00-SoundEffects/sfxbanks/env.mus.inc", "src/sound/sequence/0x00-SoundEffects/sfxbanks/item.mus.inc", "src/sound/sequence/0x00-SoundEffects/sfxbanks/ocarina.mus.inc", "src/sound/sequence/0x00-SoundEffects/sfxbanks/player.mus.inc", "src/sound/sequence/0x00-SoundEffects/sfxbanks/system.mus.inc", "src/sound/sequence/0x00-SoundEffects/sfxbanks/voice.mus.inc", "tools/n64log.js", "tools/n64log.py", "tools/novl.exe", "tools/seqas.exe", "tools/z64audio.exe", "tools/z64convert.exe", "tools/z64playas.exe", "tools/z64upgrade.exe" ]
rem = [ "tools/n64log.js.orig", "tools/nm.exe", "tools/symfind.exe" ]

[1.5.7]
new = [ "z64rom.exe", "tools/lang_en.toml", "tools/novl.exe", "tools/seqas.exe", "tools/z64convert.exe", "tools/z64upgrade.exe" ]
rem = [ ]

2 changes: 1 addition & 1 deletion src/z64rom.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/*============================================================================*/

const char* gToolName = PRNT_CYAN "z64rom " PRNT_GRAY "1.5.6";
const char* gToolName = PRNT_CYAN "z64rom " PRNT_GRAY "1.5.7";
char gProjectConfig[32] = "z64project.toml";
StateZ g64 = {
.buildID = ROM_DEV,
Expand Down

0 comments on commit 60a3cbd

Please sign in to comment.