cleanup new sprite table
This commit is contained in:
@@ -11,7 +11,6 @@ RTS
|
||||
pullpc
|
||||
|
||||
|
||||
|
||||
SpriteActiveExp_MainLong:
|
||||
{
|
||||
PHB : PHK : PLB
|
||||
@@ -24,6 +23,7 @@ RTL
|
||||
}
|
||||
|
||||
NewSprTable:
|
||||
{
|
||||
LDA $0E20, X ; Load Sprite ID
|
||||
REP #$30
|
||||
AND.w #$00FF
|
||||
@@ -41,6 +41,7 @@ SEP #$30
|
||||
JMP [$0006]
|
||||
|
||||
;do a JML and sprite will RTL back to previous code
|
||||
}
|
||||
|
||||
Sprite_PrepExp_Long:
|
||||
{
|
||||
@@ -54,6 +55,7 @@ RTL
|
||||
}
|
||||
|
||||
NewSprPrepTable:
|
||||
{
|
||||
LDA $0E20, X ; Load Sprite ID
|
||||
REP #$30
|
||||
AND.w #$00FF
|
||||
@@ -69,11 +71,16 @@ LDA NewSprPrepRoutinesLong+2, Y
|
||||
STA $08
|
||||
SEP #$30
|
||||
JMP [$0006]
|
||||
}
|
||||
|
||||
NewSprRoutinesLong:
|
||||
{
|
||||
fillbyte $00
|
||||
fill $2FD
|
||||
}
|
||||
|
||||
NewSprPrepRoutinesLong:
|
||||
{
|
||||
fillbyte $00
|
||||
fill $2FD
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user