Effect code script 00 - Store next half as new counter, return 0

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search

001a2238: 84820006 lh r2,0x0006(r4)		load counter
001a223c: 8c830008 lw r3,0x0008(r4)		load address
001a2240: 00000000 nop
001a2244: 00431021 addu r2,r2,r3
001a2248: 94420002 lhu r2,0x0002(r2)		load next half
001a224c: 00000000 nop
001a2250: a4820006 sh r2,0x0006(r4)		store as new counter
001a2254: 03e00008 jr r31
001a2258: 00001021 addu r2,r0,r0		return r2 = 0x0000