core2/code_ABC00.c progress

This commit is contained in:
Banjo Kazooie
2022-07-29 23:07:29 -05:00
parent 149f11d382
commit 26c1253536
8 changed files with 235 additions and 31 deletions

View File

@@ -164,9 +164,8 @@ enum bkprog_e{
// {index=0x99, type="Prog", level=6, name="1st Time Past 50 ND Text"},
// {index=0x9B, type="Prog", level=6, name="CC WS Eyes Active"},
// {index=0x9C, type="Prog", level=6, name="CC WS Left Eye Pressed"},
// {index=0x9D, type="Prog", level=6, name="CC WS Right Eye Pressed"},
// {index=0x9E, type="Prog", level=6, name="Crypt Coffin Lid Open"},
BKPROG_9C_LAIR_CC_WITCH_SWITCH_LEFT_EYE_PRESSED = 0x9C,
BKPROG_9D_LAIR_CC_WITCH_SWITCH_RIGHT_EYE_PRESSED = 0x9D,
BKPROG_9E_CRYPT_COFFIN_LID_OPEN = 0x9E,
BKPROG_A1_STATUE_HAT_OPEN = 0xA1,