-
-
Notifications
You must be signed in to change notification settings - Fork 1
Objects
Wesley edited this page Dec 4, 2020
·
2 revisions
Each object (as of now) has a data length of 16 bytes.
Details about an object's data can be seen here.
Primarily collectible items:
-
0x00
-- Gem
-
0x01
-- Diamond (5 gems)
-
0x02
-- Heart
-
0x03
-- Star
-
0x04
-- Life
Primarily objects that you can
pick up and throw, or hold on to:
-
0x00
-- Moo
-
0x01
-- Flying Moo
-
0x02
-- Box
-
0x03
-- Floating ball
-
0x04
-- Spike Moo
-
0x05
-- Copter
-
0x06
-- Bomb Mu
-
0x00
- Finish door -
0x01
- Locked door -
0x02
- Warp (for changing screens) -
0x03
- Pinball doorlol -
0x04
- Switch door
This may change