diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-07-02 13:32:06 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-07-02 13:36:54 -0500 |
commit | f5173da100e8a80fec98b175e2a2b51901b649f5 (patch) | |
tree | 2df0d8b3dd6fd535491a65dd9070d8ff603078d9 /wram.asm | |
parent | 8bc029da09405a6a799846453590a7edb45e4cf0 (diff) |
Move Slot routines and rewards into own file
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1020,10 +1020,13 @@ wd620:: ; 0xd620 wd621:: ; 0xd621 ds $1 -wd622:: ; 0xd622 +wCatchEmOrEvolutionSlotRewardActive:: ; 0xd622 +; Set to 1 if the "Start Catch 'Em Mode" Slot Reward is received. +; Set to 2 if the "Start Evolution Mode" Slot Reward is received. ds $1 -wd623:: ; 0xd623 +wBonusStageSlotRewardActive:: ; 0xd623 +; Set to 1 when the "Go To Bonus" Slot Reward is received. ds $1 wd624:: ; 0xd624 |