From 65a968b346cbc12dd9cf71abeb037fba65258b59 Mon Sep 17 00:00:00 2001 From: Ivan Baluta Date: Fri, 9 Jan 2026 11:50:40 +0700 Subject: [PATCH] flips: update page (#20620) --- pages/common/flips.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/common/flips.md b/pages/common/flips.md index 7cbd92f9f8..547cc1823c 100644 --- a/pages/common/flips.md +++ b/pages/common/flips.md @@ -1,16 +1,16 @@ # flips -> Create and apply patches for IPS and BPS files. -> More information: . +> Create and apply IPS and BPS patches. +> More information: . -- 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}}`