summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2019-07-25 16:02:33 +0200
committerxCrystal <rgr.crystal@gmail.com>2019-07-25 16:02:33 +0200
commitb5ea62817b418bbd87b372236cd0619d10f9ba3b (patch)
tree741fa30af21790d425393efc44b7af45eb13fb94 /src/wram.asm
parentd79d138ffe16800e99e564b4c7729e437e36d41e (diff)
Minor bank6 clean up
Diffstat (limited to 'src/wram.asm')
-rw-r--r--src/wram.asm6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm
index 18b0a04..71278bb 100644
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -1316,7 +1316,7 @@ wce53:: ; ce53
wDuelInitialPrizesUpperBitsSet:: ; ce55
ds $1
- ds $1
+ ds $1
; it's used for restore the position of cursor
; when going into another view, and returning to
@@ -1348,7 +1348,9 @@ wce5e:: ; ce5e
wYourOrOppPlayAreaLastCursorPosition:: ; ce5f
ds $1
-wIsFromSelectButton:: ; ce60
+; $00 when the "In Play Area" screen has been opened from the Check menu
+; $01 when the "In Play Area" screen has been opened by pressing the select button
+wInPlayAreaFromSelectButton:: ; ce60
ds $1
wce61:: ; ce61