Difference between revisions of "Math Skill"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "If checked, calculators can use this spell. If unchecked, calculators cannot.")
 
Line 1: Line 1:
If checked, calculators can use this spell.
 
  
If unchecked, calculators cannot.
+
Math Skill
 +
00181ef0: 27bdffe8 addiu r29,r29,0xffe8
 +
00181ef4: afbf0010 sw r31,0x0010(r29)
 +
00181ef8: 30a500ff andi r5,r5,0x00ff
 +
00181efc: 0c0607ce jal 0x00181f38 load skillset abilities
 +
00181f00: 340700f0 ori r7,r0,0x00f0 check for 1st set of Math Skill
 +
00181f04: 8fbf0010 lw r31,0x0010(r29)
 +
00181f08: 27bd0018 addiu r29,r29,0x0018
 +
00181f0c: 03e00008 jr r31
 +
00181f10: 00000000 nop

Revision as of 16:51, 24 February 2013

Math Skill
00181ef0: 27bdffe8 addiu r29,r29,0xffe8
00181ef4: afbf0010 sw r31,0x0010(r29)
00181ef8: 30a500ff andi r5,r5,0x00ff
00181efc: 0c0607ce jal 0x00181f38				load skillset abilities
00181f00: 340700f0 ori r7,r0,0x00f0				check for 1st set of Math Skill
00181f04: 8fbf0010 lw r31,0x0010(r29)
00181f08: 27bd0018 addiu r29,r29,0x0018
00181f0c: 03e00008 jr r31
00181f10: 00000000 nop