mirror of
https://github.com/zeldaret/tp
synced 2026-08-03 00:46:48 -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:
@@ -538,7 +538,7 @@ lbl_80303E24:
|
||||
/* 80303E3C 00300D7C E3 81 00 88 */ psq_l f28, 136(r1), 0, qr0
|
||||
/* 80303E40 00300D80 CB 81 00 80 */ lfd f28, 0x80(r1)
|
||||
/* 80303E44 00300D84 39 61 00 80 */ addi r11, r1, 0x80
|
||||
/* 80303E48 00300D88 48 05 E3 C9 */ bl func_80362210
|
||||
/* 80303E48 00300D88 48 05 E3 C9 */ bl _restgpr_23
|
||||
/* 80303E4C 00300D8C 80 01 00 C4 */ lwz r0, 0xc4(r1)
|
||||
/* 80303E50 00300D90 7C 08 03 A6 */ mtlr r0
|
||||
/* 80303E54 00300D94 38 21 00 C0 */ addi r1, r1, 0xc0
|
||||
|
||||
Reference in New Issue
Block a user