diff options
author | mid-kid <esteve.varela@gmail.com> | 2017-11-18 17:28:12 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2017-11-18 17:28:12 +0100 |
commit | 1bf12455e4ad9cb9a0fde0d1ac5fa29a48c63590 (patch) | |
tree | 7e7552e3354c1f1b6232063b7eebeb74b88cb2f2 /constants | |
parent | 23445ba4beed3e02f21f0cb348036c236743454d (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 'constants')
-rwxr-xr-x | constants/sram_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/sram_constants.asm b/constants/sram_constants.asm index c2d112b7d..f89343213 100755 --- a/constants/sram_constants.asm +++ b/constants/sram_constants.asm @@ -36,7 +36,7 @@ sTrainerRankingUnused3 EQU $a060 sTrainerRankingColosseumWins EQU $a063 sTrainerRankingColosseumLosses EQU $a066 sTrainerRankingColosseumDraws EQU $a069 -sTrainerRankingSelfDestruct EQU $a06c +sTrainerRankingSelfdestruct EQU $a06c sTrainerRankingCurrentSlotsStreak EQU $a06f sTrainerRankingLongestSlotsStreak EQU $a071 sTrainerRankingTotalSlotsPayouts EQU $a073 |