User Tools

Site Tools


banjo_kazooie:object_ids

This is an old revision of the document!


This page is currently under construction.

Object Ids

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.

Complex Objects

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.

Actor Objects

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

Timed Objects

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

Radius Objects

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

Uncertain Objects

Object Id Script Id Description
0x0000 0x1910 Path
0x0017 0x1910 Path

Simple Objects

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.

Sprite Objects

Object Id Description
0x00E0 Red Feather
0x00E7 Red Feather

Static Objects

Object Id Description
0x0022 Conga's Tree
banjo_kazooie/object_ids.1680219083.txt.gz · Last modified: 2023/03/30 23:31 by GiantJigglypuff3