summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm6
1 files changed, 5 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 336990d..06a5ff7 100755
--- a/wram.asm
+++ b/wram.asm
@@ -173,8 +173,12 @@ wRightAlleyCount:: ; 0xd545
; When the count is 2, Catch 'Em Mode can be triggered.
; If the count is 3, the current map's rare pokemon will be used for Catch 'Em Mode.
ds 1
+wSecondaryLeftAlleyTrigger:: ; 0xd546
+; Set to $1 when Ball passes over the bottom of the skinny alley between the left alley and Staryu button on the Red Field top screen.
+; It's used to determine if the Ball was hit up the Red Stage's secondary left-side alley.
+ ds 1
- ds 4
+ ds 3
wCurrentMap:: ; 0xd54a
; Current map during play. See map_constants.asm