Skip to content

Commit

Permalink
Remove unused PainSplit scripting global (#6164)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexOn1ine authored Feb 2, 2025
1 parent 959e5a9 commit f8c2e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/constants/battle_script_commands.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define GUARD_CONSTANTS_BATTLE_SCRIPT_COMMANDS_H

// The following correspond to the struct members of BattleScripting by adding their offset
#define sPAINSPLIT_HP (gBattleScripting + 0x00) // painSplitHp
#define sUNUSED_0x00 (gBattleScripting + 0x00) // unused_0x00
#define sUNUSED_0x04 (gBattleScripting + 0x04) // unused_0x04
#define sMULTIHIT_STRING (gBattleScripting + 0x08) // multihitString
#define sEXP_CATCH (gBattleScripting + 0x0E) // expOnCatch
Expand Down

0 comments on commit f8c2e86

Please sign in to comment.