summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-07-02 13:32:06 -0500
committerMarcus Huderle <huderlem@gmail.com>2017-07-02 13:36:54 -0500
commitf5173da100e8a80fec98b175e2a2b51901b649f5 (patch)
tree2df0d8b3dd6fd535491a65dd9070d8ff603078d9 /wram.asm
parent8bc029da09405a6a799846453590a7edb45e4cf0 (diff)
Move Slot routines and rewards into own file
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm7
1 files changed, 5 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index ec8e644..a277ebc 100755
--- a/wram.asm
+++ b/wram.asm
@@ -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