Created
September 5, 2015 16:19
-
-
Save olivierlemoal/fc8834972c1a25d75461 to your computer and use it in GitHub Desktop.
patch savegame Neko Atsume
This file contains hidden or 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
# Sardine | |
printf '\xd9' | dd conv=notrunc of=/data/data/jp.co.hit_point.nekoatsume/files/savedata_system.sav bs=1 seek=$((0x0000017)) | |
# Gold sardine | |
printf '\xd9' | dd conv=notrunc of=/data/data/jp.co.hit_point.nekoatsume/files/savedata_system.sav bs=1 seek=$((0x000001B)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment