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 ad66034 commit b0cb23d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Const.lua
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,12 @@ 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_BattleModPoison = (0x000000D8 + 0x5e8) / 4;
CONST.CHAR_BattleModSleep = (0x000000DC + 0x5e8) / 4;
CONST.CHAR_BattleModStone = (0x000000E0 + 0x5e8) / 4;
CONST.CHAR_BattleModDrunk = (0x000000E4 + 0x5e8) / 4;
CONST.CHAR_BattleModConfusion = (0x000000E8 + 0x5e8) / 4;
CONST.CHAR_BattleModAmnesia = (0x000000EC + 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 b0cb23d

Please sign in to comment.