summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
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