mirror of
https://github.com/zeldaret/tp
synced 2026-07-31 08:06:27 -04: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:
@@ -237,7 +237,7 @@ lbl_8020FA18:
|
||||
/* 8020FA68 0020C9A8 E3 01 00 88 */ psq_l f24, 136(r1), 0, 0
|
||||
/* 8020FA6C 0020C9AC CB 01 00 80 */ lfd f24, 0x80(r1)
|
||||
/* 8020FA70 0020C9B0 39 61 00 80 */ addi r11, r1, 0x80
|
||||
/* 8020FA74 0020C9B4 48 15 27 9D */ bl func_80362210
|
||||
/* 8020FA74 0020C9B4 48 15 27 9D */ bl _restgpr_23
|
||||
/* 8020FA78 0020C9B8 80 01 01 04 */ lwz r0, 0x104(r1)
|
||||
/* 8020FA7C 0020C9BC 7C 08 03 A6 */ mtlr r0
|
||||
/* 8020FA80 0020C9C0 38 21 01 00 */ addi r1, r1, 0x100
|
||||
|
||||
Reference in New Issue
Block a user