diff options
author | Andrew Martinek <andrewrmartinek@gmail.com> | 2016-06-12 12:37:57 -0400 |
---|---|---|
committer | Andrew Martinek <andrewrmartinek@gmail.com> | 2016-06-12 12:37:57 -0400 |
commit | 23e89e5fdfab3d1fe5dc57c675397722559e407e (patch) | |
tree | d21ea5b85cd6ae3e2ab0dffa5519891a32807e16 /src | |
parent | dd53361639bed5a37b8eb626c648de82385cae07 (diff) |
fixed poorly worded comment.
Diffstat (limited to 'src')
-rwxr-xr-x | src/wram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index f7cfefa..396a61b 100755 --- a/src/wram.asm +++ b/src/wram.asm @@ -1118,7 +1118,7 @@ wd4cb:: ; d4cb wd4cf:: ; d4cf ds $1 -; this might be more of an animation buffer as I can't find any properties like which tile sprites take up are. +; this might be more of an animation buffer as I can't find any properties like which tile sprites go where. wOAMBuffer:: ; d4d0 ds $103 |