mirror of https://github.com/pret/pokecrystal.git
Remove SRAM address comment
This commit is contained in:
parent
f159654054
commit
4ee4bf0351
|
@ -155,7 +155,7 @@ sBattleTowerChallengeState::
|
||||||
sNrOfBeatenBattleTowerTrainers:: db
|
sNrOfBeatenBattleTowerTrainers:: db
|
||||||
sBTChoiceOfLevelGroup:: db
|
sBTChoiceOfLevelGroup:: db
|
||||||
; Battle Tower trainers are saved here, so nobody appears more than once
|
; Battle Tower trainers are saved here, so nobody appears more than once
|
||||||
sBTTrainers:: ds BATTLETOWER_STREAK_LENGTH ; sbe48
|
sBTTrainers:: ds BATTLETOWER_STREAK_LENGTH
|
||||||
sBattleTowerSaveFileFlags:: db
|
sBattleTowerSaveFileFlags:: db
|
||||||
sBattleTowerReward:: db
|
sBattleTowerReward:: db
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue