diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-21 16:27:43 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-21 16:27:43 -0400 |
commit | 91774f206e97d67cb8f16f5afeec03ce9c7e28ca (patch) | |
tree | 1a35d65d390633fa2d8c14618ecf99d97b776e59 /mobile/mobile_41.asm | |
parent | 98af69691d8994b07c19ef4e86f3f903da6091ed (diff) |
Replace "Unreferenced" labels with "; unreferenced" comments
Diffstat (limited to 'mobile/mobile_41.asm')
-rw-r--r-- | mobile/mobile_41.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/mobile_41.asm b/mobile/mobile_41.asm index c38bd9fc2..8dc755368 100644 --- a/mobile/mobile_41.asm +++ b/mobile/mobile_41.asm @@ -245,7 +245,7 @@ StubbedTrainerRankings_StepCount: ld hl, sTrainerRankingStepCount jp StubbedTrainerRankings_Increment4Byte -Unreferenced_StubbedTrainerRankings_BattleTowerWins: +StubbedTrainerRankings_BattleTowerWins: ; unreferenced ret ld a, BANK(s5_aa8d) call OpenSRAM @@ -537,7 +537,7 @@ RestoreMobileEventIndex: call CloseSRAM ret -Unreferenced_VerifyTrainerRankingsChecksum: +VerifyTrainerRankingsChecksum: ; unreferenced call CalculateTrainerRankingsChecksum ld hl, sTrainerRankingsChecksum ld a, d |