mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-04 20:15:28 -04:00
Rename scoreposition to placement
This commit is contained in:
@@ -12,7 +12,7 @@ u32 func0f1783a0(void);
|
||||
char *mpMenuTextWeaponOfChoiceName(struct menu_item *item);
|
||||
char *mpMenuTextAward1(struct menu_item *item);
|
||||
char *mpMenuTextAward2(struct menu_item *item);
|
||||
char *mpMenuTextScorePositionWithSuffix(struct menu_item *item);
|
||||
char *mpMenuTextPlacementWithSuffix(struct menu_item *item);
|
||||
s32 menuhandler001785c4(u32, u32, u32 *);
|
||||
s32 menuhandler001786d8(u32, u32, u32 *);
|
||||
s32 menuhandler00178a94(u32, u32, u32 *);
|
||||
|
||||
+1
-1
@@ -4351,7 +4351,7 @@ struct mpchr {
|
||||
/*0x14*/ u32 displayoptions;
|
||||
/*0x18*/ u32 unk18;
|
||||
/*0x1c*/ u16 unk1c;
|
||||
/*0x1c*/ s8 scoreposition;
|
||||
/*0x1c*/ s8 placement;
|
||||
/*0x20*/ u32 unk20;
|
||||
/*0x24*/ s16 unk24[12];
|
||||
/*0x3c*/ s16 unk3c;
|
||||
|
||||
Reference in New Issue
Block a user