mirror of
https://github.com/projectPiki/pikmin2.git
synced 2025-02-10 16:23:09 +00:00
![Nerdu](/assets/img/avatar_default.png)
Elf2dol now compiles when you run make, patch_linker.sh is ran from the makefile to make the needed changes to the 2.7 linker(confirmed to work on Windows, will likely work on Linux as well). asmdiff.sh now points to the correct build version.
5 lines
158 B
Bash
5 lines
158 B
Bash
#!/bin/bash
|
|
# param 1: file
|
|
# param 2: offset
|
|
# param 3: value
|
|
printf "$(printf '\\x%02X' $2)" | dd of="$1" bs=1 seek=222480 count=1 conv=notrunc &> /dev/null |