mirror of
https://github.com/zeldaret/ss
synced 2026-09-03 01:54:18 -04:00
Constify
This commit is contained in:
@@ -12,8 +12,8 @@ public:
|
||||
s16 getAreaIndexForFiAreaName() const;
|
||||
s32 getSuitabilityPercentageArg() const;
|
||||
s16 getEquipmentRecommendation() const;
|
||||
s16 getShieldMessage();
|
||||
s16 getThreatenedShield();
|
||||
s16 getShieldMessage() const;
|
||||
s16 getThreatenedShield() const;
|
||||
|
||||
bool isValid() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user