mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 04:52:03 -04:00
Rename equip weapon and equip hat commands
This commit is contained in:
@@ -202,8 +202,8 @@
|
||||
/*0x00c5*/ bool aiIfCountdownTimerGreaterThan(void);
|
||||
/*0x00c6*/ bool aiSpawnChrAtPad(void);
|
||||
/*0x00c7*/ bool aiSpawnChrAtChr(void);
|
||||
/*0x00c8*/ bool ai00c8(void);
|
||||
/*0x00c9*/ bool ai00c9(void);
|
||||
/*0x00c8*/ bool aiTryEquipWeapon(void);
|
||||
/*0x00c9*/ bool aiTryEquipHat(void);
|
||||
/*0x00ca*/ bool aiDuplicateChr(void);
|
||||
/*0x00cb*/ bool aiMessage(void);
|
||||
/*0x00cc*/ bool aiShowText2(void);
|
||||
|
||||
@@ -253,7 +253,7 @@ u32 func0f089a94(void);
|
||||
u32 func0f089c70(void);
|
||||
u32 func0f089d64(void);
|
||||
u32 func0f089db8(void);
|
||||
u32 func0f089dd8(struct chrdata *chr, u32 thing, u32 flags);
|
||||
u32 chrTryEquipHat(struct chrdata *chr, u32 thing, u32 flags);
|
||||
u32 func0f089f8c(void);
|
||||
u32 func0f08a38c(void);
|
||||
u32 func0f08a724(void);
|
||||
|
||||
Reference in New Issue
Block a user