Rename checkcurl to checkrollout

This commit is contained in:
Jordan Moore 2024-12-25 05:23:40 -05:00 committed by mid-kid
parent 0388785af8
commit 990f43865b
4 changed files with 4 additions and 4 deletions

View File

@ -95,7 +95,7 @@ BattleCommandPointers:
dw BattleCommand_PerishSong
dw BattleCommand_StartSandstorm
dw BattleCommand_Endure
dw BattleCommand_CheckCurl
dw BattleCommand_CheckRollout
dw BattleCommand_RolloutPower
dw BattleCommand_Unused5D
dw BattleCommand_FuryCutter

View File

@ -1536,7 +1536,7 @@ Endure:
endmove
Rollout:
checkcurl
checkrollout
checkobedience
doturn
usedmovetext

View File

@ -1,6 +1,6 @@
DEF MAX_ROLLOUT_COUNT EQU 5
BattleCommand_CheckCurl:
BattleCommand_CheckRollout:
ld de, wPlayerRolloutCount
ldh a, [hBattleTurn]
and a

View File

@ -95,7 +95,7 @@ ENDM
command perishsong ; 58
command startsandstorm ; 59
command endure ; 5a
command checkcurl ; 5b
command checkrollout ; 5b
command rolloutpower ; 5c
command effect0x5d ; 5d
command furycutter ; 5e