flips: add page (#8942)

pull/1/head
Fabio Kleis 2022-10-13 22:04:37 -03:00 committed by GitHub
parent 2507536686
commit 2022723f4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# flips
> Cria e aplica patches em arquivos IPS e BPS.
> Mais informações: <https://github.com/Alcaro/Flips>.
- Abre Flips para criar e aplicar um patch:
`flips`
- Aplica um patch criando um novo arquivo ROM:
`flips --apply {{patch.bps}} {{rom.smc}} {{hack.smc}}`
- Cria um patch a partir de duas ROMs:
`flips --create {{rom.smc}} {{hack.smc}} {{patch.bps}}`

16
pages/common/flips.md Normal file
View File

@ -0,0 +1,16 @@
# flips
> Create and apply patches for IPS and BPS files.
> More information: <https://github.com/Alcaro/Flips>.
- Start Flips to create and apply patches interactively:
`flips`
- Apply a patch and create a new ROM file:
`flips --apply {{patch.bps}} {{rom.smc}} {{hack.smc}}`
- Create a patch from two ROMs:
`flips --create {{rom.smc}} {{hack.smc}} {{patch.bps}}`