Difference between revisions of "Generate Unit's Base Raw Stats Prep"
Jump to navigation
Jump to search
(Created page with " Prep for Generating Base Raw Stats 0005a400: 27bdffe8 addiu r29,r29,0xffe8 0005a404: afbf0010 sw r31,0x0010(r29) 0005a408: 90830006 lbu r3,0x0006(r4) Load Unit's Gender ...") |
m (link) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | 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%27s_Base_Raw_Stats|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]] | |
− | |||
− | |||
− | |||
− | |||
− |
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