mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
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:
co-authored by
Julgodis <>
parent
609891bc25
commit
d2e9db3748
+1
-1
@@ -96,7 +96,7 @@ lbl_80018500:
|
||||
/* 80018524 00015464 98 0D 87 28 */ stb r0, lbl_80450CA8-_SDA_BASE_(r13)
|
||||
/* 80018528 00015468 38 60 00 01 */ li r3, 1
|
||||
/* 8001852C 0001546C 39 61 00 30 */ addi r11, r1, 0x30
|
||||
/* 80018530 00015470 48 34 9C E1 */ bl func_80362210
|
||||
/* 80018530 00015470 48 34 9C E1 */ bl _restgpr_23
|
||||
/* 80018534 00015474 80 01 00 34 */ lwz r0, 0x34(r1)
|
||||
/* 80018538 00015478 7C 08 03 A6 */ mtlr r0
|
||||
/* 8001853C 0001547C 38 21 00 30 */ addi r1, r1, 0x30
|
||||
|
||||
Reference in New Issue
Block a user