mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-05 02:25:48 -04:00
Convert chrdata.BITFIELD to actual bitfield
* Match chraiExecute * Match ai01b3 * Match aiToggleP1P2 * Match ai01b5
This commit is contained in:
@@ -14567,7 +14567,7 @@ bool (*g_CommandPointers[])(void) = {
|
||||
/*0x01b0*/ NULL,
|
||||
/*0x01b1*/ ai01b1,
|
||||
/*0x01b2*/ ai01b2,
|
||||
/*0x01b3*/ ai01b3,
|
||||
/*0x01b3*/ aiToggleP1P2,
|
||||
/*0x01b4*/ ai01b4,
|
||||
/*0x01b5*/ ai01b5,
|
||||
/*0x01b6*/ aiConfigureSnow,
|
||||
|
||||
Reference in New Issue
Block a user