Moldball Virus Depth Check

From Final Fantasy Hacktics Wiki
Revision as of 00:05, 28 November 2012 by Choto (talk | contribs) (Created page with " Moldball Virus Depth Check 00179204: 00042400 sll r4,r4,0x10 00179208: 00042403 sra r4,r4,0x10 0017920c: 34020149 ori r2,r0,0x0149 r2 = Moldball Virus 00179210: 1482001...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Moldball Virus Depth Check
00179204: 00042400 sll r4,r4,0x10
00179208: 00042403 sra r4,r4,0x10
0017920c: 34020149 ori r2,r0,0x0149		r2 = Moldball Virus
00179210: 14820010 bne r4,r2,0x 00179254		Branch if ID != Moldball Virus
00179214: 00000000 nop
00179218: 00002821 addu r5,r0,r0		Counter = 0
0017921c: 3c048019 lui r4,0x8019
00179220: 24842dd8 addiu r4,r4,0x2dd8		r4 = ? Tile Data Pointer
00179224: 3c038019 lui r3,0x8019
00179228: 2463f8cc addiu r3,r3,0xf8cc		r3 = Tile Data Pointer
0017922c: 90620003 lbu r2,0x0003(r3)		Load Tile's Halves + Depth
00179230: 00000000 nop
00179234: 304200e0 andi r2,r2,0x00e0
00179238: 10400002 beq r2,r0,0x 00179244		Branch if Depth = 0
0017923c: 24630008 addiu r3,r3,0x0008		Tile Data Pointer += 8
00179240: a0800000 sb r0,0x0000(r4)		Store AoE = 0
00179244: 24a50001 addiu r5,r5,0x0001		Counter ++
00179248: 28a20200 slti r2,r5,0x0200
0017924c: 1440fff7 bne r2,r0,0x 0017922c		Branch if Counter < 0x200
00179250: 24840005 addiu r4,r4,0x0005		? Tile Data Pointer += 5
00179254: 03e00008 jr r31
00179258: 00000000 nop