Compare commits
3 Commits
ec1083a2e5
...
482381fe53
| Author | SHA1 | Date | |
|---|---|---|---|
| 482381fe53 | |||
| 2b3b50fc5c | |||
| b7c32fdfb1 |
@@ -334,6 +334,8 @@ DungeonMapDoorConnectors:
|
|||||||
incbin "menu/door_connectors.3bppc"
|
incbin "menu/door_connectors.3bppc"
|
||||||
MapSheetD4:
|
MapSheetD4:
|
||||||
incbin "menu/map_sheet_d4.3bppc"
|
incbin "menu/map_sheet_d4.3bppc"
|
||||||
|
DRSheet14:
|
||||||
|
incbin "menu/dr_sheet_14.3bppc"
|
||||||
|
|
||||||
org $8CD7DF
|
org $8CD7DF
|
||||||
incsrc data/playernamecharmap.asm
|
incsrc data/playernamecharmap.asm
|
||||||
|
|||||||
@@ -24,6 +24,8 @@ endmacro
|
|||||||
%WriteGFXSheetPointer($62, DungeonMapIcons5)
|
%WriteGFXSheetPointer($62, DungeonMapIcons5)
|
||||||
%WriteGFXSheetPointer($63, DungeonMapIcons6)
|
%WriteGFXSheetPointer($63, DungeonMapIcons6)
|
||||||
|
|
||||||
|
%WriteGFXSheetPointer($14, DRSheet14)
|
||||||
|
|
||||||
pullpc
|
pullpc
|
||||||
|
|
||||||
incsrc doors_dungeon_map.asm
|
incsrc doors_dungeon_map.asm
|
||||||
|
|||||||
@@ -12,7 +12,8 @@ db $01
|
|||||||
GKRomVersion:
|
GKRomVersion:
|
||||||
; $01 = Dungeon Maps
|
; $01 = Dungeon Maps
|
||||||
; .., $01 = Dark rooms don't show on map from visition
|
; .., $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
BIN
menu/dr_sheet_14.3bpp
Normal file
Binary file not shown.
BIN
menu/dr_sheet_14.3bppc
Normal file
BIN
menu/dr_sheet_14.3bppc
Normal file
Binary file not shown.
@@ -558,6 +558,7 @@ MoveLinkMapSprite:
|
|||||||
{
|
{
|
||||||
STA.l $7EC10A ; what we overwrote
|
STA.l $7EC10A ; what we overwrote
|
||||||
SEP #$20
|
SEP #$20
|
||||||
|
STZ.b ScrapBuffer72
|
||||||
JSR MoveMapSprite
|
JSR MoveMapSprite
|
||||||
REP #$20
|
REP #$20
|
||||||
RTL
|
RTL
|
||||||
|
|||||||
Reference in New Issue
Block a user