Fixed _savegpr etc. (#54)

* renamed func_XXX to _savegpr_XX

* renamed func_XXX to _restgpr_XX

* renamed func_XXX to _savefpr_XX

* renamed func_XXX to _restfpr_XX

* cleanup functions.h and moved intrisics to mwcc.h

* formatting

* cleanup functions.h

* fix bad-formatting from master

Co-authored-by: Julgodis <>
This commit is contained in:
Jonathan Wase
2021-01-03 05:15:12 +01:00
committed by GitHub
parent 609891bc25
commit d2e9db3748
202 changed files with 607 additions and 630 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ lbl_800359D0:
/* 800359E4 00032924 48 33 0E 99 */ bl func_8036687C
/* 800359E8 00032928 38 60 00 00 */ li r3, 0
/* 800359EC 0003292C 39 61 00 30 */ addi r11, r1, 0x30
/* 800359F0 00032930 48 32 C8 1D */ bl func_8036220C
/* 800359F0 00032930 48 32 C8 1D */ bl _restgpr_22
/* 800359F4 00032934 80 01 00 34 */ lwz r0, 0x34(r1)
/* 800359F8 00032938 7C 08 03 A6 */ mtlr r0
/* 800359FC 0003293C 38 21 00 30 */ addi r1, r1, 0x30
+1 -1
View File
@@ -865,7 +865,7 @@ private:
dSv_reserve_c reserve;
dSv_MiniGame_c minigame_flags;
};
#pragma pack(push,1)
#pragma pack(push, 1)
class dSv_info_c {
public:
void init(void);