-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* hasm -> asm * git subrepo pull lib/ultralib subrepo: subdir: "lib/ultralib" merged: "6c1f306" upstream: origin: "[email protected]:decompals/ultralib.git" branch: "main" commit: "6c1f306" git-subrepo: version: "0.4.6" origin: "[email protected]:ingydotnet/git-subrepo.git" commit: "110b9eb" * Fix build * ultralib WIP * Try linking in libultra archive * Some cleanup * new overlays yaml * Font splat extension fixes * Builds now * Update requirments.txt * newline * Levenshtein
- Loading branch information
Showing
171 changed files
with
3,244 additions
and
373 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#!/usr/bin/env python3 | ||
|
||
def apply(config, args): | ||
config['baseimg'] = 'baserom.us.z64' | ||
config['myimg'] = 'build/yoshisstory.us.z64' | ||
config['mapfile'] = 'build/yoshisstory.us.map' | ||
config['baseimg'] = 'baseroms/us/baserom.z64' | ||
config['myimg'] = 'build/yoshisstory-us.z64' | ||
config['mapfile'] = 'build/yoshisstory-us.map' | ||
config['source_directories'] = ['./src','./include'] | ||
config['objdump_flags'] = ['-M','reg-names=32'] | ||
config['makeflags'] = ["KEEP_MDEBUG=1"] |
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
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 |
---|---|---|
|
@@ -24,3 +24,5 @@ tools/ido | |
|
||
# Tool artifacts | ||
ctx.c | ||
|
||
libultra_collection/ |
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
[subrepo] | ||
remote = [email protected]:decompals/ultralib.git | ||
branch = main | ||
commit = b3765592967e61da705d6ee5553b0baead4361a5 | ||
parent = c78dca2bfe2bad444fedb4418b6d4cb37d9bcc61 | ||
commit = 6c1f3067a1ae4466338bf2aba0e1110d10f5291b | ||
parent = 12e706521a72a8d197cd38937a2282d675997e50 | ||
method = merge | ||
cmdver = 0.4.6 |
Oops, something went wrong.