mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
17 lines
223 B
NASM
17 lines
223 B
NASM
BattleCommand5a: ; 3766f
|
|
; endure
|
|
|
|
call ProtectChance
|
|
ret c
|
|
|
|
ld a, BATTLE_VARS_SUBSTATUS1
|
|
call GetBattleVarPair
|
|
set SUBSTATUS_ENDURE, [hl]
|
|
|
|
call Function0x37e01
|
|
|
|
ld hl, BracedItselfText
|
|
jp StdBattleTextBox
|
|
; 37683
|
|
|