Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-10 00:21:47 +00:00
parent ffe393201e
commit 5ad1f5ce60
15 changed files with 55 additions and 53 deletions

View File

@@ -5,17 +5,17 @@ source: https://github.com/tldr-pages/tldr.git
---
# flips
> Create and apply patches for IPS and BPS files.
> More information: <https://github.com/Alcaro/Flips>.
> Create and apply IPS and BPS patches.
> More information: <https://git.disroot.org/Sir_Walrus/Flips>.
- Start Flips to create and apply patches interactively:
- Run Flips interactively:
`flips`
- Apply a patch and create a new ROM file:
- Apply a patch to a file:
`flips --apply {{patch.bps}} {{rom.smc}} {{hack.smc}}`
`flips --apply {{path/to/patch.bps}} {{path/to/source_file}} {{path/to/output_file}}`
- Create a patch from two ROMs:
- Create a patch from two files:
`flips --create {{rom.smc}} {{hack.smc}} {{patch.bps}}`
`flips --create {{path/to/original_file}} {{path/to/modified_file}} {{path/to/output_patch.bps}}`