move mountain

This commit is contained in:
Vince Weaver 2018-10-17 11:40:03 -04:00
parent 718872a29e
commit f03c919f7c
3 changed files with 11 additions and 4 deletions

View File

@ -9,3 +9,5 @@
29178 -- erase extraneous from leaving.png 29178 -- erase extraneous from leaving.png
29204 -- add door sprite 29204 -- add door sprite
29476 -- get leaving all working 29476 -- get leaving all working
30599 -- have most of heart scene going
30501 -- move mountain image to HGR image block

View File

@ -510,8 +510,8 @@ letters_bm:
;.align $100 ;.align $100
;.include "tfv_sprites.inc" ;.include "tfv_sprites.inc"
katahdin: ;katahdin:
.incbin "KATC.BIN.lz4",11 ; skip the header ;.incbin "KATC.BIN.lz4",11 ; skip the header
katahdin_end: ;katahdin_end:

View File

@ -27,7 +27,9 @@ apple_iie:
;=================== ;===================
jsr HOME jsr HOME
jsr arriving_there jsr bird_mountain
; jsr arriving_there
; C64 Opening Sequence ; C64 Opening Sequence
@ -137,4 +139,7 @@ loop_forever:
sb_background_hgr: sb_background_hgr:
.incbin "SB_BACKGROUNDC.BIN.lz4",11 .incbin "SB_BACKGROUNDC.BIN.lz4",11
sb_background_hgr_end: sb_background_hgr_end:
katahdin:
.incbin "KATC.BIN.lz4",11 ; skip the header
katahdin_end: