mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-09-09 10:16:23 -05:00
Rename Healthbar to Healthbox (#1129)
Some checks are pending
build / build (push) Waiting to run
Some checks are pending
build / build (push) Waiting to run
This commit is contained in:
@@ -16,9 +16,9 @@ ScriptCommand(BTLCMD_THROWPOKEBALL, BtlCmd_ThrowPokeball)
|
||||
ScriptCommand(BTLCMD_TRAINERSLIDEOUT, BtlCmd_TrainerSlideOut)
|
||||
ScriptCommand(BTLCMD_TRAINERSLIDEIN, BtlCmd_TrainerSlideIn)
|
||||
ScriptCommand(BTLCMD_BACKGROUNDSLIDEIN, BtlCmd_BackgroundSlideIn)
|
||||
ScriptCommand(BTLCMD_HEALTHBARSLIDEIN, BtlCmd_HealthbarSlideIn)
|
||||
ScriptCommand(BTLCMD_HEALTHBARSLIDEINDELAY, BtlCmd_HealthbarSlideInDelay)
|
||||
ScriptCommand(BTLCMD_HEALTHBARSLIDEOUT, BtlCmd_HealthbarSlideOut)
|
||||
ScriptCommand(BTLCMD_HEALTHBOXSLIDEIN, BtlCmd_HealthBoxSlideIn)
|
||||
ScriptCommand(BTLCMD_HEALTHBOXSLIDEINDELAY, BtlCmd_HealthBoxSlideInDelay)
|
||||
ScriptCommand(BTLCMD_HEALTHBOXSLIDEOUT, BtlCmd_HealthBoxSlideOut)
|
||||
ScriptCommand(BTLCMD_WAIT, BtlCmd_Wait)
|
||||
ScriptCommand(BTLCMD_CALCDAMAGE, BtlCmd_CalcDamage)
|
||||
ScriptCommand(BTLCMD_CALCMAXDAMAGE, BtlCmd_CalcMaxDamage)
|
||||
@@ -71,7 +71,7 @@ ScriptCommand(BTLCMD_SETMIRRORMOVE, BtlCmd_SetMirrorMove)
|
||||
ScriptCommand(BTLCMD_RESETALLSTATCHANGES, BtlCmd_ResetAllStatChanges)
|
||||
ScriptCommand(BTLCMD_LOCKMOVECHOICE, BtlCmd_LockMoveChoice)
|
||||
ScriptCommand(BTLCMD_UNLOCKMOVECHOICE, BtlCmd_UnlockMoveChoice)
|
||||
ScriptCommand(BTLCMD_SETHEALTHBARSTATUS, BtlCmd_SetHealthbarStatus)
|
||||
ScriptCommand(BTLCMD_SETHEALTHBOXSTATUSICON, BtlCmd_SetHealthBoxStatusIcon)
|
||||
ScriptCommand(BTLCMD_PRINTTRAINERMESSAGE, BtlCmd_PrintTrainerMessage)
|
||||
ScriptCommand(BTLCMD_PAYPRIZEMONEY, BtlCmd_PayPrizeMoney)
|
||||
ScriptCommand(BTLCMD_PLAYBATTLEANIMATION, BtlCmd_PlayBattleAnimation)
|
||||
|
||||
Reference in New Issue
Block a user