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:
mid-kid
2017-11-18 17:28:12 +01:00
parent 23445ba4be
commit 1bf12455e4
4 changed files with 7 additions and 7 deletions

View File

@@ -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 its the players turn
ld a, [hBattleTurn]
and a
ret nz
ld hl, sTrainerRankingSelfDestruct
ld hl, sTrainerRankingSelfdestruct
jr TrainerRankings_Increment3Byte
; 106117