diff options
author | xCrystal <rgr.crystal@gmail.com> | 2017-12-28 19:38:15 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2017-12-28 19:38:15 +0100 |
commit | d6507e38827ffbda10ef947d7ddcd8b60899fdf5 (patch) | |
tree | 835cb8997754cb1419d71b9ba5092e4e844ffe2c /wram.asm | |
parent | 731311cb151ec43330a08c0a45e8278f848954af (diff) |
More constants and documentation in slot machines
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1320,6 +1320,7 @@ NEXTU ; cf64 ; miscellaneous wNrOfBeatenBattleTowerTrainers:: wMomBankDigitCursorPosition:: +wSlotsDelay:: db wCurrPocket:: wPrinterQueueLength:: @@ -1637,6 +1638,9 @@ StartFlypoint:: db EndFlypoint:: db NEXTU ; d002 +wKeepSevenBiasChance:: +; used in the slots to handle the favoring of 7 symbol streaks + ; unidentified wd002:: db wd003:: db |