Hack64 Wiki
Other Titles
Hack64 Wiki
Other Titles
This is an old revision of the document!
This page is currently under construction.
Banjo-Kazooie uses a voxel based system for handling objects and object collisions. This page outline the known object ids used to distinguish each object.
In Banjo's Backpack, these are simply listed as “Objects”. These objects are 20 bytes of attributes. These objects include: * Actors: Objects that are given scripts to follow, typically involving multiple states. These will have a 2-byte Object Id and a 2-byte Script Id. * Timed: Objects that perform follow a script, but are limited on how long their use is. These will have a 2-byte Object Id and a 2-byte Script Id. * Radius: Objects that trigger when Banjo-Kazooie enter their radius. These will have a 1-byte Object Id and a 2-byte Associated Id (used for flag ids, warp ids, etc) * Uncertain: Unsure if these items fit into a category above or require a new category.
Object Id | Script Id | Description |
---|---|---|
0x0004 | 0x190C | Bigbutt (Blue Bull) |
0x0005 | 0x190C | Ticker (Termite) |
0x0006 | 0x190C | Grublin |
0x0007 | 0x190C | Mumbo (For Transformations) |
0x0008 | 0x190C | Conga (MM Gorilla) |
0x0009 | 0x190C | MM Breakable Hut |
0x000A | 0x190C | Chump (Piranha) |
0x000B | 0x190C | Shock Jump Pad (Active When Move Learned) |
0x000C | 0x190C | BGS Breakable Hut |
0x000F | 0x190C | Chimpy (MM Monkey) |
0x0011 | 0x190C | Ju-ju (MM Totem) |
0x0012 | 0x190C | Beehive |
Object Id | Script Id | Description |
---|---|---|
0x002C | 0x008C | Running Shoes (Used for Bottle's Tutorial) |
0x002C | 0x190C | Running Shoes |
0x0065 | 0x008C | Wading Boots (Used for Bottle's Tutorial) |
0x0065 | 0x190C | Wading Boots |
Object Id | Description |
---|---|
0x06 | Warp |
0x08 | Camera Path/Release |
0x0E | Enemy Boundary |
0x12 | Camera Trigger |
0x14 | Flag |
0x4C | Magic Barrier Warning |
0x4D | Magic Barrier Trigger |
0x86 | Warp |
0x88 | Camera Path/Release |
0x8E | Enemy Boundary |
0x92 | Camera Trigger |
0x94 | Flag |
Object Id | Script Id | Description |
---|---|---|
0x0000 | 0x1910 | Path |
0x0017 | 0x1910 | Path |
In Banjo's Backpack, these are simply listed as “Structs”. These objects are 12 bytes of attributes. These objects include: * Sprites: 2D Objects that will face the camera at all times (aka Billboarding). * Static: Objects that do not change unless given accompanied by a script object.
Object Id | Description |
---|---|
0x00E0 | Red Feather |
0x00E7 | Red Feather |
Object Id | Description |
---|---|
0x0022 | Conga's Tree |