mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
endloop
loops back to critical itself
The comments seemed to specify that `endloop` loops back to the command before `critical` and executes that, which simply isn't true. It loops back to `critical` itself, and executes `critical`, before continuing on with the remaining commands.
This commit is contained in:
parent
682ca7e93c
commit
c1e3d17769
@ -5651,7 +5651,7 @@ CheckPlayerHasMonToSwitchTo: ; 36994
|
||||
BattleCommand_EndLoop: ; 369b6
|
||||
; endloop
|
||||
|
||||
; Loop back to the command before 'critical'.
|
||||
; Loop back to 'critical'.
|
||||
|
||||
ld de, wPlayerRolloutCount
|
||||
ld bc, wPlayerDamageTaken
|
||||
@ -5766,7 +5766,6 @@ BattleCommand_EndLoop: ; 369b6
|
||||
ld [bc], a
|
||||
ret
|
||||
|
||||
; Loop back to the command before 'critical'.
|
||||
.loop_back_to_critical
|
||||
ld a, [wBattleScriptBufferAddress + 1]
|
||||
ld h, a
|
||||
|
Loading…
x
Reference in New Issue
Block a user