Map tile updates

This commit is contained in:
2026-01-07 13:32:09 -06:00
parent b2b23b047f
commit a7c7fc4394
16 changed files with 56 additions and 36 deletions

View File

@@ -11,15 +11,19 @@ macro WriteGFXSheetPointer(sheet, location)
org $80D17E+<sheet>
db <location>>>0
pullpc
endmacro
%WriteGFXSheetPointer($C9, DungeonMapIcons1)
%WriteGFXSheetPointer($CA, DungeonMapIcons2)
%WriteGFXSheetPointer($D5, DungeonMapIcons3)
%WriteGFXSheetPointer($D4, MapSheetD4)
%WriteGFXSheetPointer($D6, DungeonMapDoorConnectors)
%WriteGFXSheetPointer($61, DungeonMapIcons4)
%WriteGFXSheetPointer($62, DungeonMapIcons5)
%WriteGFXSheetPointer($63, DungeonMapIcons6)
pullpc
incsrc mappable_doors.asm