Difference between revisions of "Generate Unit's Base Raw Stats Prep"
Jump to navigation
Jump to search
m (link) |
|||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
0005a3e0: 27bdffe8 addiu r29,r29,0xffe8 (USEFUL SECTION IS USEFUL) | 0005a3e0: 27bdffe8 addiu r29,r29,0xffe8 (USEFUL SECTION IS USEFUL) | ||
0005a3e4: afbf0010 sw r31,0x0010(r29) | 0005a3e4: afbf0010 sw r31,0x0010(r29) | ||
− | 0005a3e8: 0c016912 jal 0x0005a448 Generate Unit's Base Raw Stats | + | 0005a3e8: 0c016912 jal 0x0005a448 [[Generate_Unit%27s_Base_Raw_Stats|Generate Unit's Base Raw Stats]] |
0005a3ec: 24840019 addiu r4,r4,0x0019 r4 = Party Raw HP Pointer | 0005a3ec: 24840019 addiu r4,r4,0x0019 r4 = Party Raw HP Pointer | ||
0005a3f0: 8fbf0010 lw r31,0x0010(r29) | 0005a3f0: 8fbf0010 lw r31,0x0010(r29) | ||
Line 9: | Line 9: | ||
0005a3f8: 03e00008 jr r31 | 0005a3f8: 03e00008 jr r31 | ||
0005a3fc: 00000000 nop | 0005a3fc: 00000000 nop | ||
+ | |||
+ | |||
+ | == Return Locations == | ||
+ | |||
+ | 0005a17c: [[Out of Battle Unit Generation]] |
Latest revision as of 12:57, 29 October 2021
Generate Unit's Base Raw Stats Prep 0005a3e0: 27bdffe8 addiu r29,r29,0xffe8 (USEFUL SECTION IS USEFUL) 0005a3e4: afbf0010 sw r31,0x0010(r29) 0005a3e8: 0c016912 jal 0x0005a448 Generate Unit's Base Raw Stats 0005a3ec: 24840019 addiu r4,r4,0x0019 r4 = Party Raw HP Pointer 0005a3f0: 8fbf0010 lw r31,0x0010(r29) 0005a3f4: 27bd0018 addiu r29,r29,0x0018 0005a3f8: 03e00008 jr r31 0005a3fc: 00000000 nop
Return Locations
0005a17c: Out of Battle Unit Generation