1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 08:51:22 +00:00

Merge pull request #83 from Galleondragon/fix-qb45converter

Fix to QB4.5 binary fomat converter:
This commit is contained in:
Fellippe Heitor 2019-01-12 10:11:01 -02:00 committed by GitHub
commit c09e27839a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -522,7 +522,7 @@ DATA 0x08a,"#{0}"
' These two consume data, but I have no idea what they do. I haven't seen
' one in the wild.
'----------------------------------------------------------------------------
' 0x08c, 2, ""
DATA 0x08c,2,""
' 0x08d, 4, ""
'----------------------------------------------------------------------------
@ -637,7 +637,7 @@ DATA 0x0d1,"PAINT {3}, {2}, {1}, {0}"
DATA 0x0d2,"PALETTE"
DATA 0x0d3,"PALETTE {1}, {0}"
DATA 0x0d4,"PALETTE {0}"
DATA 0x0d5,"PCOPY {0}, {1}"
DATA 0x0d5,"PCOPY {1}, {0}"
DATA 0x0d6,"PLAY {0}"
DATA 0x0d7,"POKE {1}, {0}"