You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
SelfDestruct -> Selfdestruct
Just keeping things consistent. Nobody's going to write SELF_DESTRUCT. Kind of subjective, and we could do it the other way around, if anybody really cares.
This commit is contained in:
@@ -381,13 +381,13 @@ TrainerRankings_ColosseumDraws: mobile ; draw
|
||||
jr TrainerRankings_Increment3Byte
|
||||
; 10610d
|
||||
|
||||
; Counts uses of both SelfDestruct and Explosion.
|
||||
TrainerRankings_SelfDestruct: mobile ; 10610d
|
||||
; Counts uses of both Selfdestruct and Explosion.
|
||||
TrainerRankings_Selfdestruct: mobile ; 10610d
|
||||
; Only counts if it’s the player’s turn
|
||||
ld a, [hBattleTurn]
|
||||
and a
|
||||
ret nz
|
||||
ld hl, sTrainerRankingSelfDestruct
|
||||
ld hl, sTrainerRankingSelfdestruct
|
||||
jr TrainerRankings_Increment3Byte
|
||||
; 106117
|
||||
|
||||
|
||||
Reference in New Issue
Block a user