Fixed art pipeline bug

This commit is contained in:
blondie7575 2017-10-17 08:21:29 -07:00
parent 6777f1d4c0
commit cbb90ea1aa
11 changed files with 5 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Art/TestPattern_003.xcf Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 B

After

Width:  |  Height:  |  Size: 121 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 B

After

Width:  |  Height:  |  Size: 87 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 B

After

Width:  |  Height:  |  Size: 189 B

BIN
Art/testpattern_003.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 B

View File

@ -11,6 +11,8 @@ BEGIN {
else if ($2 == "HEX")
{
$2 = ".dbyt"
$3 = "$" $3
gsub(/,/,",$",$3)
}
}
{

Binary file not shown.

View File

@ -2,16 +2,16 @@
DrawSpriteBank :
ASL ; A=Sprite Number ($0000-$0002)
ASL ; A=Sprite Number ($0000-$0003)
TAX ; Y=Target Screen Address ($2000-$9D00)
LDA SpriteBankNum,X ; Relative Sprite Number Table
JMP (SpriteBankBank,X) ; Bank Number Table
SpriteBankNum :
.dbyt 0000,0200,0100
.dbyt $0000,$0300,$0200,$0100
SpriteBankBank :
.addr SpriteBankBank00,SpriteBankBank00,SpriteBankBank00
.addr SpriteBankBank00,SpriteBankBank00,SpriteBankBank00,SpriteBankBank00
SpriteBankBank00 :
JSL $AA0000