You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Correct spacing
This commit is contained in:
5
sram.asm
5
sram.asm
@@ -187,7 +187,8 @@ SECTION "SRAM Crystal Data", SRAM
|
|||||||
sMobileEventIndex:: db ; be3c
|
sMobileEventIndex:: db ; be3c
|
||||||
|
|
||||||
sCrystalData:: ds wCrystalDataEnd - wCrystalData
|
sCrystalData:: ds wCrystalDataEnd - wCrystalData
|
||||||
sMobileEventIndexBackup:: db
|
|
||||||
|
sMobileEventIndexBackup:: db ; be44
|
||||||
|
|
||||||
|
|
||||||
SECTION "SRAM Battle Tower", SRAM
|
SECTION "SRAM Battle Tower", SRAM
|
||||||
@@ -241,6 +242,7 @@ SECTION "Boxes 8-14", SRAM
|
|||||||
SECTION "SRAM Mobile", SRAM, BANK [5]
|
SECTION "SRAM Mobile", SRAM, BANK [5]
|
||||||
|
|
||||||
ds 1 ; former location for sMobileEventIndex, moved to 1:BE3C in English
|
ds 1 ; former location for sMobileEventIndex, moved to 1:BE3C in English
|
||||||
|
|
||||||
sTrainerRankings:: ; a001
|
sTrainerRankings:: ; a001
|
||||||
sTrainerRankingGameTimeHOF:: ds 4
|
sTrainerRankingGameTimeHOF:: ds 4
|
||||||
sTrainerRankingStepCountHOF:: ds 4
|
sTrainerRankingStepCountHOF:: ds 4
|
||||||
@@ -288,6 +290,7 @@ sTrainerRankingsChecksum:: ds 2
|
|||||||
sTrainerRankingsEnd:: ; a083
|
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
|
sTrainerRankingsBackup:: ds sTrainerRankingsEnd - sTrainerRankings
|
||||||
|
|
||||||
ds $945
|
ds $945
|
||||||
|
Reference in New Issue
Block a user