examples/animate: tweak rocket movement, add audio
- fix duplicate symbol in sprites.s/pcmaudio.s
This commit is contained in:
parent
82749f2b7d
commit
819c808c50
2 changed files with 51 additions and 17 deletions
|
|
@ -53,9 +53,9 @@ CALC_VMEM_ADDR:
|
|||
.EQU PS_SPILL 24
|
||||
.EQU PS_STRIPE_C 28
|
||||
.EQU PS_BPSAVE 32
|
||||
.EQU PS_FS 36
|
||||
.EQU PS_FS_ 36
|
||||
PUTSPRITE:
|
||||
FPADJ -PS_FS
|
||||
FPADJ -PS_FS_
|
||||
STORE PS_SPRITE_DATA
|
||||
STORE PS_Y
|
||||
STORE PS_X
|
||||
|
|
@ -175,7 +175,7 @@ PS_L_XT:
|
|||
LOAD PS_BPSAVE
|
||||
STOREREG BP
|
||||
|
||||
FPADJ PS_FS
|
||||
FPADJ PS_FS_
|
||||
RET
|
||||
|
||||
; undraw a sprite, i.e. draw background data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue