Monster Equipment Storing

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
Monster Equipment Storing
0005bdb0: 90a20015 lbu r2,0x0015(r5)		Load ENTD RH Equip
0005bdb4: 340300ff ori r3,r0,0x00ff		r3 = FF
0005bdb8: a083001e sb r3,0x001e(r4)		Store Unit's RH Shield = FF
0005bdbc: a082001d sb r2,0x001d(r4)		Store Unit's RH Weapon
0005bdc0: 90a20016 lbu r2,0x0016(r5)		Load ENTD LH Equip
0005bdc4: a0830020 sb r3,0x0020(r4)		Store Unit's LH Shield = FF
0005bdc8: a082001f sb r2,0x001f(r4)		Store Unit's LH Weapon
0005bdcc: 90a20012 lbu r2,0x0012(r5)		Load ENTD Helmet
0005bdd0: 00000000 nop
0005bdd4: a082001a sb r2,0x001a(r4)		Store Unit's Helmet
0005bdd8: 90a20013 lbu r2,0x0013(r5)		Load ENTD Armor
0005bddc: 00000000 nop
0005bde0: a082001b sb r2,0x001b(r4)		Store Unit's Armor
0005bde4: 90a20014 lbu r2,0x0014(r5)		Load ENTD Accessory
0005bde8: 03e00008 jr r31
0005bdec: a082001c sb r2,0x001c(r4)		Store Unit's Accessory


Return Locations

0005be24: Calculate/Store ENTD Unit Equipment