Restore custom entrance code

This commit is contained in:
scawful
2024-12-02 07:13:35 -05:00
parent 60bcb90636
commit c13c37d5b7
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
Map16Definitions = $0F8000
;Map16Definitions = $0F8000
Map16Definitions = $3D8000
Overworld_DrawMap16_Persist = $1BC97C
Overworld_DrawMap16_Anywhere = $1BC983
Interface_PrepAndDisplayMessage = $0FFDAA
@@ -284,6 +285,7 @@ ValidDoorTypes_high:
dw $0131, $0112, $017A, $0163 ; 09:
dw $0172, $01BD, $0152, $0167 ; 10:
pullpc
; 0x00 - OW

View File

@@ -85,6 +85,8 @@ print "End of Overworld/time_system.asm ", pc
incsrc "Overworld/overlays.asm"
print "End of Overworld/overlays.asm ", pc
incsrc "Overworld/entrances.asm"
incsrc "Overworld/custom_gfx.asm"
print "End of Overworld/custom_gfx.asm ", pc
pushpc