3 Commits

6 changed files with 7 additions and 1 deletions

View File

@@ -334,6 +334,8 @@ DungeonMapDoorConnectors:
incbin "menu/door_connectors.3bppc"
MapSheetD4:
incbin "menu/map_sheet_d4.3bppc"
DRSheet14:
incbin "menu/dr_sheet_14.3bppc"
org $8CD7DF
incsrc data/playernamecharmap.asm

View File

@@ -24,6 +24,8 @@ endmacro
%WriteGFXSheetPointer($62, DungeonMapIcons5)
%WriteGFXSheetPointer($63, DungeonMapIcons6)
%WriteGFXSheetPointer($14, DRSheet14)
pullpc
incsrc doors_dungeon_map.asm

View File

@@ -12,7 +12,8 @@ db $01
GKRomVersion:
; $01 = Dungeon Maps
; .., $01 = Dark rooms don't show on map from visition
db $01, $01, $00
; .., $02 = OW Fog and Grid modes
db $01, $02, $00
;--------------------------------------------------------------------------------
;================================================================================

BIN
menu/dr_sheet_14.3bpp Normal file

Binary file not shown.

BIN
menu/dr_sheet_14.3bppc Normal file

Binary file not shown.

View File

@@ -558,6 +558,7 @@ MoveLinkMapSprite:
{
STA.l $7EC10A ; what we overwrote
SEP #$20
STZ.b ScrapBuffer72
JSR MoveMapSprite
REP #$20
RTL