Skip to content

Instantly share code, notes, and snippets.

@olivierlemoal
Created September 5, 2015 16:19
Show Gist options
  • Save olivierlemoal/fc8834972c1a25d75461 to your computer and use it in GitHub Desktop.
Save olivierlemoal/fc8834972c1a25d75461 to your computer and use it in GitHub Desktop.
patch savegame Neko Atsume
# 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