mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-20 06:28:38 +13:00
Complete Inverse implementation, fix type matchups
Issues occurred resulting from an incomplete implementation of Inverse Battles from Commit #e59cc2b329.
Attempts to fix have been made through completing the implementation, which also accounts for proto-Fairy.
Additionally, some semi-invulnerable glitches have attempts made to resolve them, involving a generic list and 16bitification of the compare commands.
Damage processing seems iffy but this needs more testing. Type matchups function correctly, though.
This commit is contained in:
parent
90fe97fcb1
commit
a14e978b98
4 changed files with 425 additions and 181 deletions
|
|
@ -96,6 +96,7 @@ DEF SPDSPCDV_SHINY EQU $AA
|
|||
const BATTLETYPE_FORCEITEM
|
||||
const BATTLETYPE_CELEBI
|
||||
const BATTLETYPE_SUICUNE
|
||||
const BATTLETYPE_INVERSE
|
||||
|
||||
; BattleVarPairs indexes (see home/battle_vars.asm)
|
||||
const_def
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue