Difference between revisions of "Show free-cursor autobattle feedback setup"
Jump to navigation
Jump to search
(Created page with "<font face='Courier New'> 00071824: 27bdffe0 addiu r29,r29,0xffe0 00071828: afbf0018 sw r31,0x0018(r29) 0007182c: 0c01bbbc jal 0x0006eef0 00071830: 00000000 nop 0007183...") |
m |
||
Line 3: | Line 3: | ||
00071824: 27bdffe0 addiu r29,r29,0xffe0 | 00071824: 27bdffe0 addiu r29,r29,0xffe0 | ||
00071828: afbf0018 sw r31,0x0018(r29) | 00071828: afbf0018 sw r31,0x0018(r29) | ||
− | 0007182c: 0c01bbbc jal 0x0006eef0 | + | 0007182c: 0c01bbbc jal 0x0006eef0 [[Set Game Flow Variable to 0]] |
00071830: 00000000 nop | 00071830: 00000000 nop | ||
00071834: 3402000e ori r2,r0,0x000e | 00071834: 3402000e ori r2,r0,0x000e | ||
00071838: 3c018009 lui r1,0x8009 | 00071838: 3c018009 lui r1,0x8009 | ||
− | 0007183c: ac2260e4 sw r2,0x60e4(r1) | + | 0007183c: ac2260e4 sw r2,0x60e4(r1) sets game state to 0xe? (display small text box?) |
− | 00071840: 0c01e886 jal 0x0007a218 | + | 00071840: 0c01e886 jal 0x0007a218 [[Get Caster's Misc Data]] |
00071844: 00000000 nop | 00071844: 00000000 nop | ||
00071848: 34040001 ori r4,r0,0x0001 | 00071848: 34040001 ori r4,r0,0x0001 | ||
0007184c: 34050002 ori r5,r0,0x0002 | 0007184c: 34050002 ori r5,r0,0x0002 | ||
00071850: 00003821 addu r7,r0,r0 | 00071850: 00003821 addu r7,r0,r0 | ||
− | 00071854: 8c430134 lw r3,0x0134(r2) | + | 00071854: 8c430134 lw r3,0x0134(r2) get battle data |
00071858: 9042013d lbu r2,0x013d(r2) | 00071858: 9042013d lbu r2,0x013d(r2) | ||
− | 0007185c: 9066018a lbu r6,0x018a(r3) | + | 0007185c: 9066018a lbu r6,0x018a(r3) get unit ID |
00071860: 30420008 andi r2,r2,0x0008 | 00071860: 30420008 andi r2,r2,0x0008 | ||
− | 00071864: 0c05066e jal 0x001419b8 | + | 00071864: 0c05066e jal 0x001419b8 [[System function setup routine]] (func 1, arg 2, unit ID, 0) |
00071868: afa20010 sw r2,0x0010(r29) | 00071868: afa20010 sw r2,0x0010(r29) | ||
0007186c: 8fbf0018 lw r31,0x0018(r29) | 0007186c: 8fbf0018 lw r31,0x0018(r29) |
Revision as of 11:14, 15 May 2025
00071824: 27bdffe0 addiu r29,r29,0xffe0 00071828: afbf0018 sw r31,0x0018(r29) 0007182c: 0c01bbbc jal 0x0006eef0 Set Game Flow Variable to 0 00071830: 00000000 nop 00071834: 3402000e ori r2,r0,0x000e 00071838: 3c018009 lui r1,0x8009 0007183c: ac2260e4 sw r2,0x60e4(r1) sets game state to 0xe? (display small text box?) 00071840: 0c01e886 jal 0x0007a218 Get Caster's Misc Data 00071844: 00000000 nop 00071848: 34040001 ori r4,r0,0x0001 0007184c: 34050002 ori r5,r0,0x0002 00071850: 00003821 addu r7,r0,r0 00071854: 8c430134 lw r3,0x0134(r2) get battle data 00071858: 9042013d lbu r2,0x013d(r2) 0007185c: 9066018a lbu r6,0x018a(r3) get unit ID 00071860: 30420008 andi r2,r2,0x0008 00071864: 0c05066e jal 0x001419b8 System function setup routine (func 1, arg 2, unit ID, 0) 00071868: afa20010 sw r2,0x0010(r29) 0007186c: 8fbf0018 lw r31,0x0018(r29) 00071870: 27bd0020 addiu r29,r29,0x0020 00071874: 03e00008 jr r31 00071878: 00000000 nop