summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm10
1 files changed, 9 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 1ee1e90..0c41ad7 100755
--- a/wram.asm
+++ b/wram.asm
@@ -173,7 +173,15 @@ wRightMapMoveDiglettFrame:: ; 0xd4f6
; Contains frame for map move diglett head bobbing animation
ds 1
- ds $4b
+ ds $38
+
+wIndicatorStatuses:: ; 0xd52f
+; Each byte represents the status of each possible indicator on the stage.
+; An indicator is a blinking icon telling the player to hit the pinball in
+; a certain area. For example, when the Cloyster can be entered in the Blue
+; Stage, the blue right arrow will starting blinking in the bottom half of that
+; stage.
+ ds $13
wLeftAlleyTrigger:: ; 0xd542
; Set to $1 when ball passes over the bottom-left corner of the Blue/Red field top screen