You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For in game levels, the byte
0x80
in an object stream, and not attached to any object, seems to signify something.1-1
At the end of 1-1, there are these bytes:
40 19 80 f 40 18 83 f 41 19 83 f 80 8 42 80 42 1a 8b 9 41 18 91 18 0 12 94 2 0 0 9b 29
I think they parse out to this
40 19 80 f
a brick40 18 83 f
a brick41 19 83 f
a brick80 8 42 80
????????42 1a 8b 9
a bank 1 object with id 941 18 91 18
a bank 1 object with id 180 12 94 2
a bank 0 object with id 20 0 9b 29
a bank 0 object with id 29so what is the
80 8 42 80
sequence?4-2
4-2 kicks off with an
0x80
right away80 42 17 0 5 45 15 8 7 40 14 9 5a 44 16 10 7
If you ignore the starting 0x80, the rest of the bytes do seem to be objects as expected.
Beta Was this translation helpful? Give feedback.
All reactions