Compare commits

...

3 Commits

Author SHA1 Message Date
gijs dd2624f0d9 Identify `__render_string` 2024-06-11 11:29:54 +02:00
gijs 44afbe5901 Identify `__modify_character_slot` 2024-06-11 11:29:47 +02:00
gijs 1b784398ed Add `obClassGetAbility` definition 2024-06-11 11:29:21 +02:00
3 changed files with 8 additions and 2 deletions

View File

@ -109,4 +109,6 @@ char *obClassGetAbilityMiddleName(u8 portrait, ClassId class);
char *obClassGetAbilityBackName(u8 portrait, ClassId class); char *obClassGetAbilityBackName(u8 portrait, ClassId class);
char *obClassGetName(u8 portrait, ClassId class); char *obClassGetName(u8 portrait, ClassId class);
u8 obClassGetAbility(u8 portrait, ClassId class, u8 row);
#endif // __CLASS_H__ #endif // __CLASS_H__

View File

@ -1,3 +1,7 @@
__render_string = 0x80179034;
__modify_character_slot = 0x8016b198;
__SOME_PERSPECTIVE_MATRIX = 0x800aedf0; // size:64 __SOME_PERSPECTIVE_MATRIX = 0x800aedf0; // size:64
__SOME_PERSPECITVE_MATRIX_NORM_SCALE = 0x800aee70; // size:2 __SOME_PERSPECITVE_MATRIX_NORM_SCALE = 0x800aee70; // size:2
__SOME_LOOK_AT_MATRIX = 0x800aee30; // size:64 __SOME_LOOK_AT_MATRIX = 0x800aee30; // size:64
@ -368,7 +372,7 @@ character_get_item = 0x8016EAEC; // rom:0x449EC
__character_handle_levelup = 0x8016EBA4; // rom:0x44AA4 __character_handle_levelup = 0x8016EBA4; // rom:0x44AA4
// Set by calls to bzero // Set by calls to bzero
//D_80193BC0 = 0x80193BC0; // size:0x15E0 __CHARACTER_SLOT_ARRAY = 0x80193BC0; // size:0x15E0
D_801971F0 = 0x801971F0; // size:0x4E2 D_801971F0 = 0x801971F0; // size:0x4E2
D_801969B8 = 0x801969B8; // size:0x6E D_801969B8 = 0x801969B8; // size:0x6E
D_80190F80 = 0x80190F80; // size:0x16C D_80190F80 = 0x80190F80; // size:0x16C

View File

@ -15,7 +15,7 @@ INCLUDE_ASM(const s32, "segment_obdata/_ob_blushing_ship", func_8016B088);
INCLUDE_ASM(const s32, "segment_obdata/_ob_blushing_ship", func_8016B0F4); INCLUDE_ASM(const s32, "segment_obdata/_ob_blushing_ship", func_8016B0F4);
INCLUDE_ASM(const s32, "segment_obdata/_ob_blushing_ship", func_8016B198); INCLUDE_ASM(const s32, "segment_obdata/_ob_blushing_ship", __modify_character_slot);
INCLUDE_ASM(const s32, "segment_obdata/_ob_blushing_ship", func_8016B6FC); INCLUDE_ASM(const s32, "segment_obdata/_ob_blushing_ship", func_8016B6FC);