diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-02-07 21:13:52 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-02-07 21:13:52 +0100 |
commit | bfeeb34666e8a9d91317f285e078c73d498351f7 (patch) | |
tree | 20c22f2520d1fc26e5979f0f23a7d97bc004a0d3 /src/wram.asm | |
parent | b9f2f4ee8e9218436b7ce36804bf404901f87d0f (diff) |
More accurate card type constants
Diffstat (limited to 'src/wram.asm')
-rwxr-xr-x | src/wram.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wram.asm b/src/wram.asm index 55cbab7..037dbef 100755 --- a/src/wram.asm +++ b/src/wram.asm @@ -1203,7 +1203,7 @@ wBoosterTempData:: ; d66a wBoosterSelectedCardType:: ; d66b ds $1 -wBoosterCurrRarity:: ; d66c +wBoosterCurRarity:: ; d66c ds $1 wBoosterDataAveragedChance:: ; d66d @@ -1219,10 +1219,10 @@ wBoosterDataRareAmount:: ; d670 ds $1 wBoosterAmountOfCardTypeTable:: ; d671 - ds $09 + ds NUM_BOOSTER_CARD_TYPES wBoosterTempTypeChanceTable:: ; d67a - ds $09 + ds NUM_BOOSTER_CARD_TYPES wBoosterCurrentCardType:: ; d683 ds $1 @@ -1233,14 +1233,14 @@ wBoosterCurrentCardRarity:: ; d684 wBoosterCurrentCardSet:: ; d685 ds $1 -wBoosterDataCurrSet:: ; d686 +wBoosterDataCurSet:: ; d686 ds $1 wBoosterDataEnergyFunctionPointer:: ; d687 ds $2 wBoosterDataTypeChanceData:: ; d689 - ds $9 + ds NUM_BOOSTER_CARD_TYPES ds $6ee |