-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
beta testing bug fixes and adjustments
updated documentation
- Loading branch information
Showing
22 changed files
with
1,087 additions
and
355 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
@echo off | ||
pushd . | ||
cd %~dp0 | ||
gs -w bin 0x80600000 1024 ../bin/gz/oot-1.0/gz.bin -w text text_hook.gsc -u | ||
gs -w bin 0x80400060 1024 ../bin/gz/oot-1.0/gz.bin -w text text_hook.gsc -u | ||
popd | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
@echo off | ||
pushd . | ||
cd %~dp0 | ||
gs -w bin 0x80600000 1024 ../bin/gz/oot-1.1/gz.bin -w text text_hook.gsc -u | ||
gs -w bin 0x80400060 1024 ../bin/gz/oot-1.1/gz.bin -w text text_hook.gsc -u | ||
popd | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
@echo off | ||
pushd . | ||
cd %~dp0 | ||
gs -w bin 0x80600000 1024 ../bin/gz/oot-1.2/gz.bin -w text text_hook.gsc -u | ||
gs -w bin 0x80400060 1024 ../bin/gz/oot-1.2/gz.bin -w text text_hook.gsc -u | ||
popd | ||
pause |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.