ootw: start implementing the beast

This commit is contained in:
Vince Weaver 2019-01-26 12:29:38 -05:00
parent cf4fbb7352
commit dde14d04ac
3 changed files with 17 additions and 1 deletions

View File

@ -24,7 +24,8 @@ ootw.o: ootw.s \
ootw_pool.inc \
ootw_cavern.inc ootw_cavern2.inc ootw_cavern3.inc ootw_underwater.inc \
ootw_rope.inc \
sprites_physicist.inc sprites_slugs.inc sprites_ootw.inc
sprites_physicist.inc sprites_slugs.inc \
sprites_ootw.inc sprites_beast.inc
ca65 -o ootw.o ootw.s -l ootw.lst
####

View File

@ -102,6 +102,7 @@ end_message:
.include "sprites_ootw.inc"
.include "sprites_physicist.inc"
.include "sprites_slugs.inc"
.include "sprites_beast.inc"
; cutscenes
.include "cutscene_slug.s"
.include "cutscene_beast.s"

14
ootw/sprites_beast.inc Normal file
View File

@ -0,0 +1,14 @@
;=========================
; Beast
background_beast:
.byte $5,$3
.byte $1a,$00,$0a,$aa,$aa
.byte $00,$00,$00,$00,$aa
.byte $aa,$00,$a0,$a0,$0a