diff options
Diffstat (limited to 'battle/effects/endure.asm')
-rw-r--r-- | battle/effects/endure.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/effects/endure.asm b/battle/effects/endure.asm index b2c622079..b8ab5dee4 100644 --- a/battle/effects/endure.asm +++ b/battle/effects/endure.asm @@ -10,7 +10,7 @@ BattleCommand5a: ; 3766f call _GetBattleVar set SUBSTATUS_ENDURE, [hl] - call Function0x37e01 + call Function37e01 ld hl, BracedItselfText jp StdBattleTextBox |