Skip to content

Commit

Permalink
Rename checkcurl to checkrollout
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmoore753 authored and mid-kid committed Dec 25, 2024
1 parent 0388785 commit 990f438
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/battle/effect_command_pointers.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion data/moves/effects.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@ Endure:
endmove

Rollout:
checkcurl
checkrollout
checkobedience
doturn
usedmovetext
Expand Down
2 changes: 1 addition & 1 deletion engine/battle/move_effects/rollout.asm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DEF MAX_ROLLOUT_COUNT EQU 5

BattleCommand_CheckCurl:
BattleCommand_CheckRollout:
ld de, wPlayerRolloutCount
ldh a, [hBattleTurn]
and a
Expand Down
2 changes: 1 addition & 1 deletion macros/scripts/battle_commands.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 990f438

Please sign in to comment.