diff options
author | Andrew Martinek <andrewrmartinek@gmail.com> | 2019-09-23 12:37:41 -0400 |
---|---|---|
committer | Andrew Martinek <andrewrmartinek@gmail.com> | 2019-09-23 12:37:41 -0400 |
commit | 1b2d7cbaa7aba718b8ef1e9ae0cbe1f349d673be (patch) | |
tree | 48789680c10e3259140bdf146cc368ded8912f1a /src/wram.asm | |
parent | f3f374e6b7e26bc93c8428c8cb7b8c210223b2f4 (diff) |
Fix style, remove excess comments
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index a689451..4d71b86 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1898,7 +1898,6 @@ wd12f:: ; d12f wd130:: ; d130 ds $1 -; current screen, at least for some purpose -- changed multiple times on loads and changes when screen changes in battle? wd131:: ; d131 ds $1 |