From 1b784398ed426943b3867cc5640d5d828d3897c9 Mon Sep 17 00:00:00 2001 From: gijs Date: Tue, 11 Jun 2024 11:29:21 +0200 Subject: [PATCH] Add `obClassGetAbility` definition --- include/class.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/class.h b/include/class.h index 858e43e..5dd57a8 100644 --- a/include/class.h +++ b/include/class.h @@ -109,4 +109,6 @@ char *obClassGetAbilityMiddleName(u8 portrait, ClassId class); char *obClassGetAbilityBackName(u8 portrait, ClassId class); char *obClassGetName(u8 portrait, ClassId class); +u8 obClassGetAbility(u8 portrait, ClassId class, u8 row); + #endif // __CLASS_H__ \ No newline at end of file