Skip to content

Commit

Permalink
[#] update Const.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Muscipular committed Jan 22, 2022
1 parent b236da0 commit ad66034
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Const.lua
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,14 @@ CONST.CHAR_BattleDamageVanish = (0x000000A4 + 0x5e8) / 4;
CONST.CHAR_BattleDamageMagicAbsrob = (0x000000A8 + 0x5e8) / 4;
CONST.CHAR_BattleDamageMagicReflec = (0x000000AC + 0x5e8) / 4;
CONST.CHAR_BattleDamageMagicVanish = (0x000000B0 + 0x5e8) / 4;
CONST.CHAR_BattleLpRecovery = (0x000000B4 + 0x5e8) / 4;
CONST.CHAR_BattleReverse = (0x000000BC + 0x5e8) / 4;
CONST.CHAR_BattlePoison = (0x000000C0 + 0x5e8) / 4;
CONST.CHAR_BattleSleep = (0x000000C4 + 0x5e8) / 4;
CONST.CHAR_BattleStone = (0x000000C8 + 0x5e8) / 4;
CONST.CHAR_BattleDrunk = (0x000000CC + 0x5e8) / 4;
CONST.CHAR_BattleConfusion = (0x000000D0 + 0x5e8) / 4;
CONST.CHAR_BattleAmnesia = (0x000000D4 + 0x5e8) / 4;
CONST.CHAR_EnemyPetFlg = 0x7BC / 4;
CONST.CHAR_EnemyActionFlag = 0x00000004 / 4 + 0x7BC / 4;
CONST.CHAR_EnemyBossFlg = 0x00000008 / 4 + 0x7BC / 4;
Expand Down

0 comments on commit ad66034

Please sign in to comment.