Difference between revisions of "Magical Support/Status/Compat"
Jump to navigation
Jump to search
m (return link) |
|||
Line 17: | Line 17: | ||
*Battle.bin (work in progress) | *Battle.bin (work in progress) | ||
− | + | ||
+ | 0018897c: [[Truth/Formula_5E-5F_Magical_damage]] | ||
+ | 001889e4: [[Calculate_Accuracy_for_Magical_Spells]] | ||
+ | 00188a44: [[Calculate_Accuracy_for_Magical]] | ||
+ | 00188a9c: [[MA_%2B_X_without_faith]] | ||
+ | 00188c6c: [[04_Magic_Gun|Formula 04 - Magic Gun]] | ||
+ | 00188db4: [[08_Dmg_F(MA*Y)|Formula 08 - Dmg F(MA*Y)]] | ||
+ | 001892dc: [[1A_Hit_F(MA%2BY)%25_//_-PA/MA/SP_(X)|Formula 1A - Hit F(MA+Y)% // -PA/MA/SP (X)]] | ||
+ | 00189494: [[1F_Dmg_((100-CasF)*(100-TarF)*(MA%2BY)*MA/2)|Formula 1F - Dmg ((100-CasF)*(100-TarF)*(MA+Y)*MA/2)]] | ||
+ | 00189614: [[21_DmgMP_(MA*Y)|Formula 21 - DmgMP (MA*Y)]] |
Revision as of 19:12, 27 August 2021
00188744: 27bdffe8 addiu r29,r29,0xffe8 00188748: afbf0010 sw r31,0x0010(r29) 0018874c: 0c061881 jal 0x00186204 Magic Attack Up routine 00188750: 00000000 nop 00188754: 0c0618c7 jal 0x0018631c Magic Defense Up routine 00188758: 00000000 nop 0018875c: 0c061918 jal 0x00186460 Target's Status Affecting XA (Magical) 00188760: 00000000 nop 00188764: 0c061259 jal 0x00184964 Compatibility 00188768: 00000000 nop 0018876c: 8fbf0010 lw r31,0x0010(r29) 00188770: 27bd0018 addiu r29,r29,0x0018 00188774: 03e00008 jr r31 00188778: 00000000 nop
Return Locations
- Battle.bin (work in progress)
0018897c: Truth/Formula_5E-5F_Magical_damage 001889e4: Calculate_Accuracy_for_Magical_Spells 00188a44: Calculate_Accuracy_for_Magical 00188a9c: MA_+_X_without_faith 00188c6c: Formula 04 - Magic Gun 00188db4: Formula 08 - Dmg F(MA*Y) 001892dc: Formula 1A - Hit F(MA+Y)% // -PA/MA/SP (X) 00189494: Formula 1F - Dmg ((100-CasF)*(100-TarF)*(MA+Y)*MA/2) 00189614: Formula 21 - DmgMP (MA*Y)