summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2017-11-18 17:28:12 +0100
committermid-kid <esteve.varela@gmail.com>2017-11-18 17:28:12 +0100
commit1bf12455e4ad9cb9a0fde0d1ac5fa29a48c63590 (patch)
tree7e7552e3354c1f1b6232063b7eebeb74b88cb2f2 /misc
parent23445ba4beed3e02f21f0cb348036c236743454d (diff)
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.
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/mobile_41.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/mobile_41.asm b/misc/mobile_41.asm
index 169107978..955682863 100755
--- a/misc/mobile_41.asm
+++ b/misc/mobile_41.asm
@@ -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