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
|
||||
sBTChoiceOfLevelGroup:: db
|
||||
; 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
|
||||
sBattleTowerReward:: db
|
||||
|
||||
|
|
Loading…
Reference in New Issue