Update the SGB flag in the rgbfix examples.

This commit is contained in:
Anthony J. Bentley
2011-12-07 21:19:56 -07:00
parent b51c1cc71c
commit 309e2c0b93

View File

@@ -110,14 +110,14 @@ The Game Boy itself does not use the title, but some emulators or ROM managers
might. might.
.Pc .Pc
.Pp .Pp
.D1 $ rgbfix \-vcs \-p 0 \-t foobar baz.gb .D1 $ rgbfix \-vcs \-l 0x33 \-p 0 \-t foobar baz.gb
.Pp .Pp
The following will duplicate the header The following will duplicate the header
.Pq sans global checksum .Pq sans global checksum
of the game of the game
.Dq Survival Kids : .Dq Survival Kids :
.Pp .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 .Sh SEE ALSO
.Xr rgbds 7 , .Xr rgbds 7 ,
.Xr rgbasm 1 , .Xr rgbasm 1 ,