From 309e2c0b93587c4e4e4d349ed08aa998627a7bab Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Wed, 7 Dec 2011 21:19:56 -0700 Subject: [PATCH] Update the SGB flag in the rgbfix examples. --- src/fix/rgbfix.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fix/rgbfix.1 b/src/fix/rgbfix.1 index af6045d3..2fe222f8 100644 --- a/src/fix/rgbfix.1 +++ b/src/fix/rgbfix.1 @@ -110,14 +110,14 @@ The Game Boy itself does not use the title, but some emulators or ROM managers might. .Pc .Pp -.D1 $ rgbfix \-vcs \-p 0 \-t foobar baz.gb +.D1 $ rgbfix \-vcs \-l 0x33 \-p 0 \-t foobar baz.gb .Pp The following will duplicate the header .Pq sans global checksum of the game .Dq Survival Kids : .Pp -.D1 $ rgbfix \-cjsv \-k A4 \-m 0x1B \-p 0xFF \-r 3 \-t SURVIVALKIDAVKE SurvivalKids.gbc +.D1 $ rgbfix \-cjsv \-k A4 \-l 0x33 \-m 0x1B \-p 0xFF \-r 3 \-t SURVIVALKIDAVKE SurvivalKids.gbc .Sh SEE ALSO .Xr rgbds 7 , .Xr rgbasm 1 ,