User Tools

Site Tools


kirby64_the_crystal_shards:entity_ids

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
kirby64_the_crystal_shards:entity_ids [2020/01/22 23:49]
jesusyoshi54 created
kirby64_the_crystal_shards:entity_ids [2022/04/12 15:04]
GiantJigglypuff3 Added Massive Tables Of Found Entities
Line 5: Line 5:
  
 <​code>​ <​code>​
-   0x00: u8 ? +EntityStruct = { 
-   ​0x01: ​u8 ? +   0x00: ('>​B','​Node Num',​1) 
-   ​0x02: ​u8 entity_id +   ​0x01: ​('>​B','​Bank ID',1) 
-   ​0x04: ​u8 ? +   ​0x02: ​('>​B','​Entity ID',​1) 
-   ​0x05: ​u8 ? +   0x03: ('>​B','​Action',​1) 
-   ​0x06: ​u16 ? +   ​0x04: ​('>​B','​Respawn Flag',​1) 
-   ....? +   ​0x05: ​('>​B','​Spawn Flag',​1) 
-   0x20float scale +   ​0x06: ​('>​H','​Eeprom',​2) 
-   0x24x position +   0x08('>​3f','​Translation Vec3f',​12) 
-   0x28: y position +   0x14('>​3f','​Rotation Vec3f',​12) 
-   0x2c: z position+   0x20('>​3f','​Scale Vec3f',​12) 
 +}
 </​code>​ </​code>​
  
  
 ===== Entity ID list ===== ===== Entity ID list =====
-Below is a list of all the entity IDs currently ​known +Below is a list of all the known Bank ID - Entity ID - Action combinations and a handful of instances found being used but aren't pinpointed. For those, a World Number - Stage Number - Area Number and a potential guess are provided. Feel free to update the descriptions. 
-  ​* ​ 00 00 N-Z + 
-  ​* ​ 00 01 Rocky +===== Enemies List ===== 
-  ​* ​ 00 02 Bronto Burt +^ Bank ID ^ Entity ID ^ Action ^ Description ^ 
-  ​* ​ 00 03 Skud +| 0x0 | 0x0 | 0x0 | N-Z: Standing Still | 
-  ​* ​ 00 04 Gordo +| 0x0 | 0x0 | 0x1 | N-Z: Walk Back/Forth, Jumps At End | 
-  ​* ​ 00 05 Shotzo +| 0x0 | 0x0 | 0x2 | N-Z: Walk Back/Forth, No Jump | 
-  ​* ​ 00 06 Spark-i +| 0x0 | 0x1 | 0x1 | Rocky: Walking | 
-  ​* ​ 00 07 Bouncy +| 0x0 | 0x1 | 0x2 | Rocky: Falling Off Near Ledge | 
-  ​* ​ 00 08 Glunk +| 0x0 | 0x2 | 0x0 | Bronto Burt: Flying Sine Wave | 
-  ​* ​ 00 09 [?? explodes] +| 0x0 | 0x2 | 0x1 | Bronto Burt: Flying Up/Down | 
-  ​* ​ 00 0A Chilly +| 0x0 | 0x2 | 0x2 | Bronto Burt: Flying Back/Forth | 
-  ​* ​ 00 0B Propeller +| 0x0 | 0x2 | 0x3 | Bronto Burt: Flying Towards Kirby In Range X-Axis, Flying Still Otherwise | 
-  ​* ​ 00 0C Glom +| 0x0 | 0x2 | 0x4 | Bronto Burt: Flying Towards Kirby In Range Z-Axis, Flying Still Otherwise | 
-  ​* ​ 00 0D Mahall +| 0x0 | 0x3 | 0x0 | Skud: Launches At Kirby In Range, Back/Forth Otherwise | 
-  ​* ​ 00 0E Poppy BrosJr. +| 0x0 | 0x3 | 0x1 | Skud: Launches At Kirby In Range, Stand Still Otherwise | 
-  ​* ​ 00 0F Bivolt +| 0x0 | 0x4 | 0x0 | Gordo: Float In Place | 
-  ​* ​ 00 10 Splinter +| 0x0 | 0x4 | 0x1 | Gordo: Back/Forth (Ignores Collision) | 
-  ​* ​ 00 11 Gobblin +| 0x0 | 0x4 | 0x2 | Gordo: Up/Down (Ignores Collision) | 
-  ​* ​ 00 12 Kany +| 0x0 | 0x4 | 0x3 | Gordo: Back/Forth Between Walls | 
-  ​* ​ 00 13 Bivolt ​again? +| 0x0 | 0x4 | 0x4 | Gordo: Up/Down Between Walls | 
-  ​* ​ 00 14 Sirkibble +| 0x0 | 0x4 | 0x5 | Gordo: Floats In Circles Clockwise | 
-  ​* ​ 00 15 Gabon +| 0x0 | 0x4 | 0x6 | Gordo: Floats In Circles Counter Clockwise | 
-  ​* ​ 00 16 Mariel +| 0x0 | 0x5 | 0x0 | Shotzo: Shoots Left | 
-  ​* ​ 00 17 Large I3 +| 0x0 | 0x5 | 0x1 | Shotzo: Shoots Up Left | 
-  ​* ​ 00 18 Snipper +| 0x0 | 0x5 | 0x2 | Shotzo: Shoots Up | 
-  ​* ​ 00 19 [?? explodes again?] +| 0x0 | 0x5 | 0x3 | Shotzo: Shoots Up Right | 
-  ​* ​ 00 1A Bonehead +| 0x0 | 0x5 | 0x4 | Shotzo: Shoots Right | 
-  ​* ​ 00 1B Squibbly +| 0x0 | 0x5 | 0x5 | Shotzo: Aims At Kirby | 
-  ​* ​ 00 1C Bobo +| 0x0 | 0x5 | 0x6 | Shotzo: Shoots Right (Doesn'​t Clamp To Ground)? | 
-  ​* ​ 00 1D Bo +| 0x0 | 0x5 | 0x7 | Shotzo: Shoots Up Right (Doesn'​t Clamp To Ground)? | 
-  ​* ​ 00 1E Punc +| 0x0 | 0x6 | 0x0 | Spark-i: Left/Right & Shoot In Range | 
-  ​* ​ 00 1F Mite +| 0x0 | 0x6 | 0x1 | Spark-i: Sit In Place & Shoot In Range | 
-  ​* ​ 00 20 Sandman +| 0x0 | 0x7 | 0x0 | Bouncy: Bouncing Back/Forth | 
-  ​* ​ 00 21 Flopper +| 0x0 | 0x7 | 0x1 | Bouncy: Bouncing In Place | 
-  ​* ​ 00 22 Kapar +| 0x0 | 0x8 | 0x0 | Glunk: Sit In Place & Shoot Ball Up | 
-  ​* ​ 00 23 Maw +| 0x0 | 0x8 | 0x1 | Glunk: Sit In Place & Shoot Ball Up (Slower Cycle) | 
-  ​* ​ 00 24 Drop +| 0x0 | 0x8 | 0x2 | Glunk: Sit In Place & Shoot Ball Up (Unused) | 
-  ​* ​ 00 25 Pedo +| 0x0 | 0x9 | 0x0 | Slushy: Swims In Place | 
-  ​* ​ 00 26 Noo +| 0x0 | 0xA | 0x0 | Chilly: Back/Forth & Freeze Attack | 
-  ​* ​ 00 27 Tick +| 0x0 | 0xA | 0x1 | Chilly: Stand Still & Freeze Attack | 
-  ​* ​ 00 28 Cairn +| 0x0 | 0xB | 0x0 | Propeller: Floats Back/Forth, Flies Towards Kirby | 
-  ​* ​ 00 29 [?? invisible] +| 0x0 | 0xB | 0x1 | Propeller: Floats Up/Down, Flies Towards Kirby | 
-  ​* ​ 00 2A Pompey +| 0x0 | 0xB | 0x2 | Propeller: Back/Forth (Unused) | 
-  ​* ​ 00 2B Hack +| 0x0 | 0xC | 0x0 | Glom: Sits In Wall & Tries To Eat Kirby | 
-  ​* ​ 00 2C Burnis +| 0x0 | 0xC | 0x1 | Glom: Sits In Wall & Tries To Eat Kirby (Unused) | 
-  ​* ​ 00 2D Fishbone +| 0x0 | 0xD | 0x0 | Mahall: Sit Underground & Shoot Bubble In Range | 
-  ​* ​ 00 2E Frigis +| 0x0 | 0xD | 0x1 | Mahall: Doesn'​t Spawn (Unused In Game) | 
-  ​* ​ 00 2F Sawyer +| 0x0 | 0xE | 0x0 | Poppy Bros Jr: Stand Still & Throw Bomb Long | 
-  ​* ​ 00 30 Turbite +| 0x0 | 0xE | 0x1 | Poppy Bros Jr: Walk Back/Forth & Throw Bomb Long | 
-  ​* ​ 00 31 Plugg +| 0x0 | 0xE | 0x2 | Poppy Bros Jr: Stand Still & Throw Bomb Short | 
-  ​* ​ 00 32 Ghost knight +| 0x0 | 0x10 | 0x0 | Splinter: Falls To Ground Then Rolls Left And Falls Into Void (Ignores Collison, Unused) | 
-  ​* ​ 00 33 Zoos +| 0x0 | 0x10 | 0x1 | Splinter: Waits For Kirby Passes, Then Rolls Right | 
-  ​* ​ 00 34 Kakti +| 0x0 | 0x10 | 0x2 | Splinter: Waits For Kirby Passes, Then Rolls Left | 
-  ​* ​ 00 35 Rockn +| 0x0 | 0x10 | 0x3 | Splinter: Rolls Left When In Range (No Range Limit) | 
-  ​* ​ 00 36 Chacha +| 0x0 | 0x11 | 0x0 | Gobblin: Slams Down In Front | 
-  ​* ​ 00 37 Galbo +| 0x0 | 0x11 | 0x1 | Gobblin: Slams Down In Front (Unused) | 
-  ​* ​ 00 38 Bumber +| 0x0 | 0x12 | 0x0 | Kany: Back/Forth & Attacks | 
-  ​* ​ 00 39 Scarfy +| 0x0 | 0x12 | 0x1 | Kany: Stands Still & Attacks | 
-  ​* ​ 00 3A Nruff +| 0x0 | 0x13 | 0x0 | Bivolt: Spawns When Kirby Touches Climbable Object, Commits Direction Towards Kirby, Leaves When Touches End | 
-  ​* ​ 00 3B Emp +| 0x0 | 0x13 | 0x1 | Bivolt: Spawns When Kirby Touches Climbable Object, Commits Direction Towards Kirby, Leaves After Time/​Distance | 
-  ​* ​ 00 3C Magoo +| 0x0 | 0x14 | 0x0 | Sir Kibble: Stands Still, Throws Crest To Attack | 
-  ​* ​ 00 3D Yariko +| 0x0 | 0x15 | 0x0 | Gabon: Stand Still & Throw Bones Forward | 
-  ​* ​ 00 3E invisible?​ +| 0x0 | 0x16 | 0x0 | Mariel: Walks Towards Kirby In Range | 
-  *  00 3F Wall Shotzo +| 0x0 | 0x16 | 0x1 | Mariel: Walks Towards Kirby In Range (Unused) | 
-  ​* ​ 00 40 Keke +| 0x0 | 0x17 | 0x0 | Large I3: Drop Down When Kirby Near | 
-  ​* ​ 00 41 Sparky +| 0x0 | 0x17 | 0x1 | Large I3: Drop Down When Kirby Near (Unused) | 
-  *  00 42 Ignus // falling rocks +| 0x0 | 0x18 | 0x0 | Snipper: Sit & Snap On Intervals | 
-  ​* ​ 00 43 Flora +| 0x0 | 0x18 | 0x1 | Snipper: Sit & Snap In Range | 
-  ​* ​ 00 44 Putt +| 0x0 | 0x19 | 0x0 | Blowfish: Swims Back/Forth, Blows Up When Kirby Nearby | 
-  ​* ​ 00 45 Pteran +| 0x0 | 0x19 | 0x1 | Blowfish: Swims In Place, Blows Up When Kirby Nearby | 
-  ​* ​ 00 46 Mumbies +| 0x0 | 0x1A | 0x0 | Bonehead: When In Range, Flies To Height & Forward | 
-  ​* ​ 00 47 Pupa +| 0x0 | 0x1B | 0x0 | Squibbly: Float In PLace, Attack When Above | 
-  ​* ​ 00 48 Mopoo +| 0x0 | 0x1B | 0x1 | Squibbly: Float In PLace, Attack When Above (Z Axis, Unused) | 
-  ​* ​ 00 49 Zebon +| 0x0 | 0x1C | 0x0 | Bobo: Run Back/Forth | 
-  ​* ​ 00 4A [invisible?​] +| 0x0 | 0x1C | 0x1 | Bobo: Stand In Place, No Collision, Rotated (Unused) | 
-  ​* ​ 00 4B [falling rocks sometimes blue] +| 0x0 | 0x1D | 0x0 | Bo: Float Around | 
-  ​* ​ 00 4C [falling rocks sometimes blue bigger?] +| 0x0 | 0x1E | 0x0 | Punc: Back/Forth, Roll In Range | 
-  ​* ​ 01 00 Waddle Dee Boss +| 0x0 | 0x1E | 0x1 | Punc: Back/Forth, Roll In Range (Unused) | 
-  ​* ​ 01 01 Ado Boss +| 0x0 | 0x1F | 0x0 | Mite: Digs Up, Walks, Digs Down (Into Void?) | 
-  ​* ​ 01 02 DeeDeeDee ​Boss +| 0x0 | 0x1F | 0x1 | Mite: Digs Up, Waits, Digs Down (Into Void?) | 
-  ​* ​ 02 00 Whispy Woods +| 0x0 | 0x20 | 0x0 | Sandman: Extends Out When In Range | 
-  ​*  ​02 01 Waddle Dee (Boss) +| 0x0 | 0x21 | 0x0 | Flopper: Flopping In Place On Land, Jump Up From Water In Range | 
-  ​* ​ 03 00 Maxim Tomato +| 0x0 | 0x21 | 0x1 | Flopper: Swims Back/Forth In Water | 
-  ​* ​ 03 01 Sandwich +| 0x0 | 0x21 | 0x2 | Flopper: Flopping In Place On Land Facing Camera | 
-  ​* ​ 03 02 Cake +| 0x0 | 0x22 | 0x0 | Kapar: Jump To Kirby Height And Throw Blade In Range | 
-  ​* ​ 03 03 Steak +| 0x0 | 0x23 | 0x0 | Maw: Falls To Height Of Kirby When Near, Eats, And Spits Out | 
-  ​* ​ 03 04 Ice Cream Bar +| 0x0 | 0x23 | 0x1 | Maw: Jumps To Height Of Kirby When Near, Eats, And Spits Out | 
-  ​* ​ 03 05 Invinsible ​Candy +| 0x0 | 0x24 | 0x1 | Drop: Fall From Ceiling, Periodically Extend On Ground | 
-  ​* ​ 03 06 Yellow Star +| 0x0 | 0x25 | 0x0 | Pedo: Travel Straight In Direction Underwater | 
-  ​* ​ 03 07 Blue Star +| 0x0 | 0x26 | 0x0 | Noo: Toss Fire When Kirby In Range | 
-  ​* ​ 03 08 [crashes] +| 0x0 | 0x27 | 0x0 | Tick: Back/Forth & Attack When Below Kirby, Innocent Otherwise | 
-  ​* ​ 03 09 1up +| 0x0 | 0x28 | 0x0 | Cairn: Jump In Place | 
-  ​* ​ 03 0A [crashes] // used in picnic area +| 0x0 | 0x28 | 0x1 | Cairn: Jump Back/Forth | 
-  ​* ​ 03 0B Flower +| 0x0 | 0x2A | 0x0 | Pompey: Sits And Erupts | 
-  ​* ​ 03 0C School ​of fish +| 0x0 | 0x2B | 0x0 | Hack: Run Toward Kirby In Range | 
-  ​* ​ 03 0D Butterfly +| 0x0 | 0x2C | 0x0 | Burnis: Flying Left, Dropping Hot Rocks | 
-  ​* ​ 05 // warps +| 0x0 | 0x2C | 0x1 | Burnis: Doesn'​t Spawn Until After You Pass, Flying Right, Dropping Hot Rocks | 
-  ​* ​ 07 01 Ado (Gives maxim tomato+| 0x0 | 0x2D | 0x0 | Fishbone: Float In Place & Shoot | 
-  ​* ​ 08 00 N-Z Boss +| 0x0 | 0x2D | 0x1 | Fishbone: Swims Back/Forth & Shoot In Range | 
-  ​* ​ 08 01 Bouncy Boss +| 0x0 | 0x2E | 0x0 | Frigis: Flying Left, Dropping Cold Rocks | 
-  ​* ​ 08 02 Kakti Boss +| 0x0 | 0x2E | 0x1 | Frigis: Doesn'​t Spawn Until After You Pass, Flying Right, Dropping Cold Rocks | 
-  ​* ​ 08 03 ? +| 0x0 | 0x2E | 0x3 | Frigis: Doesn'​t Spawn Until After You Pass, Flying Right, Dives When Kirby In Range | 
-  ​* ​ 08 04 Spark-i Boss +| 0x0 | 0x2F | 0x0 | Sawyer: Back/Forth On Ground | 
-  ​* ​ 08 05 Tick Boss +| 0x0 | 0x2F | 0x1 | Sawyer: Back/Forth On Ground, Jumps At Ends | 
-  ​* ​ 08 06 Kany Boss +| 0x0 | 0x30 | 0x0 | Turbite: Attacks Left When Kirby In Range | 
-  ​* ​ 08 07 Kapar Boss +| 0x0 | 0x31 | 0x0 | Plugg: Stands In Place, Sends 2 Shockwaves On Sides | 
-  ​* ​ 08 08 Blowfish ​boss +| 0x0 | 0x31 | 0x1 | Plugg: Walks Back/Forth, Sends 2 Shockwaves On Sides | 
-  ​* ​ 08 09 Galbo boss +| 0x0 | 0x32 | 0x0 | Ghost Knight: Stand In Place & Thrust In Range | 
-  ​* ​ 08 0A drop boss?+| 0x0 | 0x33 | 0x0 | Zoos: Flies Around & Throws Sparks At Kirby, Drops Water Directly On Kirby | 
 +| 0x0 | 0x34 | 0x0 | Kakti: Stands Still, Rolls When Kirby In Range | 
 +| 0x0 | 0x34 | 0x1 | Kakti: Bouncing In Place | 
 +| 0x0 | 0x35 | 0x0 | Rockn: Travel Straight In Direction In Air | 
 +| 0x0 | 0x36 | 0x0 | Chacha: Dancing & Attacks Side Occassionally | 
 +| 0x0 | 0x36 | 0x1 | Chacha: Dancing In Background | 
 +| 0x0 | 0x37 | 0x0 | Galbo: Sits In Place, Shoots Kirby In Range Periodically | 
 +| 0x0 | 0x38 | 0x0 | Bumber: Fall From Sky | 
 +| 0x0 | 0x39 | 0x0 | Scarfy: Sit Still In Air | 
 +| 0x0 | 0x39 | 0x1 | Scarfy: Sit Still In Air, Then Go Angry And Chase Kirby | 
 +| 0x0 | 0x3A | 0x0 | Nruff: Runs Back/Forth, Changes Direction When Hits Wall | 
 +| 0x0 | 0x3A | 0x1 | Nruff: Charges In Place, Then Runs Back/Forth, Changes Direction When Hits Wall, Jumps Occassionally | 
 +| 0x0 | 0x3A | 0x2 | Nruff: Runs Back/Forth, Changes Direction When Hits Wall, Jumps Occassionally | 
 +| 0x0 | 0x3B | 0x0 | Emp: Runs Away From Kirby | 
 +| 0x0 | 0x3C | 0x0 | Magoo: Jumps From Lava When Kirby Near | 
 +| 0x0 | 0x3D | 0x0 | Yariko: Throws Angled Spears In Range | 
 +| 0x0 | 0x3F | 0x0 | Wall Shotzo: 2-3-2: Aims At Kirby | 
 +| 0x0 | 0x40 | 0x0 | Keke: Flies In Background | 
 +| 0x0 | 0x41 | 0x0 | Sparky: Hops Back/Forth, Hops In Place, And Attacks Occasionally | 
 +| 0x0 | 0x42 | 0x0 | Ingus: Falling Hot Rocks From Sky | 
 +| 0x0 | 0x43 | 0x0 | Flora: Twirl And Float Down | 
 +| 0x0 | 0x44 | 0x0 | Putt: Pushes Boulder To Right Once, Then Stands In Place | 
 +| 0x0 | 0x44 | 0x1 | Putt: Pushes Boulder To Left Once, Then Stands In Place | 
 +| 0x0 | 0x45 | 0x0 | Pteran: Flies Back/Forth, Turns Around When Hit Wall, Starts Right To Left (Dupe?) | 
 +| 0x0 | 0x45 | 0x1 | Pteran: Flies Back/Forth, Turns Around When Hit Wall, Starts Right To Left (Dupe?) | 
 +| 0x0 | 0x45 | 0x2 | Pteran: Flies Back/Forth, Turns Around When Hit Wall, Starts Left To Right | 
 +| 0x0 | 0x46 | 0x0 | Mumbies: Sit Still In Air, Chases Kirby In Range & Not Looking | 
 +| 0x0 | 0x47 | 0x0 | Pupa: Falls From String (Long) | 
 +| 0x0 | 0x47 | 0x1 | Pupa: Falls From String (Short) | 
 +| 0x0 | 0x47 | 0x2 | Pupa: Falls From String (Long Medium) | 
 +| 0x0 | 0x48 | 0x0 | Mopoo: Goes Straight Up Or Down. Floor/​Ceiling Spawner (Not One Single Entity) | 
 +| 0x0 | 0x48 | 0x1 | Mopoo: Goes Curve Counter Clockwise On Floor | 
 +| 0x0 | 0x48 | 0x2 | Mopoo: Goes Curve Clockwise On Ceiling | 
 +| 0x0 | 0x48 | 0x3 | Mopoo: 3 Spawn And Goes Curve Counter Clockwise On Floor | 
 +| 0x0 | 0x48 | 0x4 | Mopoo: 3 Spawn And Goes Curve Clockwise On Ceiling | 
 +| 0x0 | 0x49 | 0x0 | Zebon: Absorbs Kirby & Shoots Kirby In Pre-Selected Direction | 
 +| 0x0 | 0x49 | 0x1 | Zebon: Absorbs Kirby & Rotates. Shoots Kirby In Direction When Button Was Pressed | 
 +| 0x0 | 0x4D | 0x0 | Giant Shotzo: Aims Towards Kirby, Fires Bigger Cannonballs | 
 + 
 +---- 
 + 
 +===== Friendly Bosses List ===== 
 +^ Bank ID ^ Entity ID ^ Action ^ Description ^ 
 +| 0x1 | 0x0 | 0x0 | Waddle Dee Boss: Waddle Dee Boss Fight | 
 +| 0x1 | 0x1 | 0x0 | Adeleine ​Boss: Adeleine Boss Fight | 
 +| 0x1 | 0x2 | 0x0 | King Dedede ​Boss: King Dedede Boss Fight | 
 + 
 +---- 
 + 
 +===== Bosses List ===== 
 +^ Bank ID ^ Entity ID ^ Action ^ Description ^ 
 +| 0x2 | 0x0 | 0x0 | Whispy Woods: Whispy Woods Boss Fight/​Unknown Action (O2 Boss Fight) | 
 +| 0x2 | 0x0 | 0x1 | Whispy Woods: Unknown Action (02 Boss Fight) | 
 +| 0x2 | 0x0 | 0x3 | Whispy Woods: Unknown Action ​(02 Boss Fight| 
 +| 0x2 | 0x1 | 0x0 | Pix: (Guess Red Pix) | 
 +| 0x2 | 0x1 | 0x1 | Pix: (Guess Green Pix) | 
 +| 0x2 | 0x1 | 0x2 | Pix: (Guess Blue Pix) | 
 +| 0x2 | 0x1 | 0x3 | Pix: (Guess Combined Pix) | 
 +| 0x2 | 0x2 | 0x0 | Arco: Arco Boss Fight | 
 +| 0x2 | 0x3 | 0x0 | Magman: Magman Boss Fight | 
 +| 0x2 | 0x4 | 0x0 | HR-H: HR-H Boss Fight | 
 +| 0x2 | 0x5 | 0x0 | Miracle Matter: Miracle Matter Boss Fight | 
 + 
 +---- 
 + 
 +===== Items List ===== 
 +^ Bank ID ^ Entity ID ^ Action ^ Description ^ 
 +| 0x3 | 0x0 | 0x0 | Maxim Tomato: Fills Health To Max | 
 +| 0x3 | 0x1 | 0x0 | Sandwich: Gives 1 Health | 
 +| 0x3 | 0x2 | 0x0 | Cake: Gives 1 Health (Dupe?) | 
 +| 0x3 | 0x2 | 0x2 | Cake: Gives 1 Health (Dupe?) | 
 +| 0x3 | 0x3 | 0x0 | Steak: Gives 1 Health | 
 +| 0x3 | 0x4 | 0x0 | Ice Cream: Gives 1 Health | 
 +| 0x3 | 0x5 | 0x0 | Invincible ​Candy: Makes Kirby Invincible For Brief Period | 
 +| 0x3 | 0x6 | 0x0 | Yellow Star: Adds 1 To 1-Up Bar | 
 +| 0x3 | 0x7 | 0x0 | Crystal Shard: Normal Collectable | 
 +| 0x3 | 0x7 | 0x1 | Crystal Shard: Spawnable From Ability Breaking Object | 
 +| 0x3 | 0x9 | 0x0 | 1-Up: Gives Kirby Extra Life | 
 +| 0x3 | 0xA | 0x0 | Picnic Blanket: Shows Up At End Of Level | 
 +| 0x3 | 0xB | 0x0 | Dandelion: Breaks When Kirby Runs Into It | 
 +| 0x3 | 0xC | 0x0 | School ​Of Fish: Float In Water, Scatter When Kirby Nearby | 
 +| 0x3 | 0xD | 0x0 | Butterfly: Flies Away When Kirby Near | 
 + 
 +---- 
 + 
 +===== Solid Objects List ===== 
 +^ Bank ID ^ Entity ID ^ Action ^ Description ^ 
 +| 0x5 | 0x0 | 0x0 | Moving Grey Cube: Moves In Backwards L Shape (Unused) | 
 +| 0x5 | 0x0 | 0x1 | Moving Grey Cube: Not Visible | 
 +| 0x5 | 0x1 | 0x0 | Something About Friendship 1: Waddle Dee With Rolling Log Cart | 
 +| 0x5 | 0x1 | 0x1 | Something About Friendship 1: Riding King Dedede In Maze | 
 +| 0x5 | 0x2 | 0x0 | Moving Arch With Glowing Stars On Top: Moves Back/Forth When Kirby Rides | 
 +| 0x5 | 0x2 | 0x1 | Moving Arch With Glowing Stars On Top: Not Visible | 
 +| 0x5 | 0x3 | 0x0 | Unknown Object: 4-3-6: (Guess Rising Lava Room Entrance) | 
 +| 0x5 | 0x4 | 0x1 | Unknown Object: Riding King Dedede In Factory | 
 +| 0x5 | 0x5 | 0x1 | Unknown Object: 5-4-4: (Guess Steel Door) | 
 +| 0x5 | 0x6 | 0x1 | Something About Friendship 2: Riding King Dedede In Lava Cavern | 
 +| 0x5 | 0x7 | 0x1 | Unknown Object: 5-3-7: (Guess Falling Bookcase) | 
 +| 0x5 | 0x8 | 0x0 | Unknown Object: 2-5: (Guess Pix Arena) | 
 +| 0x5 | 0x8 | 0x1 | Unknown Object: 5-3-7: (Guess Falling Bookcase) | 
 +| 0x5 | 0x9 | 0x0 | Unknown Object: 3-5: (Guess Rock Platform) | 
 +| 0x5 | 0x9 | 0x1 | Unknown Object: 5-3-7: (Guess Falling Bookcase) | 
 +| 0x5 | 0xA | 0x0 | Unknown Object: 3-5: (Guess Rock Platform) | 
 +| 0x5 | 0xA | 0x1 | Unknown Object: 5-3-7: (Guess Falling Bookcase) | 
 +| 0x5 | 0xB | 0x0 | Unknown Object: 3-5: (Guess Rock Platform) | 
 +| 0x5 | 0xC | 0x0 | Unknown Object: 3-5: (Guess Rock Platform) | 
 +| 0x5 | 0xD | 0x0 | Unknown Object: 2-3-2: (Guess Pink Rising Platform) | 
 +| 0x5 | 0xD | 0x1 | Unknown Object: 2-2-1: (Guess Falling Pillar) | 
 +| 0x5 | 0xE | 0x0 | Unknown Object: 3-5: (Guess Falling Floor?) | 
 +| 0x5 | 0xE | 0x1 | Unknown Object: 2-2-1: (Guess Falling Pillar) | 
 +| 0x5 | 0xF | 0x0 | Unknown Object: 3-5: (Guess Falling Floor?) | 
 +| 0x5 | 0xF | 0x1 | Unknown Object: 2-2-1: (Guess Falling Pillar) | 
 +| 0x5 | 0x10 | 0x0 | Unknown Object: 3-5: (Guess Falling Floor?) | 
 +| 0x5 | 0x10 | 0x1 | Unknown Object: 2-2-1: (Guess Falling Pillar) | 
 +| 0x5 | 0x11 | 0x0 | Unknown Object: 3-5: (Guess Falling Floor?) | 
 +| 0x5 | 0x11 | 0x1 | Unknown Object: 5-3-7: (Guess Falling Bookcase?) | 
 +| 0x5 | 0x12 | 0x0 | Unknown Object: 3-5: (Guess Falling Floor?) | 
 +| 0x5 | 0x12 | 0x1 | Unknown Object: 5-3-7: (Guess Falling Bookcase) | 
 +| 0x5 | 0x13 | 0x0 | Unknown Object: 3-5: (Guess Falling Floor?) | 
 +| 0x5 | 0x13 | 0x1 | Unknown Object: 5-3-7: (Guess Falling Bookcase) | 
 +| 0x5 | 0x14 | 0x0 | Unknown Object: 3-5: (Guess Falling Floor?) | 
 +| 0x5 | 0x14 | 0x1 | Unknown Object: 5-3-7: (Guess Falling Bookcase) | 
 +| 0x5 | 0x15 | 0x0 | Unknown Object: 3-5: (Guess Falling Floor?) | 
 +| 0x5 | 0x15 | 0x1 | Unknown Object: 2-2-1: (Guess Falling Pillar) | 
 +| 0x5 | 0x16 | 0x0 | Unknown Object: 2-3-3: (Guess Pink/Yellow Pillars) | 
 +| 0x5 | 0x16 | 0x1 | Unknown Object: 2-2-1: ​(Guess Falling Pillar| 
 +| 0x5 | 0x17 | 0x0 | Unknown Object: 2-3-3: (Guess Pink/Yellow Pillars) | 
 +| 0x5 | 0x17 | 0x1 | Unknown Object: 2-2-1: (Guess Falling Pillar) | 
 +| 0x5 | 0x18 | 0x0 | Unknown Object: 2-3-3: (Guess Pink/Yellow Pillars) | 
 +| 0x5 | 0x18 | 0x1 | Unknown Object: 2-2-1: (Guess Falling Pillar) | 
 +| 0x5 | 0x19 | 0x0 | Unknown Object: 2-3-3: (Guess Pink/Yellow Pillars) | 
 +| 0x5 | 0x1A | 0x0 | Unknown Object: 2-2-4: (Guess Rising Pillar) | 
 +| 0x5 | 0x1B | 0x0 | Unknown Object: 2-2-4: (Guess Rising Pillar) | 
 +| 0x5 | 0x1C | 0x0 | Unknown Object: 2-2-4: (Guess Rising Pillar) | 
 +| 0x5 | 0x1D | 0x0 | Unknown Object: 2-2-4: (Guess Rising Pillar) | 
 +| 0x5 | 0x1E | 0x0 | Unknown Object: 2-2-4: (Guess Rising Pillar) | 
 +| 0x5 | 0x1F | 0x0 | Unknown Object: 1-1-2: (Guess ​N-Z Mini Boss Entrance Door) | 
 +| 0x5 | 0x20 | 0x0 | Unknown Object: 1-1-2: (Guess N-Z Mini Boss Exit Door) | 
 +| 0x5 | 0x21 | 0x0 | Unknown Object: 2-1-6: (Guess Pink Ride-able Object) | 
 +| 0x5 | 0x22 | 0x0 | Unknown Object: 2-1-6: (Guess Pink Ride-able Object) | 
 +| 0x5 | 0x23 | 0x0 | Unknown Object: 2-1-6: (Guess Pink Ride-able Object) | 
 +| 0x5 | 0x24 | 0x0 | Unknown Object: 2-1-6: (Guess Pink Ride-able Object) | 
 +| 0x5 | 0x25 | 0x0 | Unknown Object: 2-1-6: (Guess Pink Ride-able Object) | 
 +| 0x5 | 0x26 | 0x0 | Unknown Object: 2-1-6: (Guess Pink Ride-able Object) | 
 +| 0x5 | 0x27 | 0x0 | Unknown Object: 2-3-1: (Guess Upside Down Pink Pyramid) | 
 +| 0x5 | 0x28 | 0x0 | Unknown Object: 3-3-4: (Guess Planks That Push Kirby Up) | 
 +| 0x5 | 0x29 | 0x0 | Unknown Object: 3-3-4: (Guess Planks That Push Kirby Up) | 
 +| 0x5 | 0x2A | 0x0 | Unknown Object: 3-3-4: (Guess Planks That Push Kirby Up) | 
 +| 0x5 | 0x2B | 0x0 | Unknown Object: 3-3-4: (Guess Planks That Push Kirby Up) | 
 +| 0x5 | 0x2C | 0x0 | Unknown Object: 3-3-4: (Guess Planks That Push Kirby Up) | 
 +| 0x5 | 0x2D | 0x0 | Unknown Object: 3-3-4: (Guess Planks That Push Kirby Up) | 
 +| 0x5 | 0x2E | 0x0 | Unknown Object: 3-3-4: (Guess Planks That Push Kirby Up) | 
 +| 0x5 | 0x2F | 0x0 | Unknown Object: 3-3-3: (Guess Rock That Pushes Kirby Up) | 
 +| 0x5 | 0x30 | 0x0 | Unknown Object: 3-3-5: (Guess Logs That Submerge When Kirby On Top) | 
 +| 0x5 | 0x31 | 0x0 | Unknown Object: 3-3-5: (Guess Logs That Submerge When Kirby On Top) | 
 +| 0x5 | 0x32 | 0x0 | Unknown Object: 3-3-5: (Guess Logs That Submerge When Kirby On Top) | 
 +| 0x5 | 0x33 | 0x0 | Unknown Object: 3-3-5: (Guess Logs That Submerge When Kirby On Top) | 
 +| 0x5 | 0x34 | 0x0 | Unknown Object: 3-3-5: (Guess Logs That Submerge When Kirby On Top) | 
 +| 0x5 | 0x35 | 0x0 | Unknown Object: 3-3-5: (Guess Logs That Submerge When Kirby On Top) | 
 +| 0x5 | 0x36 | 0x0 | Unknown Object: 3-3-7: (Guess Platforms That Drop When Kirby On Top) | 
 +| 0x5 | 0x37 | 0x0 | Unknown Object: 3-3-7: (Guess Platforms That Drop When Kirby On Top) | 
 +| 0x5 | 0x38 | 0x0 | Unknown Object: 3-3-7: (Guess Platforms That Drop When Kirby On Top) | 
 +| 0x5 | 0x39 | 0x0 | Unknown Object: 3-3-7: (Guess Platforms That Drop When Kirby On Top) | 
 +| 0x5 | 0x3A | 0x0 | Unknown Object: 3-3-7: (Guess Platforms That Drop When Kirby On Top) | 
 +| 0x5 | 0x3B | 0x0 | Unknown Object: 5-5: (No Clue) | 
 +| 0x5 | 0x3C | 0x0 | Unknown Object: 5-5: (No Clue) | 
 +| 0x5 | 0x3D | 0x0 | Unknown Object: 5-5: (No Clue) | 
 +| 0x5 | 0x3E | 0x0 | Unknown Object: 5-5: (No Clue) | 
 +| 0x5 | 0x3F | 0x0 | Unknown Object: 5-5: (No Clue) | 
 +| 0x5 | 0x40 | 0x0 | Unknown Object: 5-5: (No Clue) | 
 +| 0x5 | 0x41 | 0x0 | Unknown Object: 5-5: (No Clue) | 
 +| 0x5 | 0x42 | 0x0 | Unknown Object: 5-5: (No Clue) | 
 +| 0x5 | 0x43 | 0x0 | Unknown Object: 5-5: (No Clue) | 
 +| 0x5 | 0x44 | 0x0 | Unknown Object: 5-5: (No Clue) | 
 +| 0x5 | 0x45 | 0x0 | Unknown Object: 2-2-1: (Guess Falling Pillar) | 
 +| 0x5 | 0x46 | 0x0 | Unknown Object: 2-2-1: (Guess Falling Pillar) | 
 +| 0x5 | 0x47 | 0x0 | Unknown Object: 2-2-1: (Guess Falling Pillar) | 
 +| 0x5 | 0x48 | 0x0 | Unknown Object: 2-2-1: (Guess Falling Pillar) | 
 +| 0x5 | 0x49 | 0x0 | Unknown Object: 2-1-4: (Guess Exit) | 
 +| 0x5 | 0x4A | 0x0 | Unknown Object: 2-3-8: (Guess Purple Falling Spine) | 
 +| 0x5 | 0x4B | 0x0 | Unknown Object: 2-3-8: (Guess Purple Falling Spine) | 
 +| 0x5 | 0x4B | 0x2 | Unknown Object: 3-4-2: (Guess Falling Underwater Rocks) | 
 +| 0x5 | 0x4B | 0x3 | Unknown Object: 3-4-6: (Guess Rocks Floating Left to Right) | 
 +| 0x5 | 0x4C | 0x0 | Unknown Object: 2-3-8: (Guess Purple Falling Spine) | 
 +| 0x5 | 0x4D | 0x0 | Unknown Object: 2-3-8: (Guess Purple Falling Spine) | 
 +| 0x5 | 0x4F | 0x0 | Unknown Object: 2-1-4: (Guess Entrance) | 
 +| 0x5 | 0x50 | 0x0 | Unknown Object: 2-1-5: (Guess Entrance) | 
 +| 0x5 | 0x51 | 0x0 | Unknown Object: 1-2-5: (Guess ​Bouncy ​Mini Boss Entrance Door) | 
 +| 0x5 | 0x52 | 0x0 | Unknown Object: 1-2-5: (Guess Bouncy Mini Boss Exit Door) | 
 +| 0x5 | 0x53 | 0x0 | Unknown Object: 2-1-3: (Guess Entrance Door) | 
 +| 0x5 | 0x54 | 0x0 | Unknown Object: 2-1-3: (Guess Exit Door) | 
 +| 0x5 | 0x55 | 0x0 | Unknown Object: 2-3-3: (Guess Fishbone Boss Entrance/​Exit Door) | 
 +| 0x5 | 0x56 | 0x0 | Unknown Object: 2-3-3: (Guess Fishbone Boss Entrance/​Exit Door) | 
 +| 0x5 | 0x58 | 0x0 | Unknown Object: 2-3-3: (Guess ​Spark-i Boss Entrance/​Exit Door) | 
 +| 0x5 | 0x59 | 0x0 | Unknown Object: 3-1-5: (Guess ​Tick Boss Entrance Door) | 
 +| 0x5 | 0x5A | 0x0 | Unknown Object: 3-1-5: (Guess Tick Boss Exit Door) | 
 +| 0x5 | 0x5B | 0x0 | Unknown Object: 3-1-5: (Guess Block Guarding Crystal Shard) | 
 +| 0x5 | 0x5C | 0x0 | Unknown Object: 3-2-3: (Guess ​Kany Boss Entrance) | 
 +| 0x5 | 0x5D | 0x0 | Unknown Object: 3-2-3: (Guess Kany Boss Exit) | 
 +| 0x5 | 0x5E | 0x0 | Unknown Object: 3-3-6: (Guess ​Kapar Boss Exit) | 
 +| 0x5 | 0x5F | 0x0 | Unknown Object: 3-3-6: (Guess Kapar Boss Exit) | 
 +| 0x5 | 0x60 | 0x0 | Unknown Object: 3-4-5: (Guess ​Blowfish ​Boss Entrance) | 
 +| 0x5 | 0x61 | 0x0 | Unknown Object: 3-4-5: (Guess Blowfish Boss Exit) | 
 +| 0x5 | 0x64 | 0x0 | Unknown Object: 5-2-2: (Guess Rising/​Lowering Platform) | 
 +| 0x5 | 0x65 | 0x0 | Unknown Object: 5-2-2: (Guess Rising/​Lowering Platform) | 
 +| 0x5 | 0x66 | 0x0 | Unknown Object: 5-2-2: (Guess Rising/​Lowering Platform) | 
 +| 0x5 | 0x67 | 0x0 | Unknown Object: 4-1-1: (Guess Trap Hole) | 
 +| 0x5 | 0x68 | 0x0 | Unknown Object: 4-1-1: (Guess Trap Hole) | 
 +| 0x5 | 0x69 | 0x0 | Unknown Object: 4-1-1: (Guess Trap Hole) | 
 +| 0x5 | 0x6A | 0x0 | Unknown Object: 4-1-1: (Guess Trap Hole) | 
 +| 0x5 | 0x6B | 0x0 | Unknown Object: 4-1-1: (Guess Trap Hole) | 
 +| 0x5 | 0x6C | 0x0 | Unknown Object: 4-1-4: (Guess ​Galbo Boss Entrance) | 
 +| 0x5 | 0x6D | 0x0 | Unknown Object: 4-1-4: (Guess Galbo Boss Exit) | 
 +| 0x5 | 0x6E | 0x0 | Unknown Object: 4-2-6: (Guess Drop Boss Entrance) | 
 +| 0x5 | 0x6F | 0x0 | Unknown Object: 4-2-6: (Guess Drop Boss Entrance) | 
 +| 0x5 | 0x70 | 0x0 | Unknown Object: 5-1-4: (Guess Chilly Boss Entrance) | 
 +| 0x5 | 0x71 | 0x0 | Unknown Object: 5-1-4: (Guess Chilly Boss Exit) | 
 +| 0x5 | 0x72 | 0x0 | Unknown Object: 5-2-6: (Guess Mopoo Boss Entrance) | 
 +| 0x5 | 0x73 | 0x0 | Unknown Object: 5-2-6: (Guess Mopoo Boss Exit) | 
 +| 0x5 | 0x74 | 0x0 | Unknown Object: 5-3-4: (Guess Pupa Boss Entrance) | 
 +| 0x5 | 0x75 | 0x0 | Unknown Object: 5-3-4: (Guess Pupa Boss Exit) | 
 +| 0x5 | 0x76 | 0x0 | Unknown Object: 6-3-2: (Guess Mob Battle 1 Entrance) | 
 +| 0x5 | 0x77 | 0x0 | Unknown Object: 6-3-2: (Guess Mob Battle 1 Exit) | 
 +| 0x5 | 0x78 | 0x0 | Unknown Object: 6-3-4: (Guess Mob Battle 2 Entrance) | 
 +| 0x5 | 0x79 | 0x0 | Unknown Object: 6-3-4: (Guess Mob Battle 2 Exit) | 
 +| 0x5 | 0x7A | 0x0 | Unknown Object: 6-3-6: (Guess Mob Battle 3 Entrance) | 
 +| 0x5 | 0x7B | 0x0 | Unknown Object: 6-3-6: (Guess Mob Battle 3 Exit) | 
 +| 0x5 | 0x7C | 0x0 | Unknown Object: 6-3-8: (Guess Mob Battle 4 Entrance) | 
 +| 0x5 | 0x7D | 0x0 | Unknown Object: 6-3-8: (Guess Mob Battle 4 Exit) | 
 +| 0x5 | 0x7E | 0x0 | Unknown Object: 6-3-A: (Guess Mob Battle 5 Entrance) | 
 +| 0x5 | 0x7F | 0x0 | Unknown Object: 6-3-A: (Guess Mob Battle 5 Exit) | 
 +| 0x5 | 0x81 | 0x0 | Unknown Object: 4-2-7: (Guess Crushing Blue Pillars) | 
 +| 0x5 | 0x82 | 0x0 | Unknown Object: 4-2-7: (Guess Crushing Blue Pillars) | 
 +| 0x5 | 0x83 | 0x0 | Unknown Object: 4-2-7: (Guess Crushing Blue Pillars) | 
 +| 0x5 | 0x84 | 0x0 | Unknown Object: 4-2-7: (Guess Crushing Blue Pillars) | 
 +| 0x5 | 0x85 | 0x0 | Unknown Object: 4-2-7: (Guess Crushing Blue Pillars) | 
 +| 0x5 | 0x86 | 0x0 | Unknown Object: 2-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0x87 | 0x0 | Unknown Object: 2-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0x88 | 0x0 | Unknown Object: 2-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0x89 | 0x0 | Unknown Object: 3-1-3: (Guess Falling Floor) | 
 +| 0x5 | 0x8A | 0x0 | Unknown Object: 3-1-3: (Guess Falling Floor) | 
 +| 0x5 | 0x8B | 0x0 | Unknown Object: 3-1-3: (Guess Falling Floor) | 
 +| 0x5 | 0x8C | 0x0 | Unknown Object: 3-1-3: (Guess Falling Floor) | 
 +| 0x5 | 0x8D | 0x0 | Unknown Object: 3-1-3: (Guess Falling Floor) | 
 +| 0x5 | 0x8E | 0x0 | Unknown Object: 3-1-3: (Guess Falling Floor) | 
 +| 0x5 | 0x8F | 0x0 | Unknown Object: 4-1-5: (Guess Swinging Large Log) | 
 +| 0x5 | 0x90 | 0x0 | Unknown Object: 4-1-5: (Guess Swinging Short Log) | 
 +| 0x5 | 0x91 | 0x0 | Unknown Object: 4-1-5: (Guess Swinging Short Log) | 
 +| 0x5 | 0x92 | 0x0 | Unknown Object: 4-1-5: (Guess Swinging Short Log) | 
 +| 0x5 | 0x93 | 0x0 | Unknown Object: 4-1-5: (Guess Falling Large Vine Platform) | 
 +| 0x5 | 0x94 | 0x0 | Unknown Object: 4-1-5: (Guess Falling Large Vine Platform) | 
 +| 0x5 | 0x95 | 0x0 | Unknown Object: 4-1-3: (Guess Grabable Vine) | 
 +| 0x5 | 0x96 | 0x0 | Unknown Object: 4-1-3: (Guess Grabable Vine) | 
 +| 0x5 | 0x97 | 0x0 | Unknown Object: 4-1-3: (Guess Grabable Vine) | 
 +| 0x5 | 0x98 | 0x0 | Unknown Object: 4-1-3: (Guess Grabable Vine) | 
 +| 0x5 | 0x99 | 0x0 | Unknown Object: 5-2-4: (Guess Expanding/​Compressing Platform) | 
 +| 0x5 | 0x9A | 0x0 | Unknown Object: 5-2-4: (Guess Expanding/​Compressing Platform) | 
 +| 0x5 | 0x9B | 0x0 | Unknown Object: 5-2-4: (Guess Expanding/​Compressing Platform) | 
 +| 0x5 | 0x9C | 0x0 | Unknown Object: 5-2-4: (Guess Expanding/​Compressing Platform) | 
 +| 0x5 | 0x9D | 0x0 | Unknown Object: 2-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0x9E | 0x0 | Unknown Object: 2-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0x9F | 0x0 | Unknown Object: 3-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0xA0 | 0x0 | Unknown Object: 3-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0xA1 | 0x0 | Unknown Object: 3-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0xA2 | 0x0 | Unknown Object: 3-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0xA3 | 0x0 | Unknown Object: 3-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0xA4 | 0x0 | Unknown Object: 3-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0xA5 | 0x0 | Unknown Object: 3-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0xA6 | 0x0 | Unknown Object: 3-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0xA7 | 0x0 | Unknown Object: 3-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0xA8 | 0x0 | Unknown Object: 3-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0xA9 | 0x0 | Unknown Object: 3-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0xAA | 0x0 | Unknown Object: 3-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0xAB | 0x0 | Unknown Object: 3-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0xAC | 0x0 | Unknown Object: 3-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0xAD | 0x0 | Unknown Object: 3-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0xAE | 0x0 | Unknown Object: 3-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0xAF | 0x0 | Unknown Object: 3-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0xB0 | 0x0 | Unknown Object: 3-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0xB1 | 0x0 | Unknown Object: 3-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0xB2 | 0x0 | Unknown Object: 3-2-2: (Guess Falling Floor) | 
 +| 0x5 | 0xB3 | 0x0 | Unknown Object: 4-4-2: (Guess Moving Rock Floor) | 
 +| 0x5 | 0xB4 | 0x0 | Unknown Object: 4-4-2: (Guess Moving Rock Floor) | 
 +| 0x5 | 0xB5 | 0x0 | Unknown Object: 4-4-2: (Guess Moving Rock Floor) | 
 +| 0x5 | 0xB6 | 0x0 | Unknown Object: 4-4-2: (Guess Moving Rock Floor) | 
 +| 0x5 | 0xB7 | 0x0 | Unknown Object: 4-1-5: (Guess Falling Small Vine Platform) | 
 +| 0x5 | 0xBA | 0x0 | Unknown Object: 4-1-3: (Guess Grabable Vine) | 
 +| 0x5 | 0xBB | 0x0 | Unknown Object: 4-1-3: (Guess Grabable Vine) | 
 +| 0x5 | 0xBC | 0x0 | Unknown Object: 5-2-4: (Guess Expanding/​Compressing Platform) | 
 +| 0x5 | 0xBD | 0x0 | Unknown Object: 1-3-9: (Guess King Dedede Battle Entrance Door) | 
 +| 0x5 | 0xBE | 0x0 | Unknown Object: 1-3-9: (Guess King Dedede Battle Exit Door) | 
 +| 0x5 | 0xBF | 0x0 | Unknown Object: 2-3-5: (Guess Pine Button) | 
 +| 0x5 | 0xC0 | 0x0 | Unknown Object: 2-3-5: (Guess Star Button) | 
 +| 0x5 | 0xC1 | 0x0 | Unknown Object: 2-3-5: (Guess Water Button) | 
 +| 0x5 | 0xC2 | 0x0 | Unknown Object: 2-3-5: (Guess Moon Button) | 
 +| 0x5 | 0xC3 | 0x0 | Unknown Object: 2-3-5: (Guess Sun Button) | 
 +| 0x5 | 0xC4 | 0x0 | Unknown Object: 2-3-5: (Guess Fish Button) | 
 +| 0x5 | 0xC5 | 0x0 | Unknown Object: 2-3-5: (Guess Cloud Button) | 
 +| 0x5 | 0xC6 | 0x0 | Unknown Object: 5-4-3: (Guess Glass Wall/​Breakable Wall/Hammer Machines) | 
 +| 0x5 | 0xC7 | 0x0 | Unknown Object: 5-4-3: (Guess Glass Wall/​Breakable Wall/Hammer Machines) | 
 +| 0x5 | 0xC8 | 0x0 | Unknown Object: 5-4-3: (Guess Glass Wall/​Breakable Wall/Hammer Machines) | 
 +| 0x5 | 0xC9 | 0x0 | Unknown Object: 5-4-3: (Guess Glass Wall/​Breakable Wall/Hammer Machines) | 
 +| 0x5 | 0xCA | 0x0 | Unknown Object: 5-4-3: (Guess Glass Wall/​Breakable Wall/Hammer Machines) | 
 +| 0x5 | 0xCB | 0x0 | Unknown Object: 5-3-2: (Guess Elevator Door/​Elevator) | 
 +| 0x5 | 0xCC | 0x0 | Unknown Object: 5-4-3: (Guess Glass Wall/​Breakable Wall/Hammer Machines) | 
 +| 0x5 | 0xCD | 0x0 | Unknown Object: 5-3-6: (Guess Red Button) | 
 +| 0x5 | 0xCE | 0x0 | Unknown Object: 5-3-6: (Guess Brown Button) | 
 +| 0x5 | 0xCF | 0x0 | Unknown Object: 5-3-6: (Guess Pink Button) | 
 +| 0x5 | 0xD0 | 0x0 | Unknown Object: 5-3-6: (Guess Green Button) | 
 +| 0x5 | 0xD1 | 0x0 | Unknown Object: 5-3-6: (Guess Purple Button) | 
 +| 0x5 | 0xD2 | 0x0 | Unknown Object: 5-3-6: (Guess Yellow Button) | 
 +| 0x5 | 0xD3 | 0x0 | Unknown Object: 5-3-6: (Guess Orange Button) | 
 +| 0x5 | 0xD4 | 0x0 | Unknown Object: 5-4-3: (Guess Open Glass Wall) | 
 +| 0x5 | 0xD5 | 0x0 | Unknown Object: 5-4-7: (Guess Crushing Wall) | 
 +| 0x5 | 0xD6 | 0x0 | Unknown Object: 5-4-8: (Guess Robots With Yellow Walls) | 
 +| 0x5 | 0xD7 | 0x0 | Unknown Object: 5-4-8: (Guess Robot With Yellow Walls) | 
 +| 0x5 | 0xD8 | 0x0 | Unknown Object: 5-4-8: (Guess Robots With Yellow Walls) | 
 +| 0x5 | 0xD9 | 0x0 | Unknown Object: 5-4-8: (Guess Robot With Yellow Walls) | 
 +| 0x5 | 0xDA | 0x0 | Unknown Object: 5-4-5: (Guess Burnis Boss Entrance) | 
 +| 0x5 | 0xDB | 0x0 | Unknown Object: 5-4-5: (Guess Burnis Boss Exit) | 
 +| 0x5 | 0xDC | 0x0 | Unknown Object: 5-4-7: (Guess Crushing Wall) | 
 +| 0x5 | 0xDD | 0x0 | Unknown Object: 5-4-7: (Guess Crushing Wall) | 
 +| 0x5 | 0xDE | 0x0 | Unknown Object: 5-4-7: (Guess Crushing Wall) | 
 +| 0x5 | 0xDF | 0x0 | Unknown Object: 5-4-7: (Guess Crushing Wall) | 
 +| 0x5 | 0xE0 | 0x0 | Unknown Object: 4-3-5: (Guess Falling Rock Platform) | 
 +| 0x5 | 0xE1 | 0x0 | Unknown Object: 4-3-5: (Guess Falling Rock Platform) | 
 +| 0x5 | 0xE2 | 0x0 | Unknown Object: 4-3-5: (Guess Falling Rock Platform) | 
 +| 0x5 | 0xE3 | 0x0 | Unknown Object: 4-3-5: (Guess Falling Rock Platform) | 
 +| 0x5 | 0xE4 | 0x0 | Unknown Object: 4-3-5: (Guess Falling Rock Platform) | 
 +| 0x5 | 0xE5 | 0x0 | Unknown Object: 4-3-5: (Guess Falling Rock Platform) | 
 +| 0x5 | 0xE6 | 0x0 | Unknown Object: 4-3-5: (Guess Falling Rock Platform) | 
 +| 0x5 | 0xE7 | 0x0 | Unknown Object: 4-3-5: (Guess Falling Rock Platform) | 
 +| 0x5 | 0xE8 | 0x0 | Unknown Object: 4-3-5: (Guess Falling Rock Platform) | 
 +| 0x5 | 0xE9 | 0x0 | Unknown Object: 4-3-5: (Guess Falling Rock Platform) | 
 +| 0x5 | 0xEA | 0x0 | Unknown Object: 4-3-5: (Guess Falling Rock Platform) | 
 +| 0x5 | 0xEB | 0x0 | Unknown Object: 4-3-5: (Guess Falling Rock Platform) | 
 +| 0x5 | 0xEC | 0x0 | Unknown Object: 5-3-3: (Guess Elevator) | 
 +| 0x5 | 0xEE | 0x0 | Unknown Object: 5-3-3: (Guess Elevator) | 
 +| 0x5 | 0xF0 | 0x0 | Unknown Object: 5-3-3: (Guess Elevator) | 
 +| 0x5 | 0xF1 | 0x0 | Unknown Object: 4-3-5: (Guess Chasing Lava) | 
 +| 0x5 | 0xF2 | 0x0 | Unknown Object: 5-2-4: (Guess Expanding/​Compressing Platform) | 
 +| 0x5 | 0xF3 | 0x0 | Unknown Object: 5-2-4: (Guess Expanding/​Compressing Platform) | 
 +| 0x5 | 0xF4 | 0x0 | Unknown Object: 5-2-4: (Guess Expanding/​Compressing Platform) | 
 +| 0x5 | 0xF5 | 0x0 | Unknown Object: 5-4-8: (Guess Robots With Yellow Walls) | 
 +| 0x5 | 0xF6 | 0x0 | Unknown Object: 5-4-8: (Guess Robots With Yellow Walls) | 
 +| 0x5 | 0xF7 | 0x0 | Unknown Object: 4-3-6: (Guess Rising Lava) | 
 +| 0x5 | 0xF8 | 0x0 | Unknown Object: 5-3-7: (Guess Falling Bookshelf) | 
 +| 0x5 | 0xF9 | 0x0 | Unknown Object: 5-3-7: (Guess Falling Bookshelf) | 
 +| 0x5 | 0xFA | 0x0 | Unknown Object: 5-3-7: (Guess Falling Bookshelf) | 
 +| 0x5 | 0xFB | 0x0 | Unknown Object: 5-3-7: (Guess Falling Bookshelf) | 
 +| 0x5 | 0xFC | 0x0 | Unknown Object: 5-3-8: (Guess Elevator) | 
 +| 0x5 | 0xFD | 0x0 | Star Elevator: Brings Kirby Up | 
 +| 0x5 | 0xFE | 0x0 | Unknown Object: 5-5: (No Clue) | 
 +| 0x5 | 0xFF | 0x0 | Unknown Object: 5-5: (No Clue) | 
 + 
 +---- 
 + 
 +===== Friends List ===== 
 +^ Bank ID ^ Entity ID ^ Action ^ Description ^ 
 +| 0x7 | 0x0 | 0x0 | Dedede With Ramp: Waits For Kirby, Then Launches Kirby | 
 +| 0x7 | 0x1 | 0x0 | Adeleine With Painting: Paints Kirby Max Tomato Or 1-Up (Depends On Health) | 
 +| 0x7 | 0x1 | 0x1 | Adeleine With Painting: Paints Kirby Invincible Candy | 
 +| 0x7 | 0x2 | 0x0 | Waddle Dee Pop In: Waddle Dee Opens Top Entrance In Sand Auto-Scroller Room | 
 +| 0x7 | 0x3 | 0x0 | Adeleine Lightbulb Hint: Stares At Invisible Canvases | 
 +| 0x7 | 0x3 | 0x1 | Adeleine Lightbulb Hint: Unknown (Off ScreenAppears Twice) | 
 +| 0x7 | 0x4 | 0x0 | Adeleine Copy My Painting: Stares At Painting Of Something | 
 +| 0x7 | 0x4 | 0x1 | Adeleine Copy My Painting: Unsure (Must Copy Painting Block Area) | 
 +| 0x7 | 0x5 | 0x0 | Adeleine Draws Color Hints: Draws 3 Pictures For Color Hints | 
 +| 0x7 | 0x5 | 0x1 | Adeleine Draws Color Hints: Unknown (Off Screen?) | 
 +| 0x7 | 0x6 | 0x0 | Waddle Dee Waving: Waddle Dee Waving | 
 +| 0x7 | 0x7 | 0x0 | King Dedede Clears Rock: King Dedede Smashes The Rock And Moves Out Of The Way | 
 +| 0x7 | 0x9 | 0x0 | Waddle Dee Underground Path: Waddle Dee Pops Out Of Ground And Waves, Making Entrance | 
 +| 0x7 | 0xA | 0x0 | King Dedede Launch Button: King Dedede Uses Hammer To Send Kirby To O2 | 
 + 
 +---- 
 + 
 +===== Mini Bosses List ===== 
 +^ Bank ID ^ Entity ID ^ Action ^ Description ^ 
 +| 0x8 | 0x0 | 0x0 | Mini Boss N-Z: Stands Still, Spawns Regular N-Z | 
 +| 0x8 | 0x1 | 0x0 | Mini Boss Bouncy: Bounces In Place, Spawns Bouncy That Bounce Back/Forth | 
 +| 0x8 | 0x2 | 0x0 | Mini Boss Kakti: Spins In Place, Spawns 1 Rolling Kakti, Spawns 1 Bouncing In Place Kakti | 
 +| 0x8 | 0x3 | 0x0 | Mini Boss Fishbones: Giant Fishbone In Bottom Middle, Two Fishbone On Both Sides | 
 +| 0x8 | 0x4 | 0x0 | Mini Boss Spark-i: Giant Spark-i Right Side, Spawns 1 Spark-i That Moves And Attacks | 
 +| 0x8 | 0x5 | 0x0 | Mini Boss Tick: Giant Tick Middle, 2 Tick Below Platform | 
 +| 0x8 | 0x6 | 0x0 | Mini Boss Kany: Giant Kany Moving Back/Forth Top, 2 Regular Kany Moving Back/Forth Below | 
 +| 0x8 | 0x7 | 0x0 | Mini Boss Kapar: Giant Kapar Left, 2 Bumber Right | 
 +| 0x8 | 0x8 | 0x0 | Mini Boss Blowfish: Swims Counter Clockwise, No Selft Destruct. Spawns 4 Glunk Facing Up/​Down/​Left/​Right | 
 +| 0x8 | 0x9 | 0x0 | Mini Boss Galbo: Giant Galbo Spawns Right, 2 Yariko Shoot From Above | 
 +| 0x8 | 0xA | 0x0 | Mini Boss Drop: Large Number Of Drops Fall From The Sky | 
 +| 0x8 | 0xB | 0x0 | Mini Boss Chilly: Giant Chilly Right, 2 Frigis Dropping Cold Rocks | 
 +| 0x8 | 0xC | 0x0 | Mini Boss Mopoo: Giant Mopoo Flies In Straight Lines, 2 Propellers Spawn And Fly Around | 
 +| 0x8 | 0xD | 0x0 | Mini Boss Pupa: Giant Pupa Falls Down, 2 Bo Float Around | 
 +| 0x8 | 0xE | 0x0 | Mini Boss Burnis: Giant Burnis Flies Back/Forth, 2 Magoo Each Side In Lava | 
 +| 0x8 | 0xF | 0x0 | Mini Boss Sawyer: Giant Sawyer Pops Out Of Ground, 1 Bronto Burt Flies Around | 
 +| 0x8 | 0x10 | 0x0 | Mob Battle 1: Fight A Lot Of Things | 
 +| 0x8 | 0x11 | 0x0 | Mob Battle 2: Fight A Lot Of Things | 
 +| 0x8 | 0x12 | 0x0 | Mob Battle 3: Fight A Lot Of Things | 
 +| 0x8 | 0x13 | 0x0 | Mob Battle 4: Fight A Lot Of Things | 
 +| 0x8 | 0x14 | 0x0 | Mob Battle 5: Fight A Lot Of Things | 
 + 
 +----
kirby64_the_crystal_shards/entity_ids.txt · Last modified: 2022/04/12 15:27 by GiantJigglypuff3