mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 15:54:45 +00:00
Update cheatsheets
This commit is contained in:
14
tldr/flips
14
tldr/flips
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user