Skip to content

Commit

Permalink
move disassembler output out of ndsdisasm repo
Browse files Browse the repository at this point in the history
  • Loading branch information
patataofcourse committed Sep 27, 2022
1 parent 8523a9a commit 358c132
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ extract/
arm9.diff
arm7.diff

tools/arm*.s

.vscode
2 changes: 1 addition & 1 deletion tools/disasm.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
make -C tools/ndsdisasm || exit 1
tools/ndsdisasm/ndsdisasm "baserom.nds" -c tools/rhgold.cfg -d > tools/ndsdisasm/arm9.s
tools/ndsdisasm/ndsdisasm "baserom.nds" -c tools/rhgold.cfg -d > tools/arm9.s
2 changes: 1 addition & 1 deletion tools/rhgold.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ arm_func 0x020014e0
arm_func 0x02001524 strcpy
arm_func 0x02001558 strncpy
arm_func 0x02001598 strcat
arm_func 0x0203b1f8 thunk_SDK_strcpy
arm_func 0x0203b1f8 SDK_strcpy
arm_func 0x020015f0
arm_func 0x02001628 strlen
arm_func 0x0200165c strncmp
Expand Down

0 comments on commit 358c132

Please sign in to comment.