diff options
author | yenatch <yenatch@gmail.com> | 2013-04-20 02:57:11 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-04-20 02:57:11 -0400 |
commit | 984b47f3e7f6e0358b56293f09ada473ba0f32f8 (patch) | |
tree | c310d4046475932be1ebe06224f245f8c8209ee4 /wram.asm | |
parent | 494f4c13fe2a45d0569bde2fc06e1bdf3fbfc857 (diff) |
Enemy screens
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |