mirror of
https://gitlab.com/banjo.decomp/banjo-kazooie
synced 2026-05-31 00:45:54 -04:00
6 lines
155 B
C
6 lines
155 B
C
enum static_camera_id_s {
|
|
MM_ORANGE_PAD_JIGGY_SPAWN_TOP = 0xE,
|
|
MM_ORANGE_PAD_JIGGY_SPAWN_LEFT = 0xF,
|
|
MM_ORANGE_PAD_JIGGY_SPAWN_RIGHT = 0x10
|
|
};
|