Unhardcode some things (#589)

* fix malloc sizes of HuMemDirectMalloc calls

* unhardcode some things
This commit is contained in:
Rainchus 2025-05-13 20:19:59 -05:00 committed by GitHub
parent 086800b79a
commit ce57301435
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 48 additions and 47 deletions

View file

@ -44,6 +44,8 @@ s32 CharModelEffectNpcInit(s16 arg0, s16 arg1, s16 arg2, s16 arg3);
s32 CharModelEffectNpcInitSilent(s16 arg0, s16 arg1, s16 arg2);
void CharModelStepTypeSet(s16 character, s32 arg1);
#define GW_CHARACTER_MAX 8
#define CHARNO_MAX 8
#define CHAR_NPC_MAX 7
#define CHAR_EFFECT_AND_PARTICLE_MAX 8
#endif