You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix triple newlines left over from removing address comments
This commit is contained in:
@@ -513,7 +513,6 @@ CalculateTrainerRankingsChecksum:
|
||||
pop bc
|
||||
ret
|
||||
|
||||
|
||||
BackupMobileEventIndex:
|
||||
ld a, BANK(sMobileEventIndex)
|
||||
call GetSRAMBank
|
||||
@@ -526,7 +525,6 @@ BackupMobileEventIndex:
|
||||
call CloseSRAM
|
||||
ret
|
||||
|
||||
|
||||
RestoreMobileEventIndex:
|
||||
ld a, BANK(sMobileEventIndexBackup)
|
||||
call GetSRAMBank
|
||||
@@ -579,7 +577,6 @@ InitializeTrainerRankings:
|
||||
call CopyBytes
|
||||
ret
|
||||
|
||||
|
||||
_MobilePrintNum::
|
||||
; Supports signed 31-bit integers (up to 10 digits)
|
||||
; b: Bits 0-4 = # bytes
|
||||
|
||||
Reference in New Issue
Block a user