mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-12 05:28:43 -04:00
Start Z2SceneMgr and Various Fixes (#11)
* Start Z2SceneMgr * Various Fixes After Merge Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
+1
-2
@@ -1,8 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
OBJDUMP="$DEVKITPPC/bin/powerpc-eabi-objdump -D -bbinary -EB -mpowerpc -M gekko"
|
||||
OPTIONS="--start-address=$(($1)) --stop-address=$(($1 + $2))"
|
||||
echo $OPTIONS
|
||||
OPTIONS="--start-address=$(($1)) --stop-address=$(($2+0x4))"
|
||||
$OBJDUMP $OPTIONS baserom.dol > baserom.dump
|
||||
$OBJDUMP $OPTIONS build/dolzel2/main.dol > main.dump
|
||||
diff -u --color=always baserom.dump main.dump
|
||||
|
||||
Reference in New Issue
Block a user