diff --git a/src/res/gameplay_map.inc b/src/res/gameplay_map.inc index 6a20b29..1ae1c58 100644 --- a/src/res/gameplay_map.inc +++ b/src/res/gameplay_map.inc @@ -4,7 +4,6 @@ DEF GAMEPLAY_MAP_INC EQU 1 SECTION "Gameplay Tilemap", ROM0 GameplayTilemap:: - DB $02,$01,$01,$01,$01,$01,$01,$01,$01,$01 DB $01,$03,$09,$01,$01,$01,$01,$01,$01,$09 DB $00,$00,$00,$00,$00,$00,$00,$00,$00,$00 diff --git a/src/res/sources/title_map.gbm b/src/res/sources/title_map.gbm new file mode 100644 index 0000000..3fe46e2 Binary files /dev/null and b/src/res/sources/title_map.gbm differ diff --git a/src/res/title_map.inc b/src/res/title_map.inc new file mode 100644 index 0000000..6e893ca --- /dev/null +++ b/src/res/title_map.inc @@ -0,0 +1,76 @@ +IF !DEF(TITLE_MAP_INC) +DEF TITLE_MAP_INC EQU 1 + + +SECTION "Title Screen Tilemap", ROM0 +TitleScreenTilemap:: +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$68,$6A,$6C,$6E,$70 +DB $72,$74,$76,$78,$7A,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$69,$6B,$6D +DB $6F,$71,$73,$75,$77,$79,$7B,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$5B,$5D,$50,$5E,$5E,$01,$5E,$5F +DB $4C,$5D,$5F,$66,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$01 +TitleScreenTilemapEnd:: + + +ENDC diff --git a/tools/Emulicious.ini b/tools/Emulicious.ini index 382ba6b..0be2437 100644 --- a/tools/Emulicious.ini +++ b/tools/Emulicious.ini @@ -1,5 +1,5 @@ #Emulicious settings file -#Wed Oct 18 06:05:54 CEST 2023 +#Wed Oct 18 06:13:38 CEST 2023 WindowEventViewerWindowHeight=1416 WindowEventViewerWindowDivider=876 WindowMemoryTracerWindowY=631 diff --git a/tools/GBMB/gbmb.ini b/tools/GBMB/gbmb.ini index 6d3b306..a88cd49 100644 --- a/tools/GBMB/gbmb.ini +++ b/tools/GBMB/gbmb.ini @@ -10,6 +10,7 @@ rem ViewDoubleMarkers=1 rem ViewPropertyColors=1 [Recently used files] -F0=c:\workspace\dmgtris\src\res\sources\gameplay_map.gbm -F1=c:\workspace\dmgtris\src\res\gameplay.gbm -F2=c:\workspace\dmgtris\gameplay.gbm +F0=c:\workspace\dmgtris\src\res\sources\title_map.gbm +F1=c:\workspace\dmgtris\src\res\sources\gameplay_map.gbm +F2=c:\workspace\dmgtris\src\res\gameplay.gbm +F3=c:\workspace\dmgtris\gameplay.gbm