diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-08-10 16:23:13 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-08-10 16:23:13 -0700 |
commit | 97d13f46e98b23997b8daf22859dfae0bb14b069 (patch) | |
tree | 28cc52bf2537dd27b70c524a00fa15a07dc2b6c3 /wram.asm | |
parent | e6416a62bb55298b540f3f27bb660ff2b17791ff (diff) |
Secondary left alley trigger.
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |