mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-29 21:31:53 +00:00
ootw: start implementing the beast
This commit is contained in:
parent
cf4fbb7352
commit
dde14d04ac
@ -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
|
||||
####
|
||||
|
||||
|
@ -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
14
ootw/sprites_beast.inc
Normal 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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user