Skip to content

Commit

Permalink
Fix loading for partial support of the prototype rom. (#23)
Browse files Browse the repository at this point in the history
Thank you for your PR! I'm landing this one now. Please rebase your other PR #24 when you make changes to it.
  • Loading branch information
robertmegone authored Sep 4, 2024
1 parent 220020b commit 425dcb7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/lib/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -830,9 +830,9 @@ const proto = {
[0x247b4, 0x0027], [0x1a0e3, 0x004d], [0x00000, 0x0000], [0x2bb1b, 0x00a5], [0x2aa7a, 0x00c1],
[0x2ab3b, 0x0140], [0x19850, 0x00bf], [0x1990f, 0x014d], [0x19a5c, 0x0012], [0x2ac7b, 0x0005],
[0x2ac80, 0x0005], [0x2ac85, 0x0005], [0x2ac8a, 0x0005], [0x2ac8f, 0x0005], [0x21645, 0x0033],
[0x2ac94, 0x0005], [0x00000, 0x0000], [0x2ac99, 0x009c], [0x2ad35, 0x009c]
[0x2ac94, 0x0005], [0x00000, 0x0000], [0x2ac99, 0x009c], [0x2ad35, 0x009c],
],
// sounds: [
sounds: [
// [0x0ffe8, 0x000a], [0x30eca, 0x0832], [0x30eca, 0x0832], [0x30eca, 0x0832], [0x30eca, 0x0832],
// [0x30eca, 0x0832], [0x17fca, 0x0011], [0x27e0b, 0x0073], [0x17fdb, 0x0011], [0x17fec, 0x0011],
// [0x27e7e, 0x0056], [0x27ed4, 0x001f], [0x23fee, 0x0011], [0x0fff2, 0x000a], [0x27ef3, 0x000a],
Expand All @@ -850,14 +850,14 @@ const proto = {
// [0x32e4b, 0x049e], [0x34001, 0x0ea8], [0x332e9, 0x0b18], [0x34ea9, 0x0b9c], [0x35a45, 0x0c6b],
// [0x366b0, 0x0e56], [0x38001, 0x0c70], [0x38c71, 0x0dec], [0x39a5d, 0x0b77], [0x37506, 0x042f],
// [0x3a5d4, 0x0ac5], [0x3b099, 0x0be4],
// ],
// costumes: [
],
costumes: [
// [0x17f05, 0x0055], [0x17f05, 0x0055], [0x17f05, 0x0055], [0x17f05, 0x0055], [0x17f05, 0x0055],
// [0x17f05, 0x0055], [0x17f05, 0x0055], [0x17f05, 0x0055], [0x13fab, 0x004b], [0x17f05, 0x0055],
// [0x17f05, 0x0055], [0x17f05, 0x0055], [0x17f5a, 0x0036], [0x17f90, 0x003a], [0x17f90, 0x003a],
// [0x17f05, 0x0055], [0x1bf87, 0x003b], [0x17f05, 0x0055], [0x23fa9, 0x0045], [0x1ffbd, 0x0040],
// [0x1bfc2, 0x003c], [0x17f90, 0x003a], [0x17f90, 0x003a], [0x17f05, 0x0055], [0x13fab, 0x004b],
// ],
],
globdata: [[0x2ca11, 0x0307]],
// sprite palette data
sprpals: [[0x0bfbe, 0x0010], [0x0bfce, 0x0010]],
Expand Down

0 comments on commit 425dcb7

Please sign in to comment.