···11-# This file contains project-specific configuration.
22-# You can override variables set in the Makefile here.
33-44-55-# Value that the ROM will be filled with.
61PADVALUE := 0xFF
77-88-## Header constants (passed to RGBFIX).
99-1010-# ROM version (typically starting at 0 and incremented for each published version).
112VERSION := 0
1212-1313-# 4-ASCII letter game ID.
143GAMEID := DNGR
1515-1616-# Game title, up to 11 ASCII chars.
174TITLE := Dungeoner
1818-1919-# New licensee, 2 ASCII chars.
2020-# Homebrew games FTW!.
215LICENSEE := HB
2222-# Old licensee, please set to 0x33 (required to get SGB compatibility).
236OLDLIC := 0x33
2424-2525-# MBC type, tells which hardware is in the cart.
2626-# You can get a list of valid values by running `rgbfix -m help`.
2727-# See https://gbdev.io/pandocs/MBCs for more information, or consult any copy of Pan Docs.
2828-# If using no MBC, consider enabling `-t` below.
297MBC := 0x00
3030-3131-# ROM size is set automatically by RGBFIX.
3232-3333-# Size of the on-board SRAM; MBC type should indicate the presence of RAM.
3434-# See https://gbdev.io/pandocs/The_Cartridge_Header#0149--ram-size or consult any copy of Pan Docs.
3535-# Set this to 0 when using MBC2's built-in SRAM.
368SRAMSIZE := 0x00
3737-3838-# ROM name.
399ROMNAME := dungeoner
4040-ROMEXT := gb
4141-4242-4343-# Compilation parameters, uncomment to apply, comment to cancel.
4444-# "Sensible defaults" are included.
4545-# Please refer to RGBDS' documentation.
4646-# For example, offline: `man 1 rgbasm`; online: https://rgbds.gbdev.io/docs/rgbasm.1
4747-4848-# Export all labels.
4949-# This means they must all have unique names, but they will all show up in the .sym and .map files.
5050-# ASFLAGS += -E
5151-5252-# Game Boy Color compatible.
5353-# FIXFLAGS += -c
5454-# Game Boy Color required.
5555-# FIXFLAGS += -C
5656-5757-# Super Game Boy compatible.
5858-# FIXFLAGS += -s
5959-6060-# Game Boy mode.
6161-# LDFLAGS += -d
6262-6363-# No banked WRAM mode.
6464-# LDFLAGS += -w
6565-6666-# 32k mode.
6767-# LDFLAGS += -t
1010+ROMEXT := gb