From b5ea62817b418bbd87b372236cd0619d10f9ba3b Mon Sep 17 00:00:00 2001 From: xCrystal Date: Thu, 25 Jul 2019 16:02:33 +0200 Subject: Minor bank6 clean up --- src/wram.asm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/wram.asm') 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 -- cgit v1.2.3