Compare commits
No commits in common. "dd2624f0d935d288e80752863f9f0b137ce28bc7" and "474036e160aa2d1d124ce49d488135bcea3faa93" have entirely different histories.
dd2624f0d9
...
474036e160
|
|
@ -109,6 +109,4 @@ 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__
|
||||
|
|
@ -1,7 +1,3 @@
|
|||
|
||||
__render_string = 0x80179034;
|
||||
__modify_character_slot = 0x8016b198;
|
||||
|
||||
__SOME_PERSPECTIVE_MATRIX = 0x800aedf0; // size:64
|
||||
__SOME_PERSPECITVE_MATRIX_NORM_SCALE = 0x800aee70; // size:2
|
||||
__SOME_LOOK_AT_MATRIX = 0x800aee30; // size:64
|
||||
|
|
@ -372,7 +368,7 @@ character_get_item = 0x8016EAEC; // rom:0x449EC
|
|||
__character_handle_levelup = 0x8016EBA4; // rom:0x44AA4
|
||||
|
||||
// Set by calls to bzero
|
||||
__CHARACTER_SLOT_ARRAY = 0x80193BC0; // size:0x15E0
|
||||
//D_80193BC0 = 0x80193BC0; // size:0x15E0
|
||||
D_801971F0 = 0x801971F0; // size:0x4E2
|
||||
D_801969B8 = 0x801969B8; // size:0x6E
|
||||
D_80190F80 = 0x80190F80; // size:0x16C
|
||||
|
|
|
|||
|
|
@ -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", __modify_character_slot);
|
||||
INCLUDE_ASM(const s32, "segment_obdata/_ob_blushing_ship", func_8016B198);
|
||||
|
||||
INCLUDE_ASM(const s32, "segment_obdata/_ob_blushing_ship", func_8016B6FC);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue