summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-04-20 02:57:11 -0400
committeryenatch <yenatch@gmail.com>2013-04-20 02:57:11 -0400
commit984b47f3e7f6e0358b56293f09ada473ba0f32f8 (patch)
treec310d4046475932be1ebe06224f245f8c8209ee4 /wram.asm
parent494f4c13fe2a45d0569bde2fc06e1bdf3fbfc857 (diff)
Enemy screens
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm9
1 files changed, 7 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index b29a027fd..c0938cca3 100644
--- a/wram.asm
+++ b/wram.asm
@@ -709,8 +709,13 @@ PlayerScreens: ; c6ff
; bit 4: reflect
; bit 3: light screen
ds 1
-
- ds 2
+
+EnemyScreens: ; c700
+; bit 4: reflect
+; bit 3: light screen
+ ds 1
+
+ ds 1
PlayerLightScreenCount: ; c702
ds 1