You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Identify some more unnamed labels
This commit is contained in:
@@ -3,7 +3,7 @@ BattleCommand_Metronome:
|
||||
|
||||
call ClearLastMove
|
||||
call CheckUserIsCharging
|
||||
jr nz, .asm_3742b
|
||||
jr nz, .charging
|
||||
|
||||
ld a, [wBattleAnimParam]
|
||||
push af
|
||||
@@ -11,7 +11,7 @@ BattleCommand_Metronome:
|
||||
pop af
|
||||
ld [wBattleAnimParam], a
|
||||
|
||||
.asm_3742b
|
||||
.charging
|
||||
call LoadMoveAnim
|
||||
|
||||
.GetMove:
|
||||
|
@@ -16,9 +16,9 @@ ProtectChance:
|
||||
ld de, wPlayerProtectCount
|
||||
ldh a, [hBattleTurn]
|
||||
and a
|
||||
jr z, .asm_37637
|
||||
jr z, .got_count
|
||||
ld de, wEnemyProtectCount
|
||||
.asm_37637
|
||||
.got_count
|
||||
|
||||
call CheckOpponentWentFirst
|
||||
jr nz, .failed
|
||||
|
@@ -4,9 +4,9 @@ BattleCommand_Spikes:
|
||||
ld hl, wEnemyScreens
|
||||
ldh a, [hBattleTurn]
|
||||
and a
|
||||
jr z, .asm_3768e
|
||||
jr z, .got_screens
|
||||
ld hl, wPlayerScreens
|
||||
.asm_3768e
|
||||
.got_screens
|
||||
|
||||
; Fails if spikes are already down!
|
||||
|
||||
|
Reference in New Issue
Block a user