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