shithub: pokecrystal

Download patch

ref: 546f1f7115ed9dfd8d87d6855f66cabcef9aa0e3
parent: d91e42ca5e3796108b01df9e6535e84892cbf9cc
author: Remy Oukaour <remy.oukaour@gmail.com>
date: Wed Jan 10 17:34:22 EST 2018

Correct spacing

--- a/sram.asm
+++ b/sram.asm
@@ -187,9 +187,10 @@
 sMobileEventIndex:: db ; be3c
 
 sCrystalData:: ds wCrystalDataEnd - wCrystalData
-sMobileEventIndexBackup:: db
 
+sMobileEventIndexBackup:: db ; be44
 
+
 SECTION "SRAM Battle Tower", SRAM
 
 ; Battle Tower data must be in SRAM because you can save and leave between battles
@@ -241,6 +242,7 @@
 SECTION "SRAM Mobile", SRAM, BANK [5]
 
 	ds 1 ; former location for sMobileEventIndex, moved to 1:BE3C in English
+
 sTrainerRankings:: ; a001
 sTrainerRankingGameTimeHOF:: ds 4
 sTrainerRankingStepCountHOF:: ds 4
@@ -287,10 +289,11 @@
 sTrainerRankingsChecksum:: ds 2
 sTrainerRankingsEnd:: ; a083
 
-ds 1 ; Former location for sMobileEventIndexBackup, moved to 1:BE44 in English
+	ds 1 ; Former location for sMobileEventIndexBackup, moved to 1:BE44 in English
+
 sTrainerRankingsBackup:: ds sTrainerRankingsEnd - sTrainerRankings
 
-ds $945
+	ds $945
 ; aa4b
 
 sMobileLoginPassword:: ds MOBILE_LOGIN_PASSWORD_LENGTH