Difference between revisions of "Value:Damage Modifier"

From FF5 Hacking Wiki
Jump to navigation Jump to search
(Created page with "{{Table bitwise | | | Defense -> 0 | M -> M / 2 | M -> M * 2 | Damage -> Damage / 2 | Damage -> Damage * 2 | Auto hit}} Category:Bitwise")
 
m (Adding category)
Line 2: Line 2:
  
 
[[Category:Bitwise]]
 
[[Category:Bitwise]]
 +
[[Category:SNES]]
 +
[[Category:Needs work]]

Revision as of 19:29, 30 March 2019

Bit Bin Hex Status
7 10000000 0x80 Auto hit
6 01000000 0x40 Damage -> Damage * 2
5 00100000 0x20 Damage -> Damage / 2
4 00010000 0x10 M -> M * 2
3 00001000 0x08 M -> M / 2
2 00000100 0x04 Defense -> 0
1 00000010 0x02
0 00000001 0x01