new stuff idk
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
|
||||
# Value that the ROM will be filled with.
|
||||
PADVALUE := 0xFF
|
||||
PADVALUE := 0x00
|
||||
|
||||
## Header constants (passed to RGBFIX).
|
||||
|
||||
@@ -11,10 +11,10 @@ PADVALUE := 0xFF
|
||||
VERSION := 0
|
||||
|
||||
# 4-ASCII letter game ID.
|
||||
GAMEID := BOIL
|
||||
GAMEID := BINX
|
||||
|
||||
# Game title, up to 11 ASCII chars.
|
||||
TITLE := BOILERPLATE
|
||||
TITLE := BINX
|
||||
|
||||
# New licensee, 2 ASCII chars.
|
||||
# Homebrew games FTW!.
|
||||
@@ -36,7 +36,7 @@ MBC := 0x00
|
||||
SRAMSIZE := 0x00
|
||||
|
||||
# ROM name.
|
||||
ROMNAME := boilerplate
|
||||
ROMNAME := binx
|
||||
ROMEXT := gb
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user