Rename checkcurl to checkrollout

This commit is contained in:
Jordan Moore 2024-12-25 05:23:40 -05:00 committed by mid-kid
parent cbfd48b8d1
commit d323aa83dd
5 changed files with 5 additions and 5 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

@ -273,7 +273,7 @@ Defined in [macros/scripts/battle_commands.asm](https://github.com/pret/pokecrys
## `$5A`: `endure`
## `$5B`: `checkcurl`
## `$5B`: `checkrollout`
## `$5C`: `rolloutpower`

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