Clean up some WRAM and SRAM involving unused mobile data (#6)

This commit is contained in:
xCrystal
2023-08-18 12:04:53 +02:00
parent a5feb38470
commit d7ce3b27ab
7 changed files with 11 additions and 77 deletions

View File

@@ -112,11 +112,6 @@ endr
sHallOfFameEnd::
SECTION "SRAM Crystal Data", SRAM
sCrystalData:: ds wCrystalDataEnd - wCrystalData
; The PC boxes will not fit into one SRAM bank,
; so they use multiple SECTIONs
DEF box_n = 0

View File

@@ -2226,22 +2226,6 @@ wBugContestSecsRemaining:: db
wMapStatusEnd::
wCrystalData::
wPlayerGender::
; bit 0:
; 0 male
; 1 female
db
wd473:: ds 1
wd474:: ds 1
wd475:: ds 1
wd476:: ds 1
wd477:: ds 1
wd478:: ds 1
wCrystalDataEnd::
wd479:: ds 2
wGameData::
wPlayerData::
wPlayerID:: dw
@@ -2252,6 +2236,12 @@ wRivalName:: ds NAME_LENGTH
wRedsName:: ds NAME_LENGTH
wGreensName:: ds NAME_LENGTH
wPlayerGender::
; bit 0:
; 0 male
; 1 female
db
wSavedAtLeastOnce:: db
wSpawnAfterChampion:: db