papermario/asm/nonmatchings/code_16c8e0/set_cam_target_pos.s

19 lines
824 B
ArmAsm
Raw Normal View History

2020-09-24 05:16:13 +02:00
.set noat # allow manual use of $at
2020-08-04 08:49:11 +02:00
.set noreorder # don't insert nops after branches
glabel set_cam_target_pos
2020-09-24 05:16:13 +02:00
/* 17CE00 8024E520 3C028028 */ lui $v0, 0x8028
/* 17CE04 8024E524 80420CE0 */ lb $v0, 0xce0($v0)
/* 17CE08 8024E528 44860000 */ mtc1 $a2, $f0
/* 17CE0C 8024E52C 14400007 */ bnez $v0, .L8024E54C
/* 17CE10 8024E530 00000000 */ nop
/* 17CE14 8024E534 3C01802A */ lui $at, 0x802a
/* 17CE18 8024E538 E42CF270 */ swc1 $f12, -0xd90($at)
/* 17CE1C 8024E53C 3C01802A */ lui $at, 0x802a
/* 17CE20 8024E540 E42EF274 */ swc1 $f14, -0xd8c($at)
/* 17CE24 8024E544 3C01802A */ lui $at, 0x802a
/* 17CE28 8024E548 E420F278 */ swc1 $f0, -0xd88($at)
2020-08-04 08:49:11 +02:00
.L8024E54C:
2020-09-24 05:16:13 +02:00
/* 17CE2C 8024E54C 03E00008 */ jr $ra
/* 17CE30 8024E550 00000000 */ nop